summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
Commit message (Collapse)AuthorAgeFilesLines
* remove CDM FUNCTIONAL policy and GARD_Func type.Brian Horton2013-11-071-14/+2
| | | | | | | | | | Change-Id: I9d8fa1cf8bfc155dec93c1d788c0d474647e6b37 RTC: 90176 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6990 Tested-by: Jenkins Server Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Optimized association lookup performanceNick Bofferding2013-11-072-155/+523
| | | | | | | | | | | | | | | | | | | - Updated attribute compiler to serialize association lists into binary - Updated getAssociated call to optimally search associations - Fixed IBSCOM unit test to look at present/functional targets - Added association list pointers to target object - Removed unused association types, added max association type - Removed association direction enum - Removed association type to attribute type mapping and container - Removed association type to attribute type container initialization - Removed getAssocaited helper functions (get inwards / get outwards) Change-Id: I3b595781d881911b3808f4f91833437a5cac6eb3 RTC: 88619 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7003 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support new instance path compile attributes in MRW parserNick Bofferding2013-11-071-4/+98
| | | | | | | | | | | - Added instance paths for logical DIMMs, pcie units, system target Change-Id: Ie17e93b2939cbc9d0fcee92be7119299ce6926c5 RTC: 87540 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6999 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support EFFECTIVE_EC attributeNick Bofferding2013-11-052-0/+20
| | | | | | | | | | | - Added EFFECTIVE_EC attribute to attribute definition - Added EFFECTIVE_EC as attribute of system target Change-Id: Ic24668aca7f2fd9a2d90aa223a643d7905db66b0 RTC: 49092 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6994 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Incorrect setup of core/eco_vret_selDan Crowell2013-10-292-1/+24
| | | | | | | | | | | 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-297-1243/+1641
| | | | | | | | | | 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>
* Initial Support for Updating SBE SEEPROMMike Baiocchi2013-10-283-7/+28
| | | | | | | | | | | | | | | 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>
* Fix x86 targeting compile failNick Bofferding2013-10-211-1/+1
| | | | | | | | | | - Added std:: namespace to the metadata map in attribute compiler Change-Id: I0c93783df0e2a790a762757f8aa5ed47af0f1be1 CQ: SW229583 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6751 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Hostboot - SW228674 - C4 mapping & ddr4 supportsThi Tran2013-10-173-1/+34
| | | | | | | | | Change-Id: I3c7885aee2d14aff642488ff61afa56367a48eda CQ:SW228674 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6710 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Port Targeting to Hostboot Runtime.Patrick Williams2013-10-1711-160/+410
| | | | | | | | | Change-Id: I29ce91dce52d1c6ff6df131ae0b94bf3c4ab99f2 RTC: 79408 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6262 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* correctly set PSI_BRIDGE_BASE_ADDR on BRAZO system with 2 FSP chips.Brian Horton2013-10-151-4/+8
| | | | | | | | | Change-Id: Id343a4d5fb8b72c7b0169ad21f210286cbefeb12 CQ: SW226459 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6667 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Inhibit use of additional nodesNick Bofferding2013-10-151-1/+7
| | | | | | | | | | | - Inhibited use of more than 0th node until multinode stabilizes Change-Id: Ie8cf1719b8332efaabf563fdf054e921169fbc4a RTC: 63940 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6668 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix multinode rawiterator and CDIMM RID numbering issueNick Bofferding2013-10-142-4/+11
| | | | | | | | | | | - Fixed improper rawiterator derivation from regular iterator - Added CDIMM RID multiplier to MRW parser Change-Id: I37cbc939eebe52da683f5a82eff1e789653afadf RTC: 63940 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6662 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hardware Reconfigure loop and Istepdispatcher redesignMatt Ploetz2013-10-122-9/+9
| | | | | | | | Change-Id: Icc037be6b0eac67d1b5196180f8a53f083afa085 RTC: 34055 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6324 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Tolerate multiple compile attributes per target instanceNick Bofferding2013-10-101-16/+11
| | | | | | | | | | | - Modded attr compiler to support multiple compile attr per target instance Change-Id: Ifc5b0acbf12b12a635555a4bdbd7fa598983280a CMVC: 901167 CQ: SW227422 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6613 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Split "SPless" from mailbox for Cronus control of HBDean Sanner2013-10-108-14/+33
| | | | | | | Change-Id: Ifc44ca2f54bc61163f797b8020ffdd7bf9cc3240 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6424 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support new C-VPD FAPI attributesMike Jones2013-10-102-14/+17
| | | | | | | | | | | | | | | | 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>
* add new utility to update HWAS_STATE_CHANGED_MASK with specific bits.Brian Horton2013-10-101-0/+12
| | | | | | | | | Change-Id: I732ec859a6573fd2dd6d9adac6491acec893bbd4 RTC: 88037 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6575 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add More Attribute Support for I2C and EEPROM DriversMike Baiocchi2013-10-105-2/+583
| | | | | | | | | | | | | This commit adds more attribute fields to be used in the EEPROM device drivers. The I2C device driver is also being updated so that it can eventually get the desired bus speed from an attribute, as well. Change-Id: I6b609cafdd7ea3b015a4f62009297e0149ba5b84 RTC: 72715 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6116 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support serializing default attribute valuesNick Bofferding2013-10-091-3/+66
| | | | | | | | | | | | | - Added attribute compiler support to serialize attr values into XML - Supports FSP only sync between targeting and system model - Fixed perl line wrap issue Change-Id: Ide93236d2abea49060e93d81a55bbe70ffcd3179 CMVC: 901167 CQ: SW227422 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6579 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* added NX support for hbStephen Cprek2013-10-086-217/+537
| | | | | | | | | | Change-Id: If9f38ca0247c37525cf5350e6c25d911e071b233 RTC:82627 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6283 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>
* Support multinode targetingNick Bofferding2013-10-0820-383/+1664
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* Handle case where PB endpoint is invalidAndrew Geissler2013-10-071-1/+3
| | | | | | | | Change-Id: I66dcb2d763e527dec92727ff287d87f002b83d9b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6525 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> 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>
* HWSV SM support - Ensure unique instance paths for targetsAndrew Geissler2013-10-041-61/+133
| | | | | | | | | | | | | I'm pushing this up for Aravind. It's been reviewed on the FSP side here - http://gfw160.austin.ibm.com:8080/gerrit/#/c/6274/ This commit ensured ex, L4, FSP chip, power bus endpoints, OCC, TOD, etc all have a unique instance paths. Change-Id: I3ab476d272e1be924b139af1864f6d197f28d2ea RTC: 76769 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6488 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Hostboot - from defect SW224356 - PSTATE proceduresThi Tran2013-10-047-261/+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-037-1505/+3
| | | | | | | | 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-303-3/+426
| | | | | | | | | | | | - 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 algorithm include for common FSP file.Patrick Williams2013-09-201-0/+1
| | | | | | | Change-Id: Ibfbfcf4b58e7ead6f31f85402bfc9951402d0e98 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6277 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Pass node to FSP proc pluginNick Bofferding2013-09-201-1/+1
| | | | | | | | | | | - Modified MRW parser to pass node to FSP proc plugin Change-Id: If99f8990a27fe5bf606f6e5042fefca41fe66e39 RTC: 59707 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6248 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add REF clock types to targeting attributes xml.Brian Horton2013-09-193-2/+29
| | | | | | | | | | 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>
* Optimize predicate expression evaluationNick Bofferding2013-09-181-19/+88
| | | | | | | | | | | - Inhibited evaluating RHS of OR expression when not needed - Inhibited evaluating RHS of AND expression when not needed Change-Id: I4288b0e708f747b8113416df38414327a61aaa49 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6120 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change attribute lookup to be binary search.Patrick Williams2013-09-182-35/+48
| | | | | | | | | | | 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-123-13/+52
| | | | | | | | | | | 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>
* 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>
* 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>
OpenPOWER on IntegriCloud