summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2013-06-13 10:55:44 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-01 10:18:00 -0500
commitd125363f31f9277d1791966e5c694580d1b5e6fe (patch)
treed758d43a3bb1053f63823b1dd717a80505b05571 /src/usr/targeting
parent50c029f1ac96bc844550000cb5ee4e9fac4ad462 (diff)
downloadtalos-hostboot-d125363f31f9277d1791966e5c694580d1b5e6fe.tar.gz
talos-hostboot-d125363f31f9277d1791966e5c694580d1b5e6fe.zip
VPD Accessor functions for Slope/Intercept
Create a HWP accessor to retrieve power slope and intercept data attributes from cvpd record VSPD keyword MW and MV. Change-Id: Ia7516505a03695c80d565523242e5c2350402cd0 RTC: 67125 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4999 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml76
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml4
2 files changed, 0 insertions, 80 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index ca26c9d55..5a4a9bd25 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -12381,82 +12381,6 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</attribute>
<attribute>
- <id>CDIMM_VPD_MASTER_POWER_SLOPE</id>
- <description>
- Master Power Slope that comes from the VPD MW Keyword
- </description>
- <simpleType>
- <uint32_t>
- <default>0</default>
- </uint32_t>
- </simpleType>
- <persistency>volatile-zeroed</persistency>
- <readable/>
- <writeable/>
- <hwpfToHbAttrMap>
- <id>ATTR_CDIMM_VPD_MASTER_POWER_SLOPE</id>
- <macro>DIRECT</macro>
- </hwpfToHbAttrMap>
-</attribute>
-
-<attribute>
- <id>CDIMM_VPD_MASTER_POWER_INTERCEPT</id>
- <description>
- Master Power Intercept that comes from the VPD MW Keyword
- </description>
- <simpleType>
- <uint32_t>
- <default>0</default>
- </uint32_t>
- </simpleType>
- <persistency>volatile-zeroed</persistency>
- <readable/>
- <writeable/>
- <hwpfToHbAttrMap>
- <id>ATTR_CDIMM_VPD_MASTER_POWER_INTERCEPT</id>
- <macro>DIRECT</macro>
- </hwpfToHbAttrMap>
-</attribute>
-
-<attribute>
- <id>CDIMM_VPD_SUPPLIER_POWER_SLOPE</id>
- <description>
- Supplier Power Slope that comes from the VPD the MV Keyword
- </description>
- <simpleType>
- <uint32_t>
- <default>0</default>
- </uint32_t>
- </simpleType>
- <persistency>volatile-zeroed</persistency>
- <readable/>
- <writeable/>
- <hwpfToHbAttrMap>
- <id>ATTR_CDIMM_VPD_SUPPLIER_POWER_SLOPE</id>
- <macro>DIRECT</macro>
- </hwpfToHbAttrMap>
-</attribute>
-
-<attribute>
- <id>CDIMM_VPD_SUPPLIER_POWER_INTERCEPT</id>
- <description>
- Supplier Power Intercept that comes from MV Keyword
- </description>
- <simpleType>
- <uint32_t>
- <default>0</default>
- </uint32_t>
- </simpleType>
- <persistency>volatile-zeroed</persistency>
- <readable/>
- <writeable/>
- <hwpfToHbAttrMap>
- <id>ATTR_CDIMM_VPD_SUPPLIER_POWER_INTERCEPT</id>
- <macro>DIRECT</macro>
- </hwpfToHbAttrMap>
-</attribute>
-
-<attribute>
<id>EFF_DRAM_ADDRESS_MIRRORING</id>
<description>
Address mirroring on the DIMM by rank, up to 4 ranks.
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 9fde630ba..ab0c06669 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1127,10 +1127,6 @@
<attribute><id>MEMB_NEST_FREQ</id></attribute>
<attribute><id>CDIMM_SENSOR_MAP_PRIMARY</id></attribute>
<attribute><id>CDIMM_SENSOR_MAP_SECONDARY</id></attribute>
- <attribute><id>CDIMM_VPD_MASTER_POWER_SLOPE</id></attribute>
- <attribute><id>CDIMM_VPD_MASTER_POWER_INTERCEPT</id></attribute>
- <attribute><id>CDIMM_VPD_SUPPLIER_POWER_SLOPE</id></attribute>
- <attribute><id>CDIMM_VPD_SUPPLIER_POWER_INTERCEPT</id></attribute>
<attribute><id>MSS_BLUEWATERFALL_BROKEN</id></attribute>
</targetType>
OpenPOWER on IntegriCloud