summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* PON - Proc HW procedure updateThi Tran2013-01-2440-1489/+3155
| | | | | | | 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>
* 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-242-38/+59
| | | | | | | | | | | | | | | | 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-2210-103/+804
| | | | | | | | 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>
* Zero out cpu_t struct on creationDean Sanner2013-01-211-0/+1
| | | | | | | Change-Id: I5a185aa5ac86a70361b43e71ad264bee87aea2d0 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2956 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VSBE source code and Centaur SBE image updateThi Tran2013-01-2134-1656/+2192
| | | | | | | | | 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>
* Improve HeapManager::coalesce.Patrick Williams2013-01-191-76/+119
| | | | | | | | | | | | | | | | | | | The coalesce was causing time issues in VPO. Reduce from an O(n^2) to O(n) algorithm. Results from one particular execution: - Old - 91649004 cycles for 7471 chunks - New - 02668146 cycles for 7676 chunks <3% cycle time of original algorithm. Change-Id: I7145c6b430dccdb3f08d186a1ee5ea2f86aa3f81 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2942 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Matching Tagged versions for memory HWPsvanlee2013-01-1922-1250/+4352
| | | | | | | 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-1910-147/+327
| | | | | | | 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>
* 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>
* Refactor VPD code to eliminate redundanciesDan Crowell2013-01-1537-1332/+1204
| | | | | | | | | | | | | | | | 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>
* 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>
* Fix errlog memory leak in build_winkle_images.CMark Wenning2013-01-143-72/+114
| | | | | | | | | | | | | | | 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>
* Support RPR register.Patrick Williams2013-01-143-4/+36
| | | | | | | | | | | | | | | | | | | | For P8 the priority of different threads has no effect unless the relative priority register is programmed to tell the relative scheduling weight of the different priorities. We will now be programming the RPR to give 32x performance boost to "high" priority threads relative to "low" priority. This means that when a thread is waiting on another, and thus has low priority, it will get 32x less dispatch cycles then the thread it is waiting on. Change-Id: I0d1d1052b12ab8bd5612aa4580cd85b5c238f885 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2888 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> 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>
* 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>
* Refactoring the DMI eRepair restore code and makefile changesBilicon Patil2013-01-146-701/+337
| | | | | | | | | | 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-107-77/+51
| | | | | | | | | | 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>
* 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>
* Improve PNOR DD Micron NOR WorkaroundAdam Muhle2013-01-083-37/+34
| | | | | | | | | | | | | | | | | 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-074-216/+280
| | | | | | | | 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-073-112/+23
| | | | | | | | 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-072-7/+4
| | | | | | | | | 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-045-80/+46
| | | | | | | | | | | 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-0310-246/+83
| | | | | | | | | | 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-026-204/+246
| | | | | | | | | | | 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>
* 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>
* Add Support for ATTR_CHIP_REGIONS_TO_ENABLE to HostbootAndrew Geissler2012-12-193-0/+136
| | | | | | | | 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-1914-555/+826
| | | | | | | | 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>
OpenPOWER on IntegriCloud