summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* VPD Accessor functions for Clock Mapping, DIMM timing and TSYS VPD AttributesBill Schwartz2013-09-1313-30/+617
| | | | | | | | | | | | | | | | Extend existing CDIMM hwp accessors for MR and MT keywords to add support for 7 new attributes. Based on vpd level 6.0 with work around driven by vpd version to also support vpd level 5.3 definition. FSP change to add cvpd record VINI to PNOR is 897882 Change-Id: I02b3a0ade288c6b75918ad1d99257c5a042fc18d RTC: 79615 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5805 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add clock callout functionalityBrian Horton2013-09-1311-18/+239
| | | | | | | | | Change-Id: Id864e2baa0b69d0dfdbe9c9cfe56f7b4246269ab RTC: 73480 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5842 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Convert to fixed SLW interfacesDan Crowell2013-09-1312-1608/+911
| | | | | | | | | | | | | | There are two SLW image formats possible, the fixed format is required to allow concurrent updates to portions of the image. This is the version that PHYP is using. To keep things consistent and tested we need to use the fixed format for the images produced in Hostboot as well. Change-Id: I4e1f86b2f5abfcba34d1cdd5f1c2ae9c40c6f02e RTC: 79613 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5788 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC hwp updates (hostboot integration)Richard J. Knight2013-09-135-43/+187
| | | | | | | | CQ:SW205470 Change-Id: I7adc6b2efefe09e559efedf791538903c61f4e50 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6148 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Centaur: Driver Update : Support of x4 (hostboot)Richard J. Knight2013-09-132-95/+468
| | | | | | | | Change-Id: I79c3f3b710c507dff435824d7cbb919caf87dfc7 CQ:SW222748 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6147 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Start OCC in Sapphire modeDan Crowell2013-09-128-40/+124
| | | | | | | | | | | Enable the OCC code to run in Sapphire mode. Moved the OCC memory range up to the top our memory in Sapphire mode like we do for SLW. Change-Id: Iad857dafd739db6f91ba3fd4f8a332e558d68f8b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6040 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW221626 (DIMM 2.0 support)Thi Tran2013-09-1213-1045/+5893
| | | | | | | | | CQ: SW221626 Change-Id: Iab65ce796154aaad5b409c3d1adc0819f026f9bf Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5966 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Issues found by BEAM in intr and mbox 09/2013Doug Gilbert2013-09-123-10/+11
| | | | | | | | | RTC: 84061 Change-Id: Id8ada454f69bd6b2f955d2e9eae42bc8016fd11e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6101 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW222043 (Power Management Significant)Thi Tran2013-09-1225-3328/+3007
| | | | | | | | Change-Id: I2054d8de283fa65fa4aa79b5dce344a726067408 CQ: SW218817 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6129 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Integrate HWP io_pre_trainadv and io_post_trainadvMatt Ploetz2013-09-1210-70/+765
| | | | | | | | | Change-Id: Iea6f4fee71070d8dce1f5af74006f9f12005c7c3 RTC: 71685 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5624 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* GARD: errlog event ID (EID) instead of platform log id (PLID)Brian Horton2013-09-1211-109/+103
| | | | | | | | | | | | gard records and deconfiguredBy use event id instead of plid. Change-Id: Ic0ccbd5b83e1738839819d471956ca700cd22fff RTC: 79346 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5853 Tested-by: Jenkins Server Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* rework gard interfaces to handle new hwsv functionsBrian Horton2013-09-1211-1026/+834
| | | | | | | | | | | | | | the FSP gard records will now be stored in the system model, so the gard functions change to support new platform specific functions. Change-Id: I9a847a3defa7e613d128b1077763640e124360a8 RTC: 73818 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5806 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Integrate p8_pfet_control into hostbootRichard J. Knight2013-09-1214-213/+2858
| | | | | | | | | | Change-Id: If6b97e0012d09e93781af59a349d08fa30d13d1b RTC:70673 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5849 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Calling out HW without a fapi::TargetMike Jones2013-09-128-19/+456
| | | | | | | | | Change-Id: Ic4601fac85fa465b91a1c9c67bf09c1344b11146 RTC: 69766 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5919 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Temporary fix for C-DIMM VPD which does not contain AM KeywordElliott Dahle2013-09-121-48/+35
| | | | | | | | Change-Id: I61ea36418c1d745b95f63a419759975e7c610a41 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6112 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added defaults to attributes where none was specifiedStephen Cprek2013-09-128-373/+872
| | | | | | | | | Change-Id: I9e3c01cbfbb738eeb4dddd21fd92a6048e538481 RTC: 53049 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5757 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix unsupported binary data in targeting xmlDan Crowell2013-09-121-3/+3
| | | | | | | | | | | | | | The xml->binary script for the targeting data silently turns binary format data into zeros. This caused a problem with a couple OCC attributes specifically. Change-Id: I082d9734ae0e64143b320b06809c3c0558da5bba CQ: SW222938 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6115 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Library not loaded for smp_unfencing_inter_enclosure_abus_links callRichard J. Knight2013-09-111-11/+31
| | | | | | | | | Change-Id: Ic6cb7a9d083fab62165b9590d54395dfb15e79bd RTC:73676 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6060 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW219602 (Computing power)Thi Tran2013-09-115-38/+288
| | | | | | | | | | SW219602 Change-Id: If783b3afb626a8a8cee73f2e38d3a891824e1536 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5969 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW219606 (week 8/13)Thi Tran2013-09-116-72/+139
| | | | | | | | | | SW219606 Change-Id: I9eee6d20610412764a0ad3ed406633426f154b2f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5971 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW209369 - Hostboot low priority (proc part 2)Richard J. Knight2013-09-112-7/+9
| | | | | | | Change-Id: I30d226a9f49fbe3cae4368c108011e401ac780ee Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6098 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Incorrect arguments to TRACFCOMP trace printsBilicon Patil2013-09-112-4/+4
| | | | | | | | | Change-Id: I5e072ca94740f7bf9e52539b573b79af590717a5 RTC: 83813 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6063 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MDIA: fix bug in pattern test checkChris Phan2013-09-111-2/+2
| | | | | | | | | | Change-Id: Iaacdad2d1ddaa7485bf8c0d60bde58876bc6f132 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6024 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW220729 (week 8/20)Thi Tran2013-09-1110-70/+175
| | | | | | | | Change-Id: Ic1c5956385b7fe0eae4ce0f5a79d17f6ce93592e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5988 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: IPL MNFG CE changes for MDIAsachin gupta2013-09-116-9/+118
| | | | | | | | | | Change-Id: I4830625fe3dfa0194c520c539a6e765d8331ca7c RTC: 47290 Depends-On: I94bd86b7b902a20e4f945abbac3b5556cd07f1bc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5054 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add mutex to SCAN device driver.Patrick Williams2013-09-113-1/+21
| | | | | | | | Change-Id: I3c2b1e184c28779871b2e273b22b4a50b5e21a26 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5978 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Resolve testcase race conditions with SCAN.Patrick Williams2013-09-114-14/+4
| | | | | | | | | | | | | | A number of test cases were writing to the SCAN select register and if the SCAN device driver unit tests were running at the same time they would clobber each other. Moved the other test cases to utilize a core scratch register instead. Change-Id: I243500ce40cdb75e1052541056f9460e50e0bbcd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5977 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: IPL MNFG CE supportsachin gupta2013-09-1126-81/+1979
| | | | | | | | | | | RTC: 47290 Change-Id: I94bd86b7b902a20e4f945abbac3b5556cd07f1bc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4187 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5974
* Hostboot - Only init PLLs on functional portions of chipThi Tran2013-09-111-8/+74
| | | | | | | | | SW196844 Change-Id: I28e7b18cce88abaff0de54e8ff01341ed2d3c49b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5970 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change HWPF Reg Capture to identify addresses using identifiersMike Jones2013-09-117-75/+109
| | | | | | | | | | | | | | | HWP Error XML can specify to capture reigsters when an error happens. Rather than extracting the address (0xxxx) from the Register XML element the change here is to use the Register XML element as-is, so it must be a valid identifier (e.g. from p8_scom_addresses.H) or literal. Change-Id: I838fd39b088a174cea6ac7d86ca66356ced123fe RTC: 50833 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5886 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Centaur file updates (hostboot)Richard J. Knight2013-09-1122-350/+3487
| | | | | | | Change-Id: I8ea312cf1ca1229046fe3c9b3c10aa7b78eea8e3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5882 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refresh with version strings and move two attributes to match ekbElliott Dahle2013-09-119-77/+89
| | | | | | | | | | Change-Id: I2e34cbed1f940195e2c4ba00e88a5237939e4e6f RTC: 72937 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5789 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>
* Refresh freq_attributes.xml to match eKB versionMike Jones2013-09-111-5/+13
| | | | | | | | | | | | | The master copy of freq_attributes.xml is in eKB. The Hostboot version is out of sync, this change just copies the eKB version to Hostboot. The changes are non-functional. Change-Id: I217619f0253495db7244a26b7f7966f6bb038f72 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5748 Tested-by: Jenkins Server Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW218652 Epsilon UpdatesThi Tran2013-09-107-37/+68
| | | | | | | | | | SW218652 Change-Id: Ifdcfe632db23e533406759bf5c1088bff9f390dd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5967 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move scratch7 write earlier in IPL (SW222933)Dan Crowell2013-09-101-0/+7
| | | | | | | | Change-Id: I873a2b0d9d54ce60c1345a741aa238e5088b240a CQ: SW222933 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6058 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for MNFG_PSI_DIAGNOSTIC manufacturing flagNick Bofferding2013-09-091-0/+5
| | | | | | | | | | | - Added MNFG_PSI_DIAGNOSTIC manufacturing flag to attributes XML Change-Id: Idea63b5b4a46b69980ad7ffd06e24960a4d651f7 RTC: 69837 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6044 Tested-by: Jenkins Server Reviewed-by: Srikantha S. Meesala <srikantha@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Errl severity issue fixsachin gupta2013-08-311-12/+2
| | | | | | | | | | Change-Id: I01468c52f9ca1f5d0b347c3ea0a7d40e97955e08 CQ: SW221885 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5955 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/5991
* Hostboot - Updated HWPs from defect SW221886 MCDFIR[4] causes attnThi Tran2013-08-3113-883/+1015
| | | | | | | | | | | SW221886 Change-Id: I6d24c0838e339bf7123161697071f2c993a1f903 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5983 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Temporarily adjust MNFG threshold for memory NCEsZane Shelley2013-08-301-2/+14
| | | | | | | | | | | Change-Id: I11a00210293d98f1648d33dda136b0490e2f3e51 CQ: SW221615 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5935 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> 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/5973
* PRD: Resolving compilation issuessachin gupta2013-08-292-16/+16
| | | | | | | | Change-Id: I42e67690178971d4e65c73bd2f261e9316b5431d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5953 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
* Ensure task_crash not optimized outMike Jones2013-08-291-2/+2
| | | | | | | | | | | | | | User space assert() calls the task_crash() macro to crash the thread, this writes to address NULL, but the write is optimized out. Therefore an assert does not cause the task to crash as intended. If istep code asserts, the istepdispatcher does not notice and Hostboot hangs instead of TIing. This is fixed with a volatile. Change-Id: Icc27d94d76e937000189655c2f8a640620456673 RTC: 80657 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5968 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: fix bug reading from write-only registerZane Shelley2013-08-271-0/+2
| | | | | | | | | Change-Id: I103fc656dc09eca9babf02ac38d651b2a265dbfd CQ: SW221285 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5906 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5934
* PRD: Enable PRD HB errl pluginsachin gupta2013-08-261-11/+9
| | | | | | | | Change-Id: Ic2919a609381e22b20e878f1babdb378b740246d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5912 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added support for FSP mutex attributesNick Bofferding2013-08-262-5/+109
| | | | | | | | | | | - Added FSP util::Mutex attribute APIs to targeting API - Added FSP util::Mutex attribute support to attribute compiler Change-Id: I612a2796107f60e8e480c182ab804f9902f2326a RTC: 71408 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5910 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Support for FIRsachin gupta2013-08-2310-1791/+555
| | | | | | | | | | | | | | | | | | | | | | | | | | Added action for following FIR - OCCFIR - TP_LFIR - PMCFIR - COREFIR - PBAFIR - ICPFIR - PSIHBFIR - PCICLOCKFIR - ENHCAFIR - EHHCAFIR RTC:23127 Change-Id: I8c9135c7164f98751f743627b793c328e4104541 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5610 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Squashed: I76da3b3166ccb766f8e586ea254849f4d4a40378 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5907
* HB-driven FSI Init (part 1)Dan Crowell2013-08-235-366/+527
| | | | | | | | | | | | | | | With this code an IPL on a single DCM system makes it up into cen_sbe_tp_chiplet_init1 before it fails due to a Centaur SBE issue. In addition to changes in the init flow, some updates have been made to the error recovery/logging paths. Similar results now seen on 2-DCM system. Change-Id: I6c4b31ee568919c81d388c99ceb26c24705da9be RTC: 67844 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5394 Tested-by: Jenkins Server Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Add error log parser for hostbootsachin gupta2013-08-2328-167/+1857
| | | | | | | | | | | | Change-Id: I401ae1810ec21cd161eee389d4d71063841ba1e3 CQ: SW215983 CMVC-Prereq: 885671 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5399 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> 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/5904
* INITPROC: Hostboot - Updated HWPs from defect SW218634Thi Tran2013-08-238-77/+388
| | | | | | | | | SW218634 Change-Id: Ie328e419de7cf6228ac3068775a2ddc068972678 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5874 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Disable VPD screening in RestoreDramRepairs()Zane Shelley2013-08-231-43/+5
| | | | | | | | | | | | The screening will now be done in the HW procedure. Change-Id: Ic3693b626af91a5df9f80eda7f4c0891a5e56bbb CQ: SW220899 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5899 Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update IPL flow for clocks and memory(Hostboot)Richard J. Knight2013-08-2115-65/+847
| | | | | | | | | | | | | | | Update hostboot code to match version 1.37 of the IPL flow document. - added proc_cen_ref_clk_enable support - added mss_dimm_power_test support - deferred step 12 updates Change-Id: Ief2d55fa9864ac64b847da21f14b897006965d57 RTC:80595 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5817 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud