summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
Commit message (Collapse)AuthorAgeFilesLines
* Establish a working P9 Hostboot and Simics baseDean Sanner2015-12-1111-25/+297
| | | | | | | | | | | | | | | Includes changes for nimbus.por Making recent Simics usable by Hostboot Removing portions of code not yet ready Basic LPC read/write Change-Id: Ic40a9613934fab7bb6a28a8100685496246bb5ea RTC:132170 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21931 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Adding attributes needed for P9 targeting during ZZ BUPElizabeth Liner2015-12-111-0/+90
| | | | | | | | | Change-Id: I0027565cdfd0230785a7edde50a44aba94ce4b88 RTC:140552 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21717 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Base kernel changes for Nimbus/CumulusCorey Swenson2015-12-111-2/+14
| | | | | | | | | Change-Id: Ic5dfde1e975453d760631335bab674919e1109e7 RTC: 126637 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18321 Tested-by: Jenkins Server Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* P9 - Create P9 targetsThi Tran2015-12-114-9/+2672
| | | | | | | | | | | | Change-Id: I1c8d62d90c16ac8dd82923df2a04b25b492210a0 RTC: 129339 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18198 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PART_NUMBER attribute size increase for Garrison DDR4 supportaalugore2015-12-101-3/+1
| | | | | | | | | Change-Id: I79c587ca1c2ce3a117db06d3fcc88ea4de098b58 RTC:137707 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22548 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixes and new attributes for DDR4 supportDan Crowell2015-11-162-30/+68
| | | | | | | | | | | | | | | Pre-populating the attributes for pending HWP updates Quick fix to SPD parser Change-Id: I4bac49697dcd0b258a785ecea188820a1bce6509 CQ: SW328443 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21975 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Nagendra K. Gurram <nagendra.g@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add event reading type to .rpt fileRichard J. Knight2015-11-051-10/+26
| | | | | | | | | | | | | | | -Updated processMrw.pl to include the sensor event reading type when printing the report file. Change-Id: I7056d073bf0437168af97da344379ed702b9c218 RTC:139703 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21354 Tested-by: Jenkins OP Build CI Tested-by: Jenkins Server Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Set the system power cap based on the redundant power supply policyChris Cain2015-11-021-0/+4
| | | | | | | | | | | | | | Change-Id: I9b3aa1dc5072ab5f716090c72212b2da2fde16a4 RTC: 135830 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21615 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add system power cap for HPC systems running with non-redundant ps policyChris Cain2015-11-022-1/+19
| | | | | | | | | | | | | Change-Id: Idda2657d9e2ecabd513ce44233176da77343c46d RTC: 135830 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21402 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ECID Invalid in Error LogJaymes Wilks2015-10-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | ECID values have been showing incorrectly in logs. The binary versions of the error logs look OK. The issue only affects the ASCII version of the error log. The code that parses the binary was found to contain pointer arithmetic with missing parenthesis resulting in arithmetic to the actual value of the data instead of the pointer value. This commit contains changes to xmltohb.pl, which generates the C++ code for the parser. Eight such instances of erroneous pointer arithmetic, including the one that causes the invalid ECID value, were found and corrected. Change-Id: Ida63f99df33157ce7dc8c7befe26a6ffa8c9d41f CQ:321666 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21394 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add module hierarchy to the proc target in processMrw.plMatt Ploetz2015-10-091-1/+14
| | | | | | | | | | | Change-Id: I9df7490d4beac0832cee3fa1574641cbd9e959c0 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20914 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attribute Override Tool Fixescrgeddes2015-09-291-3/+11
| | | | | | | | | | | | | | | | The tool was having issues parsing out the targets type. This is fixed now, also I added 'pu' as a valid string to be used to target proc targets. Change-Id: If01a246221b19b7fd3b4e6b24d23a0ed3bf0aac0 RTC: 131731 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19369 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for mixed DIMM configurationaalugore2015-09-181-2/+1
| | | | | | | | | | | | | -This change adds support for having both dual-drop and single-drop DIMM configurations on the same system Change-Id: I5bdca1479da857b7a92d2ce921ba0507a3732c14 RTC:135720 Depends-on:I9bba92f55f1b67ff4a15d79113f19d39272ec72d Backport: release-fips840 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20501 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Function to set Nest Frequency based off DIMM memory capabilityaalugore2015-09-182-4/+53
| | | | | | | | | | | | | | | | | -Needed for 32x32GB DIMM support -Finds max capable frequency of system and all present DIMMs and deconfigures any DIMM that cannot run at desired frequency -If necessary, Sets Nest Freq and triggers SBE update Change-Id: I9bba92f55f1b67ff4a15d79113f19d39272ec72d RTC:122884 Depends-on:I1dca7196cd02a2704a238665b73b522c9e103936 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17829 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SBE Update Support for Adjusted Nest FrequencyAndres Lugo-Reyes2015-09-183-0/+49
| | | | | | | | | | | | | | | | This commit adds a check in istep 8.1 to see if the SBE Seeproms are programmed with the same NEST_FREQ_MHZ attribute value that the system is currently running at. If necessary, it will update the SBE Seeproms in this step which might result in a re-IPL. Change-Id: I1dca7196cd02a2704a238665b73b522c9e103936 RTC:133406 Depends-on:I9bba92f55f1b67ff4a15d79113f19d39272ec72d Backport: release-fips840 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20229 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update membuf/backplane fru inventory dataRichard J. Knight2015-09-182-4/+18
| | | | | | | | | | | | | | | | | -Modify the backplane fru inventory so that it no longer includes the centaur ecid -Remove OPAL fru id from device tree Change-Id: I8792f3b1fd7016cd303be6e7652812067fdccc38 RTC:136210 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20312 Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Jay M. Azurin <jmazurin@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HTMGT support for WOFChris Cain2015-09-161-2/+2
| | | | | | | | | | | | | | | | Change-Id: I90353dcc6dd4f18072344bb75dbd7fab15653026 RTC: 128431 Depends-On: I45689bc06e5a3808b9b9c3a356b70dd6e9cd2dd2 Depends-On: I96aff34fb9b588d8546575b77655a6cf167469fb Depends-On: I4ef70a1262c1a952a15c251371af8a1f7e8d407d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18035 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Supply WOF dataBill Schwartz2015-09-164-1/+212
| | | | | | | | | | | | | | Create new attributes to make available WOF information to HTMGT and HWPs. Change-Id: I45689bc06e5a3808b9b9c3a356b70dd6e9cd2dd2 RTC: 125378 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17367 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: William H. Schwartz <whs@us.ibm.com> Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW309472: INITPROC: HWP: DDR4 updates and #DS updates for DRAM initializationThi Tran2015-09-142-62/+708
| | | | | | | | | | | | | | | CQ:SW309472 Change-Id: Ifddb0ede213eec6583e10a129ed287a543456605 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19164 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19165 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for Naples PCIE/IOP configsMatt Ploetz2015-09-111-10/+10
| | | | | | | | | | | | Change-Id: Ifa545d748324bf1a4feadd13e5d855439da4c1ca RTC:109249 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19160 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW317367: INITPROC: FSP&Hostboot - DDR4 updates to hardware proceduresElizabeth Liner2015-09-032-0/+197
| | | | | | | | | | | | | | | | | | | | | | | CQ:SW317367 Change-Id: I6eb73550cd1b965dc976b42c3d820cc42308dfc6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19782 Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Tested-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-on:http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20166 Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Tested-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20166 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on:http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20186 Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Tested-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20110 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Modified the algo to calculate md5_hex for HB BinsRaja Das2015-09-031-1/+11
| | | | | | | | | | | Change-Id: I3e82d0fd32a4cd56b90d7df16160e144671484fa CQ: SW319776 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20200 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Nuvoton TPM 1.2 Device DriverChris Engel2015-08-311-1/+14
| | | | | | | | | | | | | | This adds support for the Nuvoton TPM 1.2 in simics Change-Id: I24973cb9824e31967aae3fb97e86a631e514b2ff RTC: 125287 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16535 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add HUID column to reportAdrian Barrera2015-08-311-9/+13
| | | | | | | | | | | Change-Id: I50e39e82ea64450de18a95fef2b9c9b0d26227fe Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20090 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added support for additional Naples IOPErich Hauptli2015-08-311-16/+42
| | | | | | | | | | | | | Added support for Naples IOP and fixed 32bit build machine overflow issue. Change-Id: I9fb374acb55126196d5d362b300640cfc23c7364 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20091 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add method to erase SPD on all dimms via attribute overrideThi Tran2015-08-282-0/+15
| | | | | | | | | | | | | | | Change-Id: I3fb0759ef99b427cb043badddc1c3fd2afe1ae62 RTC: 132714 Depends-on: I4c74d3a6d5d900967b6add4e9edc7fa286e93a64 Depends-on: I04e83ee2a38a5be3b17fd5578709ed5b64127b83 Depends-on: I31c015962f39342d0d1d9d575fd0c4569496918c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19891 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Propagate ATTR_TMP overrides into HBRTBill Schwartz2015-08-252-1/+39
| | | | | | | | | | Load ATTR_TMP overrides at host boot runtime RTC: 129055 Change-Id: Id01889b6a1498af05732cee7c797d3e18af10f8d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19951 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Change default ECC injection on Attribute overrides to falseMatt Ploetz2015-08-241-2/+2
| | | | | | | | | | | | | | Change-Id: Id45c0502496aede54c63cd036358dcb59750f32e RTC:129055 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19950 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW316014: INITPROC: updates to implement SBE interrupt serviceThi Tran2015-08-244-0/+136
| | | | | | | | | | | | | | CMVC-Coreq: 968951 CQ:SW316014 Change-Id: I31c015962f39342d0d1d9d575fd0c4569496918c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19475 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19478 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update 2z/3z Hostboot-Only AttributesMike Baiocchi2015-08-214-123/+130
| | | | | | | | | | | | | | | | This commit will move the 2z/3z _EFF_CONFIG attributes that are just specific to hostboot from the shared FSP-Hostboot attribute section to the hostboot-only attriubte action. Change-Id: I4c74d3a6d5d900967b6add4e9edc7fa286e93a64 CQ: SW318899 Backport: release-fips830 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19907 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add supported nest freq attributeDan Crowell2015-08-212-2/+36
| | | | | | | | | | | | | | | | | Attribute allows systems to specify multiple supported nest frequencies. Change-Id: I04e83ee2a38a5be3b17fd5578709ed5b64127b83 RTC:122884 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19844 Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HTMGT support for Pstate Table BiasingChris Cain2015-08-182-0/+15
| | | | | | | | | | Change-Id: I96aff34fb9b588d8546575b77655a6cf167469fb RTC: 128436 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18789 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MFG Mode Flags to Enable Updating Both sides of SBEBill Hoffa2015-08-181-0/+5
| | | | | | | | | | | | | | | | Created new bit (UPDATE_BOTH_SIDES_OF_SBE) which indicates to update both sides of the SBE image when this flag is enabled Change-Id: Ic922e7876d9e7a61dc9b7e6186390990728cbf96 RTC:123516 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18186 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add ATTR_PERM support to attoverride toolStephen Cprek2015-08-142-3/+26
| | | | | | | | | | Change-Id: Ia6ac71a4e71679d9b7b5dc023393a2b975a24b7e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19071 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW314006 : Firestone: Poor STREAM memory bandwidthRichard J. Knight2015-08-121-6/+1
| | | | | | | | | | | | | | | | - Updated Targets.pm to enable MSS_INTERLAVE_ENABLE and ALL_MCS_IN_INTERLEAVING_GROUP attributes Change-Id: I5c3291961d4ebb50d1a7e1bf66b743a84055adcf CQ:SW314006 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19514 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support multiple instances for reserved memoryBill Schwartz2015-08-063-2/+17
| | | | | | | | | | | | | | | Update HBRT interface to add an instance to get_resvered_mem and update devtree entries with instance. Change-Id: Ie0c5a76ce5ff347354bc91898e1c4dc032430e13 RTC: 131056 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19281 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add FRU-ID to coresMatt Ploetz2015-08-032-2/+5
| | | | | | | | | | | | | Change-Id: I3ff5611f6e532685144f33eed72a2d888eb5c200 RTC:132669 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19456 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Norman K. James <njames@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changes for Brazos 2z/3z SupportMike Baiocchi2015-07-293-97/+349
| | | | | | | | | | | | | | | | | | | | | | | This commit has the hostboot changes for Brazos 2z/3z support along with some attributes that Hostboot and HWSV share. It also contains memory XML and HWP changes from SW305517 and SW305518. Change-Id: I71896dfac6946624bed3e216fe7823bd73e8e6bc RTC: 125037 CQ:SW305518 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19306 Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Michael D. Pardeik <pardeik@us.ibm.com> Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Tested-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19375 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Adding CDM Domain Fabric for CAPP TargetRaja Das2015-07-271-0/+1
| | | | | | | | | | | Change-Id: I873def937e82f654b52ef9c583a7e6470d2bf9b7 RTC: 85594 CQ: SW299586 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19023 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* New HBRT interfaces for attribute overridesBill Schwartz2015-07-216-5/+229
| | | | | | | | | | | | | | Add interface to apply attribute overrides Change-Id: I2eb9f32e0236d7296ff3f3f133af4ef349d70376 RTC: 127328 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17818 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add default thresholds for OpenPower systemsDan Crowell2015-07-211-0/+16
| | | | | | | | | | Change-Id: Ia7e475cf220b3354b00ac10a06a96a1982f8e202 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19112 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix for VPD issues in golden and mfg bootCorey Swenson2015-07-171-2/+19
| | | | | | | | | | | | Change-Id: I86bed87da21ec9037c7b828874052066e4ec5f4a RTC: 128100 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17821 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix non-master proc attr type in op mrwStephen Cprek2015-07-021-4/+4
| | | | | | | | | | | CQ:SW312664 Change-Id: I5e9ea14b41eb049ec39e6a738c9eab653aff7c63 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18866 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Ignore info/recovered logs in OpenPower boxesAndres Lugo-Reyes2015-07-023-3/+45
| | | | | | | | | | | Change-Id: Icb6f8b39ee7ab299f4292ac2d775adaf9c16721b RTC:126449 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17807 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changes to FRU inventory to support memory riserBill Schwartz2015-06-261-0/+2
| | | | | | | | | | | | | | Follow up to 118373. Update to use 122890 Add serial numbers/part numbers Change-Id: I5d3aee87a2672c193c6fcab78dfa60d661d130e2 RTC: 117702 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18686 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add serial numbers/part numbers to err logs w/ hwcalloutsAndres Lugo-Reyes2015-06-192-1/+51
| | | | | | | | | | | Change-Id: Ifef77c71f40e70136cdb5172ce653f7a5ebfdd10 RTC:122890 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16870 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PCIe lane swap fix in processMRW.plMatt Ploetz2015-06-101-14/+11
| | | | | | | | | Change-Id: Iee7127fef7f4a911a77e0c24c896d840b1b45ff4 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17748 Tested-by: Jenkins Server Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixed ProcessXbus, so it generates PEER Attributes.Erich J. Hauptli2015-06-081-1/+18
| | | | | | | | Change-Id: Ic16950fdbd5e8d7a469ed1d95d50ac50e85f8304 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17657 Tested-by: Jenkins Server Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for backplane VPDBill Schwartz2015-05-212-0/+7
| | | | | | | | | | | Replace the temporary use of mem buf to access planar vpd with new planar vpd interfaces. Change-Id: I24cda4d713806330a9f61d588006d63966f92550 RTC: 118373 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16326 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change MRW_MEM_SENSOR_CACHE_ADDR_MAP to membuf targetMatt Ploetz2015-05-201-1/+1
| | | | | | | | Change-Id: Id86828af59fef9e88f93cf616bd12230957de1a9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17885 Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud