summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/common
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SMF: Create New UVBWLIST Partition"Ilya Smirnov2019-03-051-4/+0
| | | | | | | | | | | | | | | | | | | This reverts commit 9de9d8f7c5b5c73247dc69925a594fcd07ce060c. The logic for passing the XSCOM white/blacklist to Ultravisor will change drastically. The change in logic makes the UVBWLIST partition unneeded. This commit reverts all changes associated with UVBWLIST partition. Change-Id: Ife2b983a90be766f494c12bd60f5ac8cb394aa24 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72487 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* SMF: Create New UVBWLIST PartitionIlya Smirnov2019-01-241-0/+4
| | | | | | | | | | | | | | | | | | | A new partition was added for the contents of the XSCOM white/blacklist called UVBWLIST. When the time comes, this partition will hold the binary representation of the aforementioned lists. The partition is dumped into hostboot reserved memory for Ultravisor consumption. Change-Id: I06ebce74aae3c0df987e5a057967842042db2bae RTC: 192422 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68869 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Add VERSION to all OpenPOWER HBRT error logsMatt Raybuck2018-11-271-1/+2
| | | | | | | | | | | | | | | | | Now that the VERSION partition is a secure section, in order to have the version info in all runtime error logs the VERSION section has been put into reserved memory which can then be loaded and added to all HBRT OpenPOWER error logs. Change-Id: Iaf74d19270f8221710f30834097e131f4dadeeba RTC:200439 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68855 Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Handle comments from pre-verify and runtime lid loading commitsStephen Cprek2017-11-301-2/+2
| | | | | | | | | | | | Change-Id: I224079808493c062f04b7c3a59d45128a8f2e699 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49875 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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>
* Secure Boot: Fix lid load from HB reserved memory issues at runtimeStephen Cprek2017-11-191-0/+18
| | | | | | | | | | | | | | | | | | | | - Force all PNOR sections we load from HB rserved memory to be secure Only exception is the RINGOVD section, in which we use a fake header - Add fake header when Secureboot compiled out or a section is never signed as there is no secure header preserved in virtual memory RTC: 171708 RTC: 180063 Change-Id: Ibbbd7be24ee7b199e73451c63b2c2d1f86a2c2d8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49020 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Create runtime_utils so both IPL and runtime can use common functionsStephen Cprek2017-11-192-0/+86
| | | | | | | | | | | | | | Change-Id: I130f87acdcb841640de7768f1c0abe38e45ce677 RTC: 180063 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49754 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Remove deprecated HostServices supportDan Crowell2017-09-065-587/+0
| | | | | | | | | | | | | | Finally deleted a few files related to the P8 HostServices code that is no longer relevant. Change-Id: If2884b3f08116664e285df9d5e3b14a5ad1dfb75 RTC: 132750 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43089 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Remove deprecated PM attributes from hostbootcrgeddes2017-07-191-2/+1
| | | | | | | | | | | | | | | | | A couple of old attribute have been removed from the PM code. This commit removes them from hostboot as well. This commit could be squashed into the mirror that is removing the EKB attributes if needed. Change-Id: I5c75d726a864acd6578c194ea1425f4aa6518834 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42936 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Remove deprecated attribute FABRIC_NODE_IDPrachi Gupta2017-04-271-2/+2
| | | | | | | | | | | Change-Id: I3bea4af0740b2dba53631fcd195a26b6102a8ba3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34993 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-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: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
* Add call to update SBE image if nest freq changed in istep 7.3Andres Lugo-Reyes2016-10-051-0/+1
| | | | | | | | | | | Change-Id: I529056bf1380238f5064f18b39bc09ec97e7a112 RTC: 157659 Depends-on: Idea9e3ae8d08052e960c00c225522bbe8da3ea5e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29521 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Attribute Review - NestThi Tran2016-06-131-7/+7
| | | | | | | | | | | | | Change-Id: I6af714a8975122a4e83c955a21913ede0d643453 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23164 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23168 Tested-by: FSP CI Jenkins
* Support Alpine per-socket proc loadline attributesNick Bofferding2015-03-262-6/+6
| | | | | | | | | | | | | | - Moved proc loadline attributes to processor target, from system - Moved same attributes from system to proc for runtime - Updated runtime tests to use different system attributes - Updated MRW parser to override invidual proc loadline attributes - Updated system XML files to reflect attribute moves Change-Id: Ie61c3ef87ce20b5fd8f537f63ec97904d89859b6 RTC: 125036 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16595 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW289468: INITPROC: FSP&Hostboot - Changes for NaplesThi Tran2015-02-243-11/+23
| | | | | | | | | | | | CMVC-Coreq: 947204 CQ:SW289468 Change-Id: I5d139ba3a6b003d05e8841e27f2414859010ea4a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14867 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/14910 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW279708: INITPROC: adjust DMI/ABUS CU PLL refclock switching for DCCAL operatioRichard J. Knight2014-11-121-5/+3
| | | | | | | | | | | | Change-Id: If34822b3ac36579f110528682cf6c67eac9e8e6e CQ:SW279708 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13594 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/13709 Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW268884: INITPROC: FSP&Hostboot - New sleep attribute and associatedThi Tran2014-08-011-1/+4
| | | | | | | | | | | | CMVC-Prereq:931657 CQ:SW268884 Change-Id: Ie9ab8334c224ece3cb5e68a2c0a59a942208c4f7 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12117 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/12428 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW260003: PMPROC: PM firinit procedures need to overlay present mask value durinThi Tran2014-07-233-3/+21
| | | | | | | | | | | CQ:SW260003 Change-Id: I91a90fb8934dde5b1d41716e101bd01e8e788108 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11455 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/11807 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fine grain timeout on checking slave SBE statusDean Sanner2014-06-231-1/+0
| | | | | | | | Change-Id: Ib87895cdbcde95071384d78cc7baadda435a456d RTC: 87845 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11527 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-215-52/+52
| | | | | | | 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>
* SW257218: lparstat -E reports wrong frequency in nominal power mode in P8 (HWP rMatt Ploetz2014-04-251-1/+2
| | | | | | | | | | | | | | CQ:SW257218 Change-Id: I4cde1990885dfc9e273f94f1c1eb370b40334dba Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10655 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> 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/10661 Tested-by: Jenkins Server Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Adding attribute for HostServices HWP versionCorey Swenson2014-04-033-3/+6
| | | | | | | | | | | CQ: SW253089 Backport: release-fips810 Change-Id: I547369ca8568190bdd9b6c67ffda58ef477c026d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9780 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Sync HostServices attributes with HostBootCorey Swenson2014-03-133-3/+5
| | | | | | | Change-Id: Ie132c735b9a72ad74bb5bf4e2c907f76ed2c5c9d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9603 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update runtime attributesCorey Swenson2014-02-273-7/+11
| | | | | | | | Change-Id: Id4e61f4ca5a1b7a4ecbfaf72bb8f96c0015e8094 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9209 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update attributes needed for Host ServicesCorey Swenson2014-02-063-108/+174
| | | | | | | | Change-Id: Ie93779575b4f4a1cf991930722826bddf010a006 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8492 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Incorrect setup of core/eco_vret_selDan Crowell2013-10-295-434/+106
| | | | | | | | | | | 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>
* INITPROC: Hostboot - from defect SW224356 - PSTATE proceduresThi Tran2013-10-042-5/+6
| | | | | | | | | 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>
* Persistent PLID for HSVC logsCorey Swenson2013-10-031-0/+1
| | | | | | | | | | Change-Id: Ie44fad8c75bdcb2f3e947dec67b5b7adedf38d13 RTC: 68879 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6385 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW219768 Stradale Seeprom WritesThi Tran2013-09-161-2/+2
| | | | | | | | 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>
* 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>
* NITPROC: Hostboot - Updated HWPs from defects SW213666/SW214730/SW214731Thi Tran2013-08-191-80/+19
| | | | | | | | | | 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>
* Attribute updates for HostServicesCorey Swenson2013-08-083-30/+178
| | | | | | | | | | 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 attribute IBSCOM_PROC_BASE_ADDRCorey Swenson2013-05-061-0/+1
| | | | | | | | | | Change-Id: I97100bcc301dca00108aa5fac68a02069883d8d5 RTC: 67827 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4260 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updates to HostServices attribute listDan Crowell2013-04-035-43/+75
| | | | | | | | | | | | | Adding a few more attributes that the HWPs in HostServices need. Also improved the testcases to catch missing attributes. Updated gen script to add missing PM attribute defaults. Change-Id: I99d2c4646492f020fb59f526db5a449d3507939a RTC: 52950 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3236 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Load a fake payloadPatrick Williams2013-03-261-3/+7
| | | | | | | | | | | | | | | | | Support loading a fake payload that simply naps all the threads. I am not enabling this via the simics_MACHINE.system.xml files because it causes drastic usability concerns for developers wanting to use the debug tools. When the payload is launched, the HRMOR changes, which means the debug tools no longer point at Hostboot. Change-Id: Ic899cf96af4d315f01c0ca4b7fc99e97c15d4dc1 RTC: 43029 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3642 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 missing FREQ_PB attribute that breaks OCC loadDan Crowell2013-02-155-86/+98
| | | | | | | | | | | | | Somehow I lost the FREQ_PB attribute in the data that gets sent up to HostServices. I added that in and also went ahead and refreshed a couple other attributes in anticipation of needing them. Change-Id: Ia9da2c675955209c74b37960f6a4b70169e6efca Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3207 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add NAME and ECMD_STRING to HostServices attributesDan Crowell2012-12-031-2/+3
| | | | | | | | | | | | | These additions came about as a result of the HostServices code review meetings. Change-Id: I1d76b931a158ba724bdf0ee9835a1ecbb7b10100 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2310 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for PM AttributesDan Crowell2012-11-075-97/+525
| | | | | | | | | | | | | | | | | | | | 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>
* Populate Attributes for HostServicesDan Crowell2012-10-104-0/+240
Inside the start payload istep a set of FAPI attributes will be read and copied into a specified location of mainstore so that HostServices runtime code can access them. There are 4 files that will be shared with HostServices code: - attribute_structs.H : common structures used to define data - hsvc_sysdata.C : list of required system attributes - hsvc_procdata.C : list of required proc attributes - hsvc_exdata.C : list of required ex attributes RTC: 41242 Change-Id: I3af3b2bf99b4dbedb6efeb2cb35e49ba066a9c19 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1893 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud