summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-02-15 13:58:24 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-28 22:28:24 -0500
commit102e5971a5bcc7489db0580fd60a9a71f0e51c23 (patch)
tree8db4b61ee1e24c30f5f1d8998d88594ca8b0e22e /src/import/chips
parent9c5d7699d2b529899ace10343cd0fb0249e91e9b (diff)
downloadtalos-sbe-102e5971a5bcc7489db0580fd60a9a71f0e51c23.tar.gz
talos-sbe-102e5971a5bcc7489db0580fd60a9a71f0e51c23.zip
Support for VDM data from #W keyword of VPD
Create and modify HWP files to add support for #W keyword. Change-Id: Ib5548f6128c677c9258edcde153334be217225ee RTC:162011 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36530 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Steven B. Janssen <janssens@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36638 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
index 756bcce6..86e1b374 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
@@ -931,6 +931,23 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_POUNDW_BUCKET_DATA</id>
+ <targetType>TARGET_TYPE_EQ</targetType>
+ <description>
+ Power Management data for Quad targets. Stored as an array of bytes.
+ The data is read directly from VPD and stored in this attribute without
+ being altered.
+
+ NOTE: you may need to handle correcting endianness if you are using this
+ attribute.
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero/>
+ <array>61</array>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_DUMP_STOP_INFO_SUPPRESS_ERROR_TRACE</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
OpenPOWER on IntegriCloud