summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
Commit message (Collapse)AuthorAgeFilesLines
...
* istep 18.12 hb changesayma2014-01-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | 18.12. host_coalesce_host : Re-activate Hostboot images a) FSP sends each Hostboot image a mailbox .wakeup. message This places an a pending interrupt to the EX, but it is blocked by the .block wakeup. sources b) FSP then removes the block wakeup sources (master processor last) p8_block_wakeup_intr.C -reset This removes the block wakeup sources and allows hostboot to receive (and exit winkle) the pending mailbox message c) HB instance will wake up (un-winkle) its master core, thread 0 d) Hostboot will then issue IPIs to all threads in its instance e) Hostboot will establish IPC between each of the HB entities On failure system will xstop or TI No sync point with the FSP RTC: 89024 Change-Id: I747873d0b5c38f8c440a8546d44be2b8e94bce2e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7395 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>
* Lane eRepair: Remove check for spare lanes in VPDBilicon Patil2014-01-101-12/+1
| | | | | | | | | Change-Id: Iea0cd9d06d3570dc6f639e5baea6b707d8046c10 RTC: 94853 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7959 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* clean up fapiPlatAttributeService.C fileayma2014-01-091-32/+0
| | | | | | | | | | | | | | | | no code currently consumes the following functions: fapiPlatGetMemoryBaseAddr, fapiPlatGetProcMirrorBase, fapiPlatGetProcMemBase Change-Id: Ib70202b85c682b370b3c1c4d767162920efa5ccb RTC:44949 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7511 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> 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>
* Support ATTR_PROC_EX_FUNC_L3_DELTA_DATA properlyMike Jones2014-01-092-0/+77
| | | | | | | | | | | | | Instead of zero data, an Attribute Accessor HWP should return real data supplied by the HW team. Change-Id: I53c3ecd01bd30475b2ab861af0cb0ad422521782 CQ: SW235093 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7639 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Route ATTR_L4_BANK_DELETE_VPD to C-VPDBill Schwartz2013-12-093-2/+104
| | | | | | | | | | | | | Create MBvpd accessor to access cvpd record VSPD keyword MX for get and set for attribute ATTR_L4_BANK_DELETE_VPD. Split and rename fapiwinkle test since its all hwp mvpd & mbvpd accessor tests Change-Id: I3bae2e89b2ef7fd30a88c269d42223c00333bb72 RTC: 91431 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7278 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refresh PLL Accessor HWPs from eKB to pick up cvs version numberMike Jones2013-12-062-2/+3
| | | | | | | | Change-Id: I7163502e58bd138b27c7b284ca870198a585f339 RTC: 92957 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7556 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SENSOR_MAP FAPI attributes should come from Centaur VPD (MW)Bill Schwartz2013-12-062-5/+107
| | | | | | | | | | | | Add hwp accessor for primary and secondary sensor map from VSPD keyword MW Change-Id: I7f64632c32236ecb29f5fd177bd5d8e9e356d7ae RTC: 91776 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7344 Tested-by: Jenkins Server 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>
* Support new proc/memb pll_ring_attributesMike Jones2013-12-033-0/+131
| | | | | | | | | Change-Id: I5ba5fd112a43b77a2cb41349379fc113b6f6b5f4 CQ: SW234336 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7309 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot Centaur DD2.0 additional supports (SW231619)Thi Tran2013-11-131-5/+5
| | | | | | | | | Change-Id: I2c10860fa7b29c64579a6caf3532f316f9727e5f CMVC-Coreq:904369 CQ:SW231619 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7194 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Cronus aix exe compile warnings for fapiReturnCode.HMike Jones2013-11-081-47/+55
| | | | | | | | | | | | Seems like you cannot declare structures inside anonymous unions. Change-Id: I3d0358e0dd87a2392e9eeb15706359f41eec7864 RTC: 90972 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7132 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Centaur VPD Attributes: Version, 2N_Mode_Enabled, and Address MirroringBill Schwartz2013-11-086-14/+177
| | | | | | | | | | | | | | | | ATTR_VPD_VERSION - add attribute and hwp accessor to return Record VINI Keyword VZ ATTR_VPD_DRAM_2N_MODE_ENABLED - add attribute and new HWP accessor using MR hwp accessor to retrieve DRAM_2N_MODE. ATTR_VPD_DRAM_ADDRESS_MIRRORING - Change from DIMM to MBA target Change-Id: I05875c5e89966906a928d3c82925e33507962db9 RTC: 89859 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6949 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* istepreasoncodes.H is a merge bottleneckBill Schwartz2013-11-082-153/+22
| | | | | | | | | | | | | | | Eliminate congestion on istepreasoncodes.H by removing error tags and moduleId/Reason codes from iSteps calling IStepError.addErrorDetails. ISteps pass only the failing error log. IStepError.addErrorDetails will get the iStep and substep from the istep dispatcher and add to user data. Change-Id: If8f8796bfeafb80b5dbcea21629137260b07bc72 RTC: 59658 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6719 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Version string refresh after checking into eKBElliott Dahle2013-11-071-0/+1
| | | | | | | | | | Change-Id: Ia61762c1220940e12c21e63f1a809a1bc2b83c46 RTC:80641 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6995 Tested-by: Jenkins Server 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>
* Centaur VPD Accessor HWPs need to translate some data to match FAPI Attr enumBill Schwartz2013-11-071-12/+17
| | | | | | | | | | | | | | | | Use mapping provided by Mark Bellows for ATTR_VPD_DRAM_RON, ATTR_VPD_DRAM_RTT_NOM, ATTR_VPD_DRAM_RTT_WR, ATTR_VPD_DRAM_WR_VREF, ATTR_VPD_CEN_RD_VREF,ATTR_VPD_CEN_SLEW_RATE_DQ_DQS,ATTR_VPD_CEN_SLEW_RATE_ADDR, ATTR_VPD_CEN_SLEW_RATE_CLK, ATTR_VPD_CEN_SLEW_RATE_SPCKE, and ATTR_VPD_CEN_SLEW_RATE_CNTL Change-Id: Icfa02c2b14c2dcb8787a10ac0fbd676aed620a19 RTC: 88829 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6741 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Incorrect setup of core/eco_vret_selDan Crowell2013-10-291-148/+45
| | | | | | | | | | | Updates of a few procedures as well as new attribute files required to stay in sync with the HostServices code. Change-Id: I53edf88dba9a2a0a37f03cbe741334c981c50c33 CQ: SW229638 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6915 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Parse MRW to populate PM MRW attributesMike Jones2013-10-291-0/+51
| | | | | | | | | | Change-Id: I770e04e27be3f6f71045140a5272b7009ca6e4bb RTC: 52835 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6888 Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Hostboot - SW228141 PLL Rescan for DCCALThi Tran2013-10-291-0/+10
| | | | | | | | | | Change-Id: Ic4b2f3b5dda2abe151923ac70103e298a47d4169 CMVC-Prereq:903906 CQ:SW228141 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6849 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changes to use the centaur sbe image from pnorayma2013-10-291-0/+1
| | | | | | | | | | | | | | | | | Instead of using the pre-built centaur_sbe.pnor.bin file the centaur sbe will be read from pnor when the centaurs are initialized in istep 10. Story 47032 is a pre-req to these changes. The change id for story 47032 is I3f545a134493c7595ce50fd885478bbe606de472 Change-Id: I69454e215ca4b8947ad8c01f42d87c09728e623d Depends-on: I3f545a134493c7595ce50fd885478bbe606de472 RTC: 77647 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6622 Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial Support for Updating SBE SEEPROMMike Baiocchi2013-10-281-0/+1
| | | | | | | | | | | | | | | This initial commit will be used to create the new SBE directories and files. It also supports the usr functions to find and copy SBE PNOR images. NOTE: It will not enable Updating SBE SEEPROMs in the IPL. Change-Id: I3f545a134493c7595ce50fd885478bbe606de472 RTC: 47032 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6311 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>
* HWPF Error XML Allow register collection based on present child chipletsElliott Dahle2013-10-281-10/+25
| | | | | | | | | | Change-Id: Ica9e4ef3636438f81f9f7fcdc80e8699ab0fc39d RTC: 80641 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6686 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add explicit inline to fapiCheckTypeDan Crowell2013-10-171-0/+2
| | | | | | | | | | | Our compiler does this automatically but the PHYP compiler doesn't so making a change to the common code. Change-Id: Ic45d65bace60391af3d0e23de89dfd1b38f8951b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6673 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support new C-VPD FAPI attributesMike Jones2013-10-101-224/+68
| | | | | | | | | | | | | | | | Old plan was for firmware to switch over some EFF attributes from r/w storage (Targeting attributes) to VPD (via Accessor), the code was in place for an easy switch-over. The new plan is to add VPD attribues, so HWPs decide when to switch-over to use real VPD by changing which attribute they access (EFF->VPD). This change is to support the new VPD attributes. Change-Id: Iac568798a32f6b84bebf79e70b14bb866c6d78fb RTC: 69935 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF Error XML: Allow callout/deconfigure/gard of DIMM(s) related to MBARichard J. Knight2013-10-104-39/+76
| | | | | | | | | | Change-Id: Ibd067f73cf381b18eab5e48cf1f72f961450a1f2 RTC:81669 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6208 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Memory workaround for 1200 CDIMMSMatt Ploetz2013-10-101-2/+3
| | | | | | | | | | Change-Id: I8f6ffc2ef653d4245bc002cdca66f59a6e1771fa RTC: 76932 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5901 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SBE start workaround HWP for SPLess, p8_ocb_* HWPDean Sanner2013-10-091-0/+1
| | | | | | | | Change-Id: Ie420cb8ef0fe15a0f5bc3c7f9229a3995c11f775 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6199 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF Error XML allow register collection from child chipletsElliott Dahle2013-10-081-10/+21
| | | | | | | | | | Change-Id: I65a608378adac04b6b8f0e80a02578421b5b2680 RTC: 80609 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6409 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>
* Don't store BadDQBitmap when in DISABLE_DRAM_REPAIRS modeElliott Dahle2013-10-042-2/+2
| | | | | | | | | | | Change-Id: Iba4fd0a7de4bbfc42f98515f1f523b3c5e995c90 RTC: 85637 CQ: SW210028 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6285 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Merge DDR3/DDR4 attributes with different raw data into common attributesMike Jones2013-10-032-24/+134
| | | | | | | | | | | | | | | | | | There are 4 SPD FAPI Attributes where there are separate FAPI Attributes for DDR3 and DDR4 because the raw data is interpreted differently and the FAPI enumeration matches the raw data. I agreed with Ken Wright that for these, there should be a common FAPI attribute that is handled by an Accessor HWP, the Accessor converts the data appropriately to the common enumeration. Right now the common enumeration matches DDR3 where possible to facilitate Cronus switchover from SPD Driver to Accessor, but eventually this could change. This change helps HWP code to not need to know the different between DDR3 and DDR4 DIMMs. Change-Id: I108937ab0bdfc534d9ffc1e391675f4c87875048 RTC: 82631 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6326 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Facilitate transition from using EFF attribute to reading actual C_DIMM VPDElliott Dahle2013-10-034-17/+21
| | | | | | | | | | | | | | | Change ATTR_VPD_DIMM_SPARE attribute to match EFF_DIMM_SPARE attribute in target and data type to ensure proper operation when a HWP switches to reading real Centaur VPD. Change-Id: I3a6f26d94c42fdb37f4063b1f3a51eb4faaec022 RTC: 84528 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6281 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add severity parameters to fapiLogErrorStephen Cprek2013-10-032-34/+54
| | | | | | | | | | | RTC:80889 Change-Id: I7474e5a44cbc44151224a26ae60153b9a0160b29 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6240 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> 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>
* Dynamically determine PLL ATTR based on freq and chip IDECDean Sanner2013-10-032-0/+276
| | | | | | | | Change-Id: I733760ecbc995d429de862fe56ad44fcc3aae228 RTC: 69918 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6305 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VPD Accessor functions for Clock Mapping, DIMM timing and TSYS VPD AttributesBill Schwartz2013-09-134-11/+158
| | | | | | | | | | | | | | | | 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>
* Centaur: Driver Update : Support of x4 (hostboot)Richard J. Knight2013-09-131-6/+49
| | | | | | | | 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>
* Integrate HWP io_pre_trainadv and io_post_trainadvMatt Ploetz2013-09-121-0/+12
| | | | | | | | | 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>
* HWPF: Calling out HW without a fapi::TargetMike Jones2013-09-122-6/+144
| | | | | | | | | 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>
* Change HWPF Reg Capture to identify addresses using identifiersMike Jones2013-09-111-0/+39
| | | | | | | | | | | | | | | 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>
* Refresh with version strings and move two attributes to match ekbElliott Dahle2013-09-113-22/+25
| | | | | | | | | | 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>
* Update IPL flow for clocks and memory(Hostboot)Richard J. Knight2013-08-211-0/+2
| | | | | | | | | | | | | | | 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>
* Refactor eRepair Accessor HWPBilicon Patil2013-08-087-172/+27
| | | | | | | | | | | | | Combine the two eRepair Accesor HWP that operated on Field VPD and Manufacturing VPD into a single HWP. Change-Id: I2528d3035bff008a0c409e540149c86dc78d4b4c RTC: 69592 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5566 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Hostboot - proc_post_winkle.C 1.2Thi Tran2013-07-301-0/+1
| | | | | | | | | | SW208959 Change-Id: If667432b1ad424c19f836b1c698fba52c4b3b4cc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5486 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VPD Accessor functions for Slope/Intercept - big endianBill Schwartz2013-07-303-4/+3
| | | | | | | | | | | | | | little -> big endian interpretation of cvpd. Requested and verified by Mark Bellows. Also update recent hwp accessor $IDs to be in sync with eKB Change-Id: I7f802332b070319d327c869a955a2c2999e1ca88 RTC: 67125 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5563 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Access Bad DQ via ATTR_BAD_DQ_BITMAP and show unconnected DQsElliott Dahle2013-07-304-22/+155
| | | | | | | | | | Change-Id: Id703749de7c08aef337904a2dccac3af2e90a108 RTC: 72937 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5510 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HOSTBOOT - Add workaround for Centaur SBE Repair Loader failureThi Tran2013-07-301-0/+1
| | | | | | | | | | SW212513 Change-Id: Ic459656aa6c650938bedd63ada72559efeae0ef8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5626 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Minor SPD Parser fixesMike Jones2013-07-241-2/+5
| | | | | | | | | | | | | | Brent Wieman spotted some differences between the DDR3 parser output after DDR4 support was added. Investigation led to these fixes. None of these errors have any functional effect right now because the fields in question are not currently used. Change-Id: I93894eeb19d4bd748ed7ba6131bdd54fb201fa02 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5397 Tested-by: Jenkins Server Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for DDR4 DIMM SPDMike Jones2013-07-101-0/+132
| | | | | | | | | | | Change-Id: Icc07f52aa80436d7bd6849b64683201df4d41c29 RTC: 61138 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5014 Tested-by: Jenkins Server Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FAPI updates from HostServicesCorey Swenson2013-07-106-26/+124
| | | | | | | | Change-Id: I0d8f0fb43ead61a8a37f7f9ca7be12efec09e144 RTC: 52953 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4738 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Support Children callout/deconfigure/GARD in FAPI Error XMLMike Jones2013-07-022-1/+83
| | | | | | | | Change-Id: I72584c095e8c15a56e84cca67260935ac875b7fb RTC: 69794 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5187 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VPD Accessor functions for Slope/InterceptBill Schwartz2013-07-012-3/+121
| | | | | | | | | | | | | Create a HWP accessor to retrieve power slope and intercept data attributes from cvpd record VSPD keyword MW and MV. Change-Id: Ia7516505a03695c80d565523242e5c2350402cd0 RTC: 67125 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4999 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Set Centaur L4 Cache state correctlyMike Jones2013-06-241-0/+1
| | | | | | | | | | Change-Id: Iebc3c9fd42ef0a3852f7df6d380089d182531359 CQ: SW209633 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5137 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MRU Callout Support UpdatesRichard J. Knight2013-06-141-1/+2
| | | | | | | | | | Change-Id: If0e517a72c428b2cd5902900f13f6a3c17a68963 RTC:68487 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4813 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>
OpenPOWER on IntegriCloud