summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb
Commit message (Collapse)AuthorAgeFilesLines
* Fix Temp Default handlingMarty Gloff2016-10-252-64/+12
| | | | | | | | | | | | | | Do not create FAPI Attribute enumeration for temp default. Handle white space before or after an ID in the hb_temp_defaults.xml and fapiattr.xml files. Change-Id: Ie5bd49d2e12a1ca7da5eac1ce3de7f9eefe7e4f6 RTC:152899 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31058 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Fix handling of FAPI attributes with target type TARGET_TYPE_SYSTEMMarty Gloff2016-10-101-0/+13
| | | | | | | | | Change-Id: I274f39ffdd894960b3b281889d2e266c54a4c7f6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30910 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Adding support for an openpower only attribute fileElizabeth Liner2016-09-261-5/+12
| | | | | | | | Change-Id: I7d4009e2cdcb6e019c033b827086f3e14c291a6f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30299 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Porting non-hdat from powervm-p8 into master-p8Elizabeth Liner2016-09-261-5/+5
| | | | | | | | | Change-Id: I49d20a8c64bd5702aeceeff77bc5119f52996d21 RTC:156618 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29810 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Adding new attribute file for hostboot and openpowerElizabeth Liner2016-09-081-3/+22
| | | | | | | | | | | | | | | Change-Id: I78ee5084a0751ddab91851e01ee4fd6268a14db6 Forwardport:yes RTC:156618 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27531 Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28403 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Correction to fix temporary attribute scriptMarty Gloff2016-07-261-1/+7
| | | | | | | | | | | | Modify check for enums without a value (like C++) Change-Id: Ic39c7ec00d74fc97d374886407db220ef3eaf29f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27386 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Fix temporary attribute scriptMatt Derksen2016-07-181-1/+9
| | | | | | | | | | | | | | 1) allow enums without a value (like C++) 2) don't allow enum type if in an array (just use generic array type) 3) change int8 to int8_t Change-Id: Ic9b4d033dcbf2f3fe4a74817fbec0233138aa9a3 RTC:157764 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27111 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* make clean target update & clobberLateef Quraishi2016-06-221-0/+2
| | | | | | | | | | | Change-Id: Ia946bb84b34ea651b09bfbaac992888bafbe4914 RTC: 151009 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25095 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Comment out debug messages from xmltohb makefilecrgeddes2016-05-181-20/+20
| | | | | | | | | | | These accidentally got left on in a previous commit. Change-Id: Ic09b325cf8283fd7f50129a5889dbd70113acf0b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24586 Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* Implement GET_POUNDV_BUCKET_DATA_MACRO and backing functioncrgeddes2016-05-051-21/+21
| | | | | | | | | | | | | | | | The fapi2 PM attribute poundv_bucket_data is backed in HB by a function that calls FAPI2 code that reads MVPD data off of pnor in order to find the proper #V bucket data. This commit sets up that macro and function as well as adds some testing to make sure it is working properly Change-Id: Ie506230c1270bdff43c3d8a8ec95ebb75010cf53 RTC:127421 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23901 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* Handle non-platInit temporary attributesDan Crowell2016-03-311-2/+9
| | | | | | | | | | | | | | A fapi attribute that is not platInit must be associated with a volatile-zeroed persistency, rather than volatile. Change-Id: Id5d3193e07158bc42c98f1bd2c8e9fdb2ee6b1b5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22713 Tested-by: Jenkins Server Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Method to support initial temporary defaults for attributesMarty Gloff2016-03-302-24/+812
| | | | | | | | | | | | | | | Supply temporary HB defaults and attribute definitions. Create temporary HB attribute definitions from new FAPI ones. Add attributes to a target based on FAPI targetType. Change-Id: I41d5fe0ef1d51d25975ec18a50bd125837f77995 RTC:131375 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/1016 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* Basic Hostboot platform support for FAPI2crgeddes2016-02-261-19/+26
| | | | | | | | | | | | | | Allows clean compile and link of FAPI2 procedures and a subset of the platform functional support RTC:123290 Change-Id: I9faa3bea86d1b43bca0a7eaca3869b45cc0b0d54 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23046 Tested-by: Jenkins Server Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
* Targeting: Generate VERSION page for binaries.Raja Das2015-02-161-2/+3
| | | | | | | | | Change-Id: Iab58f6a4a6a5e7648e8a20e6f72cc1c9851acea0 CQ: SW293516 CMVC-Coreq: 950300 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15706 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* HTMGT new attributesDoug Gilbert2014-10-131-1/+5
| | | | | | | | | | | Change-Id: I75860340800b28f83e53f020beea4bd71af6f38d RTC:114813 CMVC-Coreq: 938591 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13307 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attribute changes to support LRDIMMs through EFF attrs.Brian Silver2014-07-011-2/+4
| | | | | | | Change-Id: Iff8e23ebc02adb3cd91c181692801cffe12d8742 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11916 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-212-21/+21
| | | | | | | Change-Id: I5664587b4f889099290ef50d50fa9ce5e580e1eb Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11167 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update makefiles & included .mk files to use += convention.Brian Silver2014-05-211-17/+17
| | | | | | | | Change-Id: I4148bc4c770b7c3c10fe25aa18d57d1a4301e5a9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11194 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support multinode targetingNick Bofferding2013-10-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* fix fsp build break due to errlud changes.Brian Horton2013-03-151-5/+0
| | | | | | | Change-Id: I7bda37d71a9b987c028869b5a4f21052a65fb73b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3593 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Misc build fixes.Patrick Williams2013-03-141-3/+6
| | | | | | | | | | | | | | - xmltohb was running too often, causing most of the code to be rebuilt on any 'make' call. - hbotStringFile was not being rebuilt. - 'make' sometimes failed if obj/genfiles/errl did not exist. Change-Id: I509cd4dafe9cb4b8d22482c9058f7e84e508d968 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3534 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* update user-detail errog log parsersBrian Horton2013-03-131-2/+11
| | | | | | | | | | | | | | update errolog parsers to format the data for the following: . errludtarget . errludattribute . errludlogregister . errludcallout Change-Id: I8fddb3eefd76413e70f4e894ef19649b74682859 RTC: 41707 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3350 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Another fix for parallel invocations of xmltohb.Patrick Williams2013-03-041-4/+5
| | | | | | | | Change-Id: Icd64cf252c89c731d4492b5a95cb3f6907f49c6a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3400 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactoring of the build system.Patrick Williams2013-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Remove unused files for generating LIDs. - Reduce the overall verbosity of the build. - Separate 'config.mk' into a number of smaller, topic-centric files and comment better. - Generalize the 'passes' concept and added an IMAGES pass. - Deprecate most "magic" make variables like EXTRAFOO. - Overall performance improvements. I've tried to reduce the impact of these changes on component-level makefiles. There will be follow-up commit(s) to improve those and decrease the verbosity of some component-owned commands. Change-Id: I6d319f5338eb3946f56b281c3cdd5f341a016fcc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3368 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> 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>
* Extra invocation of xmltohb breaks parallel build.Patrick Williams2013-02-271-3/+2
| | | | | | | | Change-Id: I28eeb494a818de61091a15d2cc9b5e687d1d3dc6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3355 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* genHwsvMrwXml.pl reworkBrian Horton2013-02-154-10599/+0
| | | | | | | | | | | | . move FSP specific sections to new .pm module in fsp cmvc . remove TULETA .xml files - not needed Change-Id: Idca1af424c7b79f409a04a2ca04983994bdd127a RTC: 47060 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2926 Tested-by: Jenkins Server Reviewed-by: Andrea Y. Ma <ayma@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Orlena updates including RID changesayma2013-02-151-53/+187
| | | | | | | | | | | | | Changes to the genHwsvMrwXml.pl file to take in <system>_proc_pcie_settings.xml and <system>_system-policy.xml as replacement for <system>_temp_hwsv_attrs.xml. Also changes the algorithm for generating RID ids for the centaur dimms. Change-Id: Ife0f22688937803c7ac0a1242022e9aa0d71f607 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3130 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ERRL: Create Hostboot error log SRC/UD parser and deliver to FSP bldMike Jones2013-02-081-1/+4
| | | | | | | | | | | | | | A new script called genErrlParsers will scan the Hostboot code for error log tags and create a SRC parser for each component. The script will also scan the Hostboot code for plugin directories containing User Detail Data parsers and will create a makefile that is used by the FSP to build each component's SRC/UD parser. Change-Id: I7113f6cd8069447a1caaa199aff199b663d59072 RTC: 47518 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2975 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Targeting Updates for Centaur VPD SupportAdam Muhle2013-01-211-0/+1
| | | | | | | | | | | Updating target types, Murano and Venice targeting data, and Tuleta XML gen script to add VPD_REC_NUM to Centaur chips. Change-Id: Ice03b18a6f9ba51e7edb309feefd14bbc9021bfc RTC: 44009 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2952 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* TRACS override attribute for SCAN traces.Patrick Williams2013-01-022-3/+5
| | | | | | | | | Change-Id: Ia2bd15babe8ad7bd25293e72a7285c0a278b89c2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2792 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add VMEM_IDayma2013-01-021-1/+5
| | | | | | | | | | | | adding VMEM_ID back to the attributes by modifying the genHwsvMrwXml.pl file The change will resolve the issue with the second processor voltage rail enable This fix is related to defect 864984 Change-Id: Iffde1c00c4900e4b5a427ad6ed3600481397d85f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2793 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changes to add support for dynamic VIDs on HB.ayma2012-12-181-19/+8
| | | | | | | | | | | | | Changes to put code into HB to do the istep 13.1 and 13.5 which is disable_vddr and enable_vddr respectively This is in conjunction with story 37517 on the hwsv side RTC: 34041 Change-Id: Id09a78e581d2a778d781e2683cc7ec26c8d45153 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2687 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for EI_BUS_TX_LANE_INVERT attributeAndrew Geissler2012-12-171-6/+108
| | | | | | | | Change-Id: I1b48acb122a99e172aa00340c875ec9fbad8dd12 RTC:59275 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2667 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move continuous trace attribute.Patrick Williams2012-12-152-5/+17
| | | | | | | | | | | | FSP team wanted to have the ability to write the attribute that configures continuous trace. Created a new non-volatile r/w attribute that allows FSP to configure function in HB. Change-Id: I76784c0f97c1b8ed01aa404c9394975a6fe80e6d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2724 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Lockless trace implementationPatrick Williams2012-12-142-0/+2
| | | | | | | | | RTC: 35396 Change-Id: I96ea0d95606f04abb4dc2b0470345ca475b53912 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2520 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support FSP SEEPROM device stringsNick Bofferding2012-12-141-4/+46
| | | | | | | | | | | | - Added FSP SEEPROM device string support to MRW parser - Removed duplicate VMEM_ID attribute from MRW parser Change-Id: Ibeaf852f778b7f2f2b21359783a918e05f3a005e RTC: 36818 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2668 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWP: integrate opt_memmap into hostbootVan Lee2012-12-131-11/+0
| | | | | | | | | Change-Id: I3c38143c5e4e8272dde94d7743f7e1f742178647 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2486 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Host Data ServiceDan Crowell2012-12-131-0/+33
| | | | | | | | | | | | | | | | Implemented functions to load the Host Interface Data into memory and retrieve pointers to specific pieces of data therein. Verified in Murano and Tuleta configs. RTC: 49509 Change-Id: I18b44cd53f2cab91b83ecad283b998783e275d4f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2367 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Melissa J. Connell <missyc@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix 80 char MRW parser wrapping not to split entity pathsNick Bofferding2012-12-111-24/+24
| | | | | | | | | | | | - Updated MRW parser to adhere to 80 column wrapping while removing entity path splits from the resulting output Change-Id: I88c2525c5727351a18ee58f64259a06f20a2f0db Defect: 863799 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2615 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* change to use tuleta-cent-vrds.xml instead of tuleta-vmem.xmlayma2012-12-091-3/+3
| | | | | | | | | | for the genHwsvMrwXml.pl script Change-Id: I5483a8d6ce2e129345b52e96bd7fa8f3f84faae5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2603 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support FSP only PCIE attributesNick Bofferding2012-12-081-88/+330
| | | | | | | | | | - Added FSP only PCIE attributes to processor FSP specific output in MRW parser Change-Id: I95afc0c333fd980ddbbb169ec847592241b90e7c RTC: 46988 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2564 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Additional tweaks to MPIPL attributes.CamVan Nguyen2012-12-083-297/+2
| | | | | | | Change-Id: I43f9f9dd38d2cfe90a0f2df6984e4f715a822157 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2560 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attributes for dynamic VIDSayma2012-12-071-2/+129
| | | | | | | | RTC: 37517 Change-Id: I9cab78e87f6bde8848e29bc437ab26a27df70174 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2566 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Sync up common files after HWSV review and changesVan Lee2012-12-062-64/+70
| | | | | | | Change-Id: Ida41d514bb565f79049f77d432181e98ab6991b9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2449 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for new hwp: proc_cen_set_inband_addr.Brian Horton2012-12-041-1/+65
| | | | | | | | | | | | | HWP is called in step 11.10. Following versions are included: . proc_cen_set_inband_addr.C 1.7 . proc_cen_set_inband_addr.H 1.2 . proc_cen_set_inband_addr_attributes.xml 1.2 Change-Id: I34b27bb2ba59e96f1acb593aa6cda24c45bed9f5 RTC: 42177 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2343 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Create new PNOR heap zero initialized section for Hostboot only attributes.CamVan Nguyen2012-12-044-16/+483
| | | | | | | | | | | New section is needed for Hostboot specific attributes that we don't want to sync to/from FSP. This is needed for MPIPL. Change-Id: Ic40bec73c9b1331906a81b5804999865c0ec1616 RTC: 51687 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2445 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* IBSCOM Good Path base supportAdam Muhle2012-12-041-0/+14
| | | | | | | | | | | | This drop contains only the base IBSCOM good path support Future Tasks will cover error path, improved test cases, enabling IBSCOM, etc. Change-Id: I8405de9c6c46b7c035b664713e5820268863210d RTC: 50369 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2337 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Syncing with FSP version for defect 859598Andrew Geissler2012-11-151-6/+50
| | | | | | | | | | See http://gfw160.austin.ibm.com:8080/gerrit/#/c/2313/ for FSP Review. Multiple CEC HUB FRU structures populated for single DCM multichip (HDAT) Change-Id: I1c3e1e2dad160ad53aa361875915c6b8013a0a79 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2351 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add PCIE attributes supportVan Lee2012-11-152-139/+570
| | | | | | | | | Change-Id: Icfd0639cf694622a9f2bdb23a48b7fb9f5b41961 RTC: 42175 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2242 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Only enable candidate PSI linksCamVan Nguyen2012-11-072-8/+19
| | | | | | | | | Change-Id: Ie3cc120d05ac17126bde15b213a80701878f4a59 RTC: 50561 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2187 Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud