summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* FAPI Interface to get the target on the other side of the DMI busBill Schwartz2013-02-087-119/+319
| | | | | | | | | | | | | | Add new fapiGetOtherSideOfMemChannel function Replace getAffinityChips with more general getChildAffinityTargets and added getParentAffinityTargets to find MCS from Centaur. RTC: 61987 Change-Id: I772ef95452215c54fdfab98998507e6db5a862d0 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3062 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Enable MVPD WritesDan Crowell2013-02-0610-478/+1303
| | | | | | | | | | | | | | | | Add support for writing MVPD keywords to both PNOR and out to the EEPROM (via FSP mailbox). Also enabled a few more test cases related to MVPD. Added MER0 record to the standalone procmvpd.dat file and enabled the support in the code. Change-Id: If16c2863a11daaac3363fcf30bb2c92ad3e92b41 RTC: 39177 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2962 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove unused HWP FFDC collection codeMike Jones2013-02-043-264/+0
| | | | | | | | | | | | | | | | The proc_sbe_ffdc FFDC collection code that gets SBE registers has been supplanted by an architected way of specifying which registers to collect on error in FAPI XML files. The current code uses the new XML method, the proc_sbe_ffdc files are no longer used and can be deleted. Change-Id: I5246feae7da03d4f8c3a90f2816d40022d5e6477 RTC: 50362 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3071 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 processes GARD records for certain targetsBrian Horton2013-02-041-10/+23
| | | | | | | | | | | | | | | MPIPL needs capability to do initial collectGard() function on a subset of targets (ie, EX only ). Add new optional TARGETING::Predicate parameter and only call deconfigure for GARD records that match. Change-Id: Ib16d8d9431a797df0dbe625adeb5cffc7c073a7d RTC: 59089 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2947 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWP: Bad DQ Access. Cope with different platform endiannessMike Jones2013-02-041-25/+30
| | | | | | | | | Change-Id: I3125961e1589ca78e206496137b01f675e858505 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3060 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>
* Turn InitService::doShutdown into a NO_RETURNPatrick Williams2013-02-043-12/+8
| | | | | | | | | | | | | | | | | | | | | There are a few places outside of initservice where Hostboot shutdown needs to be called. Currently the doShutdown returns so each of these places have a while(1); style loop. In the case of start_payload, their implementation of this loop was incorrect and causes us to take longer than desired to actually shutdown. I have changed doShutdown into a NO_RETURN function that keeps the correct loop done in a common way. See defect SW183911 for more background. Change-Id: I819eecadcddd2436f1c52571e48258316b43f38c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3028 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>
* Triggering Hostboot Shutdown when PNOR is badAdam Muhle2013-02-044-55/+73
| | | | | | | | | | | | | 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-0416-951/+869
| | | | | | | | | | | | | | 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>
* Detect MPIPL modeMissy Connell2013-02-041-25/+87
| | | | | | | | | | | -Read mbox scratch Reg 2 and update MPIPL attribute Change-Id: I7b65252d4fe34b9c924433223d752321c3a21ac1 RTC:52922 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2903 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Wrong VBU XML affinity path for port-1 dimms.Patrick Williams2013-02-041-16/+16
| | | | | | | | | | Change-Id: I3a7251b54c1f3a3a80e137466c40eaa98e54f96b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3021 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* New Centaur SBE and VPD images for bringup.Patrick Williams2013-01-243-4/+3
| | | | | | | | Change-Id: I853adcc7ec59e41534ef3b07f46d25f71bace143 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3017 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PON - Proc HW procedure updateThi Tran2013-01-2438-1485/+3149
| | | | | | | Change-Id: I7168e7b02d9c7795ad16b76027e8a46edf24b161 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2984 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update fake-pnor to utilize 4MB of L3 CacheAdam Muhle2013-01-241-6/+5
| | | | | | | | | | | | | | | | 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>
* Update memory HWP to match MSSVBUSTABLE column listed on 01/22 HWP statusvanlee2013-01-2411-567/+1203
| | | | | | | Change-Id: Iaecac7955202b4f572e0034c9525561f6b9ab0b6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2985 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Correctly check requested state in FAPI System Config Query FunctionsMike Jones2013-01-241-148/+141
| | | | | | | | | | | | The TODOs in the code to correctly return targets of the specified state have been done. Also targeting utilFilter interfaces have been used where possible to query targets Change-Id: I52f56ab6482bd2e6f1ddcf6a7fa24f6ca9c25103 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3006 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Implement cen_switch_rec_attn and proc_switch_rec_attnMark Wenning2013-01-229-103/+800
| | | | | | | | Change-Id: Iae01facf7e3647389c7565925133f8d729c22ff7 RTC:59015 59014 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2922 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add default values for ring attributes.Patrick Williams2013-01-211-6/+50
| | | | | | | | Change-Id: I8f632f8bf932a6f013dd3ab94ed97fecbbb3267a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2966 Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Targeting Updates for Centaur VPD SupportAdam Muhle2013-01-215-0/+86
| | | | | | | | | | | Updating target types, Murano and Venice targeting data, and Tuleta XML gen script to add VPD_REC_NUM to Centaur chips. Change-Id: Ice03b18a6f9ba51e7edb309feefd14bbc9021bfc RTC: 44009 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2952 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VSBE source code and Centaur SBE image updateThi Tran2013-01-2130-1633/+2151
| | | | | | | | | 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>
* Matching Tagged versions for memory HWPsvanlee2013-01-1921-1245/+4302
| | | | | | | Change-Id: Icb9c98d71237e6c53b1a9a8af4fac0c95eced58b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2911 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updated VPO tools and proc_start_clock_chiplets v1.10Thi Tran2013-01-193-83/+242
| | | | | | | 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>
* Allow VSBE to access 0x1007 via faked SCOM reg 0x50007Thi Tran2013-01-194-63/+200
| | | | | | | | Change-Id: I7d942bd15e5add2c0fc0adeda6209d9eba45a3aa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2920 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactor VPD code to eliminate redundanciesDan Crowell2013-01-1528-945/+1052
| | | | | | | | | | | | | | | | After noticing some redundant code and some odd include gymnastics I pulled all of the VPD related code (spd,mvpd) into a single vpd directory/module/component. This should make the addition of the centaur fru vpd simpler as well. Note: this is part of Story 39177 but not all of it, merging this early to not hold up the work for Story 44009. Change-Id: I7637a94d22e188050403ed5600b2d7f304c3d006 RTC: 39177 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2863 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix errlog memory leak in build_winkle_images.CMark Wenning2013-01-141-71/+111
| | | | | | | | | | | | | | | If mm_linear_map fails and creates an error log, the log does not get added to IStepError and passed out to IstepDispatcher. Also fix set_pore_bars to pass in the correct memory size mask. Change-Id: I00df69733d2235901fcc5bb6eb5f11ddddc96c11 RTC:61645 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2908 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix memory leak in spd testcaseDan Crowell2013-01-141-27/+44
| | | | | | | | | Change-Id: I1f597da34ae6b3e4c3bf03492d25a90e985ad927 RTC: 47487 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2887 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update p8_xip_customize HWPvanlee2013-01-1414-420/+1926
| | | | | | | | Change-Id: If08b9d2cedafb895947e5205c66b51010bb93974 RTC: 60670 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2859 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Ignore attentions from non-functional Centaurs.Brad Bishop2013-01-141-24/+31
| | | | | | | | | Change-Id: I67c55bb124f35421f819bde5bccb36d84ccb3277 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2912 Tested-by: Jenkins Server Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactoring the DMI eRepair restore code and makefile changesBilicon Patil2013-01-145-699/+336
| | | | | | | | | | Change-Id: I9c275a010b2767d45fa20ee984c9272a142f6c3c RTC: 60615 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2803 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Fix automatic collection of CFAM register FFDC on HWP errorMike Jones2013-01-101-3/+4
| | | | | | | | | | | | HWP Error XML files can specify CFAM/SCOM registers to collect on a HWP error. The current code doesn't work for CFAM addresses containing non decimal characters, simple fix. Change-Id: I713ed12a85e6fd994c8e4b271b7901b0a66cd484 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2907 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixing a bug in the accessor HWP.Bilicon Patil2013-01-102-43/+39
| | | | | | | | | | | | | | The l_vpdPtr was not getting incremented in the scenario where non-matching eRepair records were found which meant the continue statment was executed in the for loop of the function - determineRepairLanes. Change-Id: I74700abcd427408138904f417c6565d2aecbbbd7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2874 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove support for P7.Patrick Williams2013-01-102-31/+7
| | | | | | | | | | Change-Id: I9186f42f85d6f6864b51b6935f5d4e5ca510ceb4 RTC: 39872 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2901 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>
* Improve PNOR DD Micron NOR WorkaroundAdam Muhle2013-01-082-34/+32
| | | | | | | | | | | | | | | | | Improving the workaround implemented in Story 53201 to be more efficient. Changing to use the normal SFC polling to determine when the write/erase operations are complete and then reading the Micron Flag Status register once to keep the chip from getting into a bad state. This should reduce the traffic on the SPI bus. Change-Id: I315b165bcd3014a2c3121fd97594e73a2e6c1082 RTC: 61064 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2795 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add gdb support for PRD simulatorprashanthacharya2013-01-081-16/+16
| | | | | | | | | | | | | | | | simulator needs to be debugged under mcp7 jailed environment, and ddd is not supported under jailed environment, hence changes has been added to simulator script to support gdb using simulators -debug option, also an option(-D no_opt) has been added to simulator makefile to override default compiler optimization level. RTC: 60472 Change-Id: I71ee845df23bdd0b5603b923364267b60f571475 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2749 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2868
* Fix typos in PRD XBUS reg fileChris Phan2013-01-081-5/+5
| | | | | | | | | | Change-Id: Id4a5df5f6d6a69b4c4ff4f0920defbcb9c06b898 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2809 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: Prashanth S. Acharya <prashanthacharya@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2867
* Get realmem buffer for SLW output bufferMark Wenning2013-01-071-181/+247
| | | | | | | | Change-Id: I0ac43ab3eaeb5dfb9edc626a5a41e553988ec926 RTC: 52972 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2736 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove sim hack for proc_check_slave_sbe_seeprom_completeDean Sanner2013-01-071-101/+22
| | | | | | | | 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-6/+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>
* New SLW ref image for build_winkle_imagesMark Wenning2013-01-041-14/+16
| | | | | | | Change-Id: Ie351e05bba0e6b806be73fdcc23435b2c145f5b1 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2663 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-041-46/+42
| | | | | | | | | | | 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>
* HWPF: Attribute Override. Bugfix checking num attrs in messageMike Jones2013-01-041-3/+4
| | | | | | | | | Change-Id: I86167f82c45a1fdbf26c1be3e6cf28432ca76327 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2807 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove Simics Hacks from core_activate.CMark Wenning2013-01-041-116/+22
| | | | | | | | | | | Change-Id: Iddecb008adaa43eb465aef606dffa66251c3c518 RTC:59409 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2774 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove Exit Cache contained sim hack, Update backing buildDean Sanner2013-01-032-59/+24
| | | | | | | | | | 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>
* deconfigGard - enable reading GARD records from PNORBrian Horton2013-01-023-155/+171
| | | | | | | | | | | update common and platform interface so that both hostboot and FSP can access GARD records in PNOR. Change-Id: I1eb36238076bcbb421cf1d149538eba1c7faeda6 RTC: 33551 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2628 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* TRACS override attribute for SCAN traces.Patrick Williams2013-01-029-41/+73
| | | | | | | | | Change-Id: Ia2bd15babe8ad7bd25293e72a7285c0a278b89c2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2792 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add VMEM_IDayma2013-01-021-1/+5
| | | | | | | | | | | | adding VMEM_ID back to the attributes by modifying the genHwsvMrwXml.pl file The change will resolve the issue with the second processor voltage rail enable This fix is related to defect 864984 Change-Id: Iffde1c00c4900e4b5a427ad6ed3600481397d85f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2793 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add Support for ATTR_CHIP_REGIONS_TO_ENABLE to HostbootAndrew Geissler2012-12-192-0/+135
| | | | | | | | RTC: 60824 Change-Id: I7cb3848d6bf7ac0bb3574763d01ea86bd5170f68 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2757 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initialize the PIB hardware layer for interruptsdgilbert2012-12-1912-514/+740
| | | | | | | | RTC: 47105 Change-Id: Iba893e65ee468b56e9e929a26d2888a67a4788af Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2433 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Shifting PNOR Direct Read offset to 0xFC000000Adam Muhle2012-12-192-4/+3
| | | | | | | | | | | | | | 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
* PON - HW procedures update - Set #3Thi Tran2012-12-191-9/+23
| | | | | | | | RTC: 59154 Change-Id: I93c99ce08f823c3c2be32c50ec524a68c23cc8dd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2750 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PON - HW procedures update - Set #2Thi Tran2012-12-199-313/+1382
| | | | | | | | RTC: 59154 Change-Id: I0c54a26265b9e9ea55fca591c8cbf3dbb7985527 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2748 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud