summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb
Commit message (Collapse)AuthorAgeFilesLines
* Support multinode targetingNick Bofferding2013-10-088-40/+438
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added support for master processor type attributes - Made attribute sync multinode aware - Added platform properties constants - Added multinode iterator support - Extended default iterator to skip hidden system targets - Added raw iterator to "see" hidden system targets - Updated target service to be multinode aware - Added new API to query master proc per node - Modified MRW parser to support cross node peers - Modified MRW parser to default master proc per node - Removed cross node peer workarounds in node splitter script - Added common support for master system targets - Updated attribute compiler to serialize cross node peer targets - Updated attribute compiler to generate attribute size map - Updated attribute compiler to impose special ordering on target layout - Inhibited XML merge script from merging itself in xmltohb makefile - Inhibited duplicate weak symbol errors in trace statements Change-Id: I661eca12f3a7cc16c0ff5476a7ae66cea3bad7d3 RTC: 63940 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6103 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Make ATTR_CPM_TURBO_BOOST_PERCENT writeable.Andrew Geissler2013-10-061-0/+1
| | | | | | | | | | This attribute definition comes from the TMGT def file so the TMGT team needs to be able to write it. Change-Id: I3ec8008f3818fbd5160d2192fb4bc62b29f3ed17 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6504 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Hostboot - from defect SW224356 - PSTATE proceduresThi Tran2013-10-046-246/+532
| | | | | | | | | Change-Id: I5358dab2f24f26054fb004ff980c9fe4638cff6c CMVC-Coreq:896229 CQ:SW224356 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6446 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix some Targeting attributes to make them Hostboot onlyMike Jones2013-10-034-17/+22
| | | | | | | | | | | | | | | | | | FSP has an FSP-only FSP_PM_SPWUP_OHA_FLAG attribute. There is also a common PM_SPWUP_OHA_FLAG attribute, this should actually be a HB-only HB_PM_SPWUP_OHA_FLAG attribute. Also, IS_MPIPL_HB is correctly specified as a HB-only attribute, but it was incorrectly listed in target_types.xml. This is part of the fix for SW221921 where FSP was generating duplicate FAPI attribute access macros for the same FAPI attribute. There is also an FSP fix to a Targeting makefile for this defect that is done separately. Change-Id: I0ef46c6bfb46005e0ccad00c9315c6bb46a38da6 CQ: SW221921 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6453 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>
* add mask that has all DIAG hwas change bitsBrian Horton2013-10-031-0/+6
| | | | | | | | | Change-Id: I242cdcc15c60b66ac27e0812bef0ccb359858a6a RTC: 87190 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6439 Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle <dedahle@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-036-1481/+1
| | | | | | | | 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>
* Fixed line wrap bug in attirubte metadata generatorNick Bofferding2013-10-011-2/+2
| | | | | | | | | | | - Updated attribute compiler to remove line wrap bug Change-Id: I3177538cad003d225580b65031c6491926a6c905 RTC: 82231 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6437 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support attribute write callback and generate attribute metadataNick Bofferding2013-09-302-2/+386
| | | | | | | | | | | | - Added targeting support to register/deregister/invoke attribute write callback - Modified attribute compiler to generate attribute metadata source files - Added generated attribute metadata source files to common targeting makefile Change-Id: I4496dd5351bbf107ae6c2bc790d8e4289815b4a3 RTC: 82231 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6286 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Hostboot - from defect SW224851 - Brazos & Murano 2.0 supportsThi Tran2013-09-242-0/+20
| | | | | | | | | Change-Id: I2ce84445d47d9eebef1cea1a8ea02cd63934978e CMVC-Prereq:898578 CQ:SW224851 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6268 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add REF clock types to targeting attributes xml.Brian Horton2013-09-191-2/+19
| | | | | | | | | | Change-Id: I41b2d78aed0c0297944c0b5af7efddf9ee646b04 RTC: 84511 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6131 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change attribute lookup to be binary search.Patrick Williams2013-09-181-12/+31
| | | | | | | | | | | This reduces the number of simics cycles to IPL by ~11% on a single processor stand-alone model. Change-Id: I11411f6c9a16856092c551882eb51e63e700fe3d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5980 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW219768 Stradale Seeprom WritesThi Tran2013-09-163-2/+105
| | | | | | | | Change-Id: I87fe0941ab5a4be4ff7428af7246be41de2ece66 CQ: SW219768 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6163 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FSI SCOM Error HandlingDan Crowell2013-09-131-6/+44
| | | | | | | | Change-Id: I1538fbf386d5480e473f3f0b049492d494412624 RTC: 35064 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5825 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW222043 (week 8/27)Thi Tran2013-09-132-0/+56
| | | | | | | | CQ: SW222043 Change-Id: I0c6d6b500e7797ef0e2961f501bbe174e21514d3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6087 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Start OCC in Sapphire modeDan Crowell2013-09-122-13/+13
| | | | | | | | | | | 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 SW222043 (Power Management Significant)Thi Tran2013-09-121-0/+2
| | | | | | | | 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>
* GARD: errlog event ID (EID) instead of platform log id (PLID)Brian Horton2013-09-121-2/+2
| | | | | | | | | | | | 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>
* Added defaults to attributes where none was specifiedStephen Cprek2013-09-127-373/+857
| | | | | | | | | 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>
* Add mutex to SCAN device driver.Patrick Williams2013-09-112-0/+16
| | | | | | | | 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>
* 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>
* Hostboot - Updated HWPs from defect SW221886 MCDFIR[4] causes attnThi Tran2013-08-312-0/+89
| | | | | | | | | | | 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>
* Added support for FSP mutex attributesNick Bofferding2013-08-261-5/+63
| | | | | | | | | | | - 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>
* INITPROC: Hostboot - Updated HWPs from defect SW218634Thi Tran2013-08-232-0/+142
| | | | | | | | | 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>
* Update PAYLOAD_KIND to non volatile for SapphireDean Sanner2013-08-213-9/+5
| | | | | | | Change-Id: Icc7a5782ed32cbe3fc814951613d6d2b543c7e59 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5804 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HostBoot - Centaur SBE image update to fix PLL alignment issueThi Tran2013-08-191-43/+117
| | | | | | | | | | SW214414 Change-Id: Ieccef196109c80ae1b9fa3a70c6c8a4cd0710f40 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5832 Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* correct DECONFIG_GARDABLE handlingBrian Horton2013-08-192-3/+4
| | | | | | | | | | | | | . update attribute description to be more accurate . revert CORE setting back to not DECONFIG_GARDABLE . correct deconfigByAssociation code to not check DECONFIG_GARDABLE Change-Id: Ib7bb678fd76f7bd8f99655810721b6985c5680e4 RTC: 81134 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5816 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* make CORE unit DECONFIG_GARDABLEBrian Horton2013-08-191-2/+2
| | | | | | | | | Change-Id: I1bb96f187748267b27763b0145f71ffd37542da9 RTC: 81124 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5814 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* NITPROC: Hostboot - Updated HWPs from defects SW213666/SW214730/SW214731Thi Tran2013-08-191-0/+56
| | | | | | | | | | SW213666 SW214730 SW214731 Change-Id: I5301c3df79b54f50f227c0625be847bd21ca9b75 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5801 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support ignoring presence of compile attributesNick Bofferding2013-08-191-7/+9
| | | | | | | | | | | - Modified attribute compiler to ignore compile attributes Change-Id: I9059339c08755acebc8548ed5305c42a8fe866d2 RTC: 63973 CMVC: 889557 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5823 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Exported test_ep.H, added TARGETING namespace to test_ep.HNick Bofferding2013-08-142-1/+3
| | | | | | | | | | | - Added test_ep.H to common targeting makefile export list - Added TARGETING namespace to test_ep.H so that FSP could compile it Change-Id: I0a5b5be0cb5a1a707c7c878fbcbbe5de6db43682 CQ: SW214677 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5782 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Basic devtree supportDean Sanner2013-08-091-1/+5
| | | | | | | | | | Simple devtree support for Sapphire in SPless mode Change-Id: I4a70bfc5cd3eb3dbd1b443869c046c789f98cc95 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3739 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* remove PSIDIAG bit from PROCBrian Horton2013-08-081-1/+1
| | | | | | | | | | Change-Id: Id661b02040c9f8d74509725f05ab9994889d3a23 RTC: 80323 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5711 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>
* Attribute updates for HostServicesCorey Swenson2013-08-081-4/+6
| | | | | | | | | | Change-Id: Ia8640d52bf822ed0696776d1aad0fc728433cd8c RTC: 50411 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5466 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add DECONFIGURE_BY_ enums for deconfigured targetsBrian Horton2013-08-081-2/+4
| | | | | | | | | | | | | | | when targets are deconfigured NOT due to an errorlog (ie, FCO, memory config, manual gard) the target HwasState attribute will have a deconfiguredByPlid set to one of these enums. Change-Id: I544075defebd98b52391b6d4e241452acc6f7a48 RTC: 37737 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5512 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>
* HOSTBOOT - MFG DIMM 1.1 supportsThi Tran2013-08-012-0/+247
| | | | | | | | | | | SW216675 Change-Id: I531de65b928bebdbc2acf68e9042e265245284f4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5663 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added FREQ_PROC_REFCLOCK_KHZ attributeStephen Cprek2013-07-302-0/+17
| | | | | | | | | | Change-Id: Iebc590a8c5986ffa50a51ad286248f9ad6056da5 RTC: 76587 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5572 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW214677 : FW810: Unknown type is coming for tod clk unit in target dumpRichard J. Knight2013-07-302-1/+84
| | | | | | | | | Change-Id: I19690e0d2cc974501cf24ff6393a9e386dec51ae Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5495 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Andrea Y. Ma <ayma@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support ATTR_RUN_MAX_MEM_PATTERNS attributeNick Bofferding2013-07-302-0/+20
| | | | | | | | | | | | - Added ATTR_RUN_MAX_MEM_PATTERNS to attribute type definition - Assigned attribute to system target Change-Id: Icf59b1d02f364acf247065e9be7a931eada02f62 RTC: 73601 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5636 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* enable MEMDIAG bit in HWAS_STATE_CHANGED for membuf, mcs and dimm.Brian Horton2013-07-301-4/+4
| | | | | | | | | Change-Id: I2114f41cdcb653c0618973f51662da07c42c3810 RTC: 79163 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5552 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* set gardable state correctly on all TYPE targets.Brian Horton2013-07-301-24/+50
| | | | | | | | | | | | DECONFIG_GARDABLE and HWAS_STATE_CHANGED_SUBSCRIPTION_MASK needed for each target. Change-Id: Iafbec8ef5e4803b997d4ad69d20a5c862d7509b5 RTC: 73588 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5527 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove deprecated EI_BUS_RX/TX_MSB_LSB_SWAP attributesBill Schwartz2013-07-244-158/+0
| | | | | | | | | | | | | Remove EI_BUS_RX_MSB_LSB_SWAP and EI_BUS_TX_MSB_LSB_SWAP Change-Id: Iff7492f65aab502f93920ae3968dcecf2b365d28 RTC: 67820 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5457 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support ATTR_HOSTSVC_PLID attributeNick Bofferding2013-07-162-0/+16
| | | | | | | | | | | | - Defined noted attribute, tracking next PLID for host services - Added it to system target Change-Id: If6094bf08178d92ba9fc272627ec6902294be8ee RTC: 63042 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5391 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SPless support of PLD detectionBrian Horton2013-07-155-1/+15
| | | | | | | | Change-Id: If7e0ae4a0befbcbbb9f9c6cb9b130beab0c0f1df RTC: 37740 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5224 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Make HUID a read only attribute.Andrew Geissler2013-07-111-2/+0
| | | | | | | | Change-Id: I8b837b3b5f052c4e2b60cb1c1b3306e4d113d236 RTC: 77648 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5338 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWAS support of Field Core Override (FCO)Brian Horton2013-07-102-0/+22
| | | | | | | | | | | | . add FIELD_CORE_OVERRIDE attribute . add HWAS support of FCO to restrict EX units, if needed Change-Id: I93acc3453edf68ce7dceab03d11ee2a08d312b1d RTC: 45870 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5099 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Populate hb attributes across drawersDoug Gilbert2013-07-104-1/+47
| | | | | | | | RTC: 50866 Change-Id: Ia5cd58d7ccf90a14f391ed87943fd09cddbb040e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4820 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updates to I2C and EEPROM Device Drivers to work for P8Mike Baiocchi2013-07-024-36/+1266
| | | | | | | | | | | | | | | There were several changes required for successful operation of the I2C and EEPROM Device Drivers based on HW Testing. There was also a need to upddate the attribute files and various testcases for processor support. Change-Id: Idd9351ffb01a992c835f99d06ef1246709eceb8b RTC: 64765 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4678 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>
* CDM policy flagsBrian Horton2013-07-021-51/+54
| | | | | | | | | | | | | doGard and createGardRecord will check for system-wide CDM policy, as well as policy in the GARD record and callout. Change-Id: I2abf572e5ed289ed8ac28edee022b23acca50274 RTC: 64693 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5034 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VPD Accessor functions for Slope/InterceptBill Schwartz2013-07-012-80/+0
| | | | | | | | | | | | | 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>
* MBA unit still has MBS as parent but MBS does not exist anymoreRichard J. Knight2013-06-285-1310/+1306
| | | | | | | | | Change-Id: Ia65919670b1863cabd6b9e0defbeea8d81d95a3c RTC:73745 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5172 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud