summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/xmltohb.pl
Commit message (Collapse)AuthorAgeFilesLines
* Support BIOS frameworkNick Bofferding2015-02-191-3/+1027
| | | | | | | | | | | | | - Added BIOS schema file - Added BIOS xslt petitboot BIOS transformation file - Updated attribute compiler to generate BIOS metadata - Updated rules to distribute schema/xslt files Change-Id: If2df4bfab3861fc128a6cea50077fc370c2cdb0c RTC: 117599 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15583 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Targeting: Generate VERSION page for binaries.Raja Das2015-02-161-2/+57
| | | | | | | | | 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
* Tool to convert attribute text file into binary blobAndres Lugo-Reyes2015-02-021-1/+96
| | | | | | | | | | Change-Id: I073fd9b904dbedf932ef8b07faa81e819206af28 RTC:108833 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14634 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-211-10/+10
| | | | | | | 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>
* Improve algorithmic complexity of xmltohb.Patrick Williams2014-05-081-169/+56
| | | | | | | | | | | | | | Perl script for transforming from XML to targeting binary had a O(n^2) loop to find all of the parent/child relationships. Changed algorithm to be two O(n) loops. This reduced the time for the Venice config from 20sec to 5sec. Change-Id: I2d08159bd43d6db3ef4c4db39c1bfc13b1fbced3 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10818 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Temporarily map empty targeting default values to zeroMike Jones2014-04-081-1/+10
| | | | | | | | | | | | | This is for a Brazos MFG image problem where chip ID elements are empty for nodes 1, 2 and 3. Change-Id: I374284ee2defd881118b26d7f0beecbe6d56301b RTC: 103733 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10253 Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Handle strings in Targeting XML <default> fields appropriatelyMike Jones2014-04-051-0/+22
| | | | | | | | | | Change-Id: I1acafe4f7623b5220a2f1dad11f8570af4bd44ca CQ: SW255643 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10162 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FspOnly Targets with Common P0 attributes to Sm tableStephen Cprek2014-02-191-8/+49
| | | | | | | | | | | | Uploaded this change at the request of Raja Das. FSP Gerrit review is 8550. Change-Id: I18f2815a8c4fe7a976adfbe8bba7fd10ff6bc5a1 CQ: SW245110 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8823 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot Serviceability Review Part 2Mike Jones2014-02-141-1/+0
| | | | | | | | | | Resolving TODOs and ensuring error logs have correct callouts Change-Id: Ic2e65427487fb91553ffe4ed6e3ed922004963ba RTC: 92837 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8374 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Targeting updates for alt-master FSIDan Crowell2014-02-111-2/+9
| | | | | | | | | | | | | Preemptively adding the new attributes to support the alt-master FSI paths. Note that the support to use the new attributes is not there yet but this should save some bringup test headaches. Change-Id: I003d1e7453633af27e2d5c305d702f710954f4aa RTC: 35041 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8376 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Catch duplicate attributes defined in _fsp.xml/_hb.xml and common xmlBill Schwartz2014-01-231-2/+12
| | | | | | | | | | | | Add error check in xmltohb.pl to catch IDs defined multiple times. Change-Id: I5b246325b873498791a53d0f255b0c2c0339df83 RTC: 90389 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8168 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Segmentation fault in x86 targeting libraryPriti Bavaria2013-12-121-4/+25
| | | | | | | | | | | - 56 bits to 8 bit swap Change-Id: I6f09f5b37e475440aebb1438f98bfd20a3fc73ec CQ: SW236046 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7680 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWServer reinit supportAndrew Geissler2013-12-121-1/+6
| | | | | | | | | | | Some changes from Raja required for the reinit support. Change-Id: I5f45ea0980f87a73380dd01dc0b05050f6bbdcec RTC: 47000 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7675 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix ordering of targets in multi-nodeAndrew Geissler2013-12-031-12/+18
| | | | | | | | | Change-Id: I5ec4300a351315572f90f83914e3b664b495f8bd CQ: SW235426 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7392 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 attribute corruption and increase supported nodesNick Bofferding2013-11-141-37/+4
| | | | | | | | | | | | | | - Set max supported nodes to 2 instead of 1 - Fixed attribute size computations in attribute compiler Change-Id: I4449a1a145fae346b3919a2e11ef40a568dabea0 CMVC: 905848 CQ: SW233585 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/7191 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Optimized association lookup performanceNick Bofferding2013-11-071-1/+455
| | | | | | | | | | | | | | | | | | | - 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>
* 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>
* 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>
* 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>
* Support multinode targetingNick Bofferding2013-10-081-38/+379
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* 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-301-0/+382
| | | | | | | | | | | | - 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>
* 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>
* 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>
* 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>
* 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-141-0/+1
| | | | | | | | | | | - 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>
* SW214677 : FW810: Unknown type is coming for tod clk unit in target dumpRichard J. Knight2013-07-301-0/+79
| | | | | | | | | 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>
* xmltohb.pl - Error:Duplicate AttributeId hashvalue for IS_MPIPLRichard J. Knight2013-05-161-42/+62
| | | | | | | | | Change-Id: If0ed40bca29d4dcf557445ba47bbff9504802e3d RTC:71853 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4527 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* fix issue with errludattribute parser functionBrian Horton2013-05-061-1/+11
| | | | | | | | | | | | | | errludattribute parser function had incorrect values for the attributes (enum value, not the hash) so the errl parser output was incorrect - all showed up as 'unknown attribute'. Change-Id: Ic68dc92fb7105a5b29895ecc37d2e01f0525155f RTC: 70803 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4313 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* changes to allow for fapi attribute persistencyayma2013-04-291-4/+21
| | | | | | | | Change-Id: Iaf35fe95936772902df6efcedaadad84be967982 RTC:51710 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3369 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* fix bug in errludtarget parser codeBrian Horton2013-04-291-4/+22
| | | | | | | | | | Change-Id: Ia5f7f0dccbb9370f580db919a26a8007beb4c938 RTC: 69936 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4134 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove writeDumpFile() from xmltohb.plMark Wenning2013-04-221-190/+13
| | | | | | | | | | | Change-Id: Id6f55d1a9396076170501f895450bea2f7ce2c8c RTC: 67763 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3975 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Extend Attribute Override/Sync to work on Targeting attributesMike Jones2013-04-151-0/+85
| | | | | | | | Change-Id: Icf8d84e741212f31c1065146ac1ea96c4c7d75c5 RTC: 51707 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3548 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Added code to Generate hashvalues for Targeting AttributeIdsKumar Challa2013-04-081-2/+11
| | | | | | | | | | | | Hash Values for the AttributeId are used to avoid reccompiling when a new attribute is added. Change-Id: I364e3f04267d9a6f6b18ea6f183c8cd069be6ad8 RTC: 65057 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3753 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support generic PEER_TARGET navigationNick Bofferding2013-03-291-2/+83
| | | | | | | | | | | | | | | - Updated attribute compiler to lay down FSP specific PEER_TARGETS - Added common predicate to filter targets with specific value for attribute - Added generic PEER_TARGET navigation facility to filter utilities - Added support for platform specific attribute accessor specialization - Added target function to return target based on HUID Change-Id: I190087ee7fb24e80185bc955bd994ee14512a704 RTC: 41735 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3796 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> 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/+6
| | | | | | | 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>
* update user-detail errog log parsersBrian Horton2013-03-131-170/+496
| | | | | | | | | | | | | | 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>
* ERRL: Create Hostboot error log SRC/UD parser and deliver to FSP bldMike Jones2013-02-081-28/+31
| | | | | | | | | | | | | | 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>
* Additional tweaks to MPIPL attributes.CamVan Nguyen2012-12-081-34/+11
| | | | | | | 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>
* Create new PNOR heap zero initialized section for Hostboot only attributes.CamVan Nguyen2012-12-041-5/+81
| | | | | | | | | | | 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>
* Support granular FSP specific sectionsNick Bofferding2012-11-191-30/+240
| | | | | | | | | | - Modified targeting image compiler to support granular FSP sections Change-Id: I544e40575e98898e34b210d1fb8ed7fa6fe171b0 RTC: 35451 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2387 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for PM AttributesDan Crowell2012-11-071-5/+6
| | | | | | | | | | | | | | | | | | | | Adding new HWP attribute xml files and associated Targeting changes to go along with them. The MURANO and VENICE xml files contain default values provided by Greg Still. We are still waiting on the final MRW definition to update the TULETA generation script. Also using this commit to add a few other error xml files for the HostServices procedures. We need this longterm to get the error parsing stuff working. Verified IPL against Murano and Tuleta configs. Depends-On: I3af3b2bf99b4dbedb6efeb2cb35e49ba066a9c19 Change-Id: I3a5be5a7b49c7c6d7e6179f5e28e046a38a12b1e RTC: 42293 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2002 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix array attribute serializationNick Bofferding2012-10-241-2/+18
| | | | | | | | | | | - Stripped off whitespace from individual array values prior to serializing - Stripped off whitespace from attribute as a whole prior to serializing Change-Id: I02a99ec4121ca6cf9213b84cf60d2a324632cfe5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2069 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove unneeded/unused TARGETING type attributes.Brian Horton2012-10-101-28/+22
| | | | | | | | | | | | | | | | | | | | TYPE_SCM TYPE_DCM TYPE_MEMVRM TYPE_PROCVRM TYPE_PERVASIVE TYPE_MEM_PORT TYPE_DMI TYPE_TP TYPE_POWERBUS This includes the Story 46851 work as well (TP and POWERBUS) Change-Id: I6a9ca86ba11eb42b65d530320b02a8ed52836a7c RTC: 38757 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1939 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWP: integrate mss_eff_groupingVan Lee2012-10-041-1/+2
| | | | | | | | | | | | - dynamically allocate temp space to 1024 bytes space for retrieving attribute - mss_eff_grouping.C v1.10 - mss_eff_grouping.H v1.5 Change-Id: I7becf983aa9722f97b4fd8babc7c65fcd0175ac6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1730 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix isFspTargetInstance result when building cacheNick Bofferding2012-09-151-0/+1
| | | | | | | | | | | - Updated isFspTargetInstance to update return value when building cache Change-Id: Iaa18e05ebcda8920a368691752a493c3b52a7708 CQ: SW164822 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1772 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove common code dependency on FAPI in FSP.CamVan Nguyen2012-09-051-53/+85
| | | | | | | | | | | | | | | | This is the 1st part of a 2-step code drop: 1. Hostboot change: Change perl script to skip validation against FAPI attributes if no fapi attribute xml file is passed in. 2. FSP change: Change makefile to not pass in a fapi attribute xml file. Change-Id: I4806310a7e10409d3685bb6e32f6930235f37e73 RTC: 45563 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1676 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Modify xmltohb.pl to support 4 byte attribute IDsRichard J. Knight2012-08-271-48/+40
| | | | | | | | Change-Id: I866757a04fd059a07ae2f27b3d02218d7c73c9eb RTC: 45610 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1565 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Locate FSP specific targets' attributes in FSP sectionNick Bofferding2012-08-221-1/+31
| | | | | | | | | | - Changed image compiler to locate FSP specific targets' attributes in the FSP specific section Change-Id: Ic6e55612458338446b707f26cc25fe9c8ec00c82 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1545 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud