summaryrefslogtreecommitdiffstats
path: root/src/build
Commit message (Collapse)AuthorAgeFilesLines
...
* Tweak PNOR image build makefile for p8.ref image dependancyDean Sanner2013-04-081-1/+3
| | | | | | | | Change-Id: I7a5420b643fe03d2ccfb759bc5fd391503e785b4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3938 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update p8_xip_* HWP and load SLW image from PNORDean Sanner2013-04-051-3/+10
| | | | | | | | | Change-Id: I115c918b107ede18918909b60489476fc9e9b3d7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3902 Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support multi-core in standalone and move to new build.Andrew Geissler2013-04-055-654/+2
| | | | | | | | | | Change-Id: I5e69a15be0117b007dc343fcba5fa7e1493331fc RTC: 68317 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3841 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Defect SW195292 - libtargeting_x86.a not built in latest driversRichard J. Knight2013-04-021-0/+3
| | | | | | | | | Change-Id: I39a4f55b0a0aa20212ef186801137779e3c6dfd4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3818 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update bbuild to b0228a_1309.801Adam Muhle2013-03-181-1/+1
| | | | | | | Change-Id: Iad4e6f5273ef988f792d2129b6b2b9d2c6495692 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3609 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support VBU with Venice processorsvanlee2013-03-142-2/+3
| | | | | | | | Change-Id: Ibdf0eff87211e258e01b33f203a99b41dd192717 RTC: 51074 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3358 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ATTN: Size reduction, simplificationBrad Bishop2013-03-144-29/+438
| | | | | | | | | | | | Simplify attention processing workflow. Remove unused code and associated tests. Use and/or registers where appropriate. Enable host attentions for MCS 0-3,6,7. Change-Id: Ia9a9f1eae16603eedf3b68539429a6d09694d895 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3467 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Implement COMMAND_STOPPED for MDIABrad Bishop2013-03-143-1/+214
| | | | | | | | Change-Id: Ia7836ece908e6078e10ef0dad7675e1f270e80d8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3239 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3563
* hbRelease: Add 'project' option to query-gerritPatrick Williams2013-03-131-15/+24
| | | | | | | Change-Id: I808d0d41334fa5d5eab8e0b3bfe33a70a3195252 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3531 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* update user-detail errog log parsersBrian Horton2013-03-131-0/+4
| | | | | | | | | | | | | | update errolog parsers to format the data for the following: . errludtarget . errludattribute . errludlogregister . errludcallout Change-Id: I8fddb3eefd76413e70f4e894ef19649b74682859 RTC: 41707 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3350 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move bbuild to b0226a_1309.8011vanlee2013-03-043-41/+1
| | | | | | | Change-Id: I6ea44b24b27a833534e378fa552e1930a73759f5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3395 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactoring of the build system.Patrick Williams2013-03-0133-646/+1201
| | | | | | | | | | | | | | | | | | | | | | - Remove unused files for generating LIDs. - Reduce the overall verbosity of the build. - Separate 'config.mk' into a number of smaller, topic-centric files and comment better. - Generalize the 'passes' concept and added an IMAGES pass. - Deprecate most "magic" make variables like EXTRAFOO. - Overall performance improvements. I've tried to reduce the impact of these changes on component-level makefiles. There will be follow-up commit(s) to improve those and decrease the verbosity of some component-owned commands. Change-Id: I6d319f5338eb3946f56b281c3cdd5f341a016fcc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3368 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hook pre-applypatch fails due to missing git-sh-setup.Patrick Williams2013-03-011-14/+15
| | | | | | | | | Change-Id: I2477136d9ce56c590c5f189fbac19337b85e812e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3382 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix hb-Istep to work under simicsMark Wenning2013-02-281-3/+3
| | | | | | | | | Change-Id: I60dbd9940b2126969292519f8427efe31c90ad33 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3185 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support ERRL UD and SRC parsing in hostboot standaloneRichard J. Knight2013-02-282-115/+39
| | | | | | | | | | | Change-Id: I16ec13f87d9a71c3e0248bf4776e9f3402be6285 RTC:49967 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3138 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PNORDD Cleanup - sfcinit updates and perf improvementsAdam Muhle2013-02-271-0/+22
| | | | | | | | | | | | | | | | | | Cleaning up a number of things under this commit: -Changed to always assume FSP performed SFC Setup -Get Erase block size based on what FSP Building Block set it to -Re-ordered some switch to put most likely choice first -Converted some else/if statements to switch statements -Added some shutdown calls on error paths. RTC: 47066 Change-Id: I015bb90b67ead9ad34e2ea1827cc92f7966d3162 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3183 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update vpd-preload script to support explicit Centaur pluggingAdam Muhle2013-02-221-51/+113
| | | | | | | | | | | | | Added a --forceCent parm similar to the --forceProc parm. It overrides the default plugging rules for Centaur chips. I also added a --examples option which prints examples of common use cases to help people remember. Change-Id: I933a1897581530b5f89afd1a8ee5a97b2b40d98e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3219 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Run copyright script from pre-applypatchBrad Bishop2013-02-221-14/+16
| | | | | | | | Change-Id: Ifeea5f2828b5f1933ccbc6bffd1563e2b9228c91 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3275 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Unload unused modules - simple versionRichard J. Knight2013-02-161-0/+389
| | | | | | | | | | | | | | | Created a list of dependant modules for each istep. modules for previous step are unloaded before loading the modules for new step Added perl script to validate istep dependancies during the build. Change-Id: Ia916814328ac37c24e4275ec42827520dada8686 RTC:51709 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2979 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PON - HW procedures update 01/29/2013Thi Tran2013-02-163-0/+53
| | | | | | | Change-Id: Ifc0de7fa7d76ec2551b0dfb56cc348652677ee05 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3047 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* genHwsvMrwXml.pl reworkBrian Horton2013-02-151-1/+0
| | | | | | | | | | | | . move FSP specific sections to new .pm module in fsp cmvc . remove TULETA .xml files - not needed Change-Id: Idca1af424c7b79f409a04a2ca04983994bdd127a RTC: 47060 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2926 Tested-by: Jenkins Server Reviewed-by: Andrea Y. Ma <ayma@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updating PNOR Layout to better match current directionAdam Muhle2013-02-142-267/+113
| | | | | | | | | | | | | The needs placed on the PNOR layout have morphed over time. I've cleaned it up to better match current requirements. Later commits will add support for features like SecureBoot, CRC, etc. Change-Id: Ie2479c362423a3034167512480631d1aa3a16bec RTC: 63897 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3136 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* CVPD Device Driver updates.Adam Muhle2013-02-143-51/+132
| | | | | | | | | | | | | | | | | | Implemented Device Driver support for Centaur VPD. Since CVPD is almost identical to MVPD, I moved the MVPD code to a base class so the actual logic is now common between the two. To support CVPD in the standalone configs, the hb-preload script was updated to populate the CVPD partition as well. I also started migrating the VPD code to a common trace buffer. RTC: 44009 Change-Id: I6e96d5e993d6d74d40df3d296cdcf8f34e4b5cc5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3029 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ATTN: Revert most of 3147572991fa9eff4be6095b08b0299421e596b5Brad Bishop2013-02-133-1/+41
| | | | | | | | | | | | It was correct in the first place. Change-Id: I72a9ae0eaeae41825e1a4bea4cc93e599ea3f037 RTC: 59222 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2981 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ERRL: Create Hostboot error log SRC/UD parser and deliver to FSP bldMike Jones2013-02-083-35/+43
| | | | | | | | | | | | | | A new script called genErrlParsers will scan the Hostboot code for error log tags and create a SRC parser for each component. The script will also scan the Hostboot code for plugin directories containing User Detail Data parsers and will create a makefile that is used by the FSP to build each component's SRC/UD parser. Change-Id: I7113f6cd8069447a1caaa199aff199b663d59072 RTC: 47518 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2975 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update build PNOR tool to detect FFS versionAdam Muhle2013-02-081-38/+20
| | | | | | | | | | | | Making the build PNOR tool look at ffs tool version to determine which set of input parms to use. Change-Id: I0aa2a19b8596c8c83533b81943de11149527c2a7 RTC: 63498 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3124 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update build PNOR tool to handle new FFS ParmsAdam Muhle2013-02-061-25/+107
| | | | | | | | | | | | | | | | The Building Block team is releasing a new version off ffs which requires new input parms. To avoid a co-req situation, I've changed buildpnor.pl to detect the new ffs binary by checking the SHA hash. This triggers using the new parms. In a few weeks this check will be removed. (Tracked in RTC) Change-Id: Ie9b14eb7cb95e7988b4afa216eaa4b75cef85cd8 RTC: 63498 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3088 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Triggering Hostboot Shutdown when PNOR is badAdam Muhle2013-02-041-1/+1
| | | | | | | | | | | | | Updating the doShutdown path to support receiving a reason code as input. Then changing PNOR RP to issue a shutdown when problems are detected with the PNOR Partition table. RTC: 44146 Change-Id: Ib4111d0a91f53d90fa100422a1463539897598e6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3024 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* change path.dump() calls to trace HUIDBrian Horton2013-02-041-18/+18
| | | | | | | | | | | | | | also, some other general cleanup - replace loop counters with iterators - made more code consistant - fixed bug where errl wasn't getting committed Change-Id: I7acdda17b1b116675ce84de8c22f87395e0fee91 RTC: 59413 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2949 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Confine Hostboot base image and headers to 512KDean Sanner2013-01-241-4/+5
| | | | | | | | Change-Id: I075ef23a61457b0b450edbbf8a7b0e5baa21753e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3009 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update fake-pnor to utilize 4MB of L3 CacheAdam Muhle2013-01-241-32/+54
| | | | | | | | | | | | | | | | Updating the fake-pnor to utilize 4MB of L3 Cache since the SLW work has been moved to real memory. In the process I added the Centaur VPD partition, and added more space to the HBI partition. Since we have a little breathing room, I also devoted 16K to a GUARD partition. There is still 100k unallocated to allow for yet another emergency one-time fix the next time HBI partition gets filled up. Change-Id: If6d8783a34724971700f324d277c3fc7c1379d88 RTC: 44009 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2999 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VSBE source code and Centaur SBE image updateThi Tran2013-01-214-23/+41
| | | | | | | | | Change-Id: Iee0155820ebaf2837e67ff4d3a852ab8318c52f6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2950 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Only run PNOR VPD Preload script in standalone configurations.Adam Muhle2013-01-192-7/+7
| | | | | | | | | | | | | | Since HW Server now supports populating the VPD Partitions in PNOR, the pre-load script is no longer needed. It currently only supports Tuleta, which causes issues when trying to load other systems, thus motiviating making this change now. Change-Id: Ib5ca3ab3db6a2580375a8c3f4322a4e31a679be4 RTC: 62179 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2946 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updated VPO tools and proc_start_clock_chiplets v1.10Thi Tran2013-01-197-64/+85
| | | | | | | Change-Id: I1c70b41527a5de809d3f8f2f3f6bef64abccf1c2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2869 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Missing trace entries from debug tool.Patrick Williams2013-01-181-1/+1
| | | | | | | | | | | | The debug tool was iterating through the wrong pointer for the client-side trace buffers. Fixed. Change-Id: Ic09d50d3f2b607e3b7982a60e32875ec575164af Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2948 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* New bbuild b0111a_1303.801Missy Connell2013-01-161-1/+1
| | | | | | | Change-Id: I2fe2ed4af00b9791df23e95a47d97b0799370b25 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2941 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Allow trace magic instrs to succeed when fsp-trace missing.Patrick Williams2013-01-151-2/+2
| | | | | | | | | | | | | | The PHYP environment does not have the fsp-trace executable in their environment and so the magic instruction handlers for continuous trace were failing. Allow the fsp-trace invocation to succeed by running 'fsp-trace || true'. The side effect is that tracMERG will be empty if there really is an issue with fsp-trace. Change-Id: I5bef846591252fd63500b354768c8a23f29ff9ec Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2932 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ECMD-based debug framework.Patrick Williams2013-01-143-15/+420
| | | | | | | | | RTC: 47061 Change-Id: Ie77c553a6f4e67c11927ed8650f81ab80ae1672c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2883 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FSP support to List HWPs and Initfiles in buildBrian Horton2013-01-142-151/+208
| | | | | | | | | | | | | . update hwp_id.pl tool to understand a list of files as input . add hwp_id.pl script to fsp.tar file Change-Id: I5c4dd4f4f5e9fbd21deee35b88e7faf5e9f48714 RTC: 48650 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2900 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add --lookuponly option to find_EKB.plMark Wenning2013-01-141-10/+30
| | | | | | | | | | | | | Add the ability to list the versions of a group of HWP files, whether they exist in the HB codebase or not. This is useful for looking up HWP's in the FSP codebase. Change-Id: I87347380311ea62a6d96f1edd88b0795e100734a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2909 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HRMOR fixes for hb-dump.Patrick Williams2013-01-091-18/+27
| | | | | | | | | Change-Id: Iedaa42e227172ea7fdfe175b4343c4a269a44b73 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2905 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update PNOR makefile to inject P8-style ECCAdam Muhle2013-01-091-16/+16
| | | | | | | | | | | | | | The P8 ECCB expects a different ECC method than that used by the SFC. The ECC data is to be inverted. Thus, updating the makefile so we generate the P8 version of ECC for PNOR content. Change-Id: Id94605e4b0cb162142467a9b442826842aa7455a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2895 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove sim hack for proc_check_slave_sbe_seeprom_completeDean Sanner2013-01-072-11/+1
| | | | | | | | Change-Id: I3b281086ee93e388108f74e2a1c2d2bd3b9ed149 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2820 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Enable slave coresDean Sanner2013-01-071-1/+2
| | | | | | | | | Enable slave core execution on master proc and slave proc Change-Id: I990ecb3d82b1b06fd64e085071ae1880818ca1d8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2858 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Bad RC from procedure cen_mem_pll_initf does not cause an istep failure and ↵Mark Wenning2013-01-044-34/+4
| | | | | | | | | | | termination Change-Id: I0d6bec07d9bf344ab992f0c1abe4c44c7b80d6ca RTC: 60484 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2777 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove Exit Cache contained sim hack, Update backing buildDean Sanner2013-01-038-187/+59
| | | | | | | | | | Change-Id: Ice7df0084dbc053f07947416ef01a969c46b142e RTC: 60780 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2797 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Debug Framework fixes for HRMOR.Patrick Williams2013-01-025-47/+96
| | | | | | | | | | | | There were conditions where the HRMOR was being applied twice during virtual memory translation. Enhance the debug framework to handle both HRMOR-adjusted and physically-mapped addresses. Change-Id: I620432deb0ce4115c284e7a996a97f2b46672a01 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2790 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Shifting PNOR Direct Read offset to 0xFC000000Adam Muhle2012-12-194-4/+31
| | | | | | | | | | | | | | There was a disconnect across 2 pieces of code regarding how PNOR was mapped. The PNOR Device driver and simics config were using 0xF4000000, but our MMIO calculations for the SBE engine were using 0xFC000000. Based on VBU results, we think 0xFC000000 is the more likely correct answer, so aligning everything on that. Change-Id: I0c2582e44993ef2710b4eaf0e9a3cf990544ef62 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2753 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Update bbuild to b1216c_1251.801Dean Sanner2012-12-188-359/+6
| | | | | | | | Change-Id: Ibcc0be1c8fa24fb4f188e338a52992da4262328c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2743 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Cleanup interrupt status registerBrad Bishop2012-12-174-0/+71
| | | | | | | | | | | | - Cleanup interrupt status register - Fix inverted use of ipoll mask Change-Id: Ia16fba463f51d5b7bce94e9e96f6fe1d3fc7db0b RTC: 59222 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2700 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud