summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-01-23 14:03:26 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-24 11:43:53 -0500
commit95409452c0f81f41d720e95e8ebcd66d49202019 (patch)
tree6061f20e76b5c64d8f19e844e2b3d3d25f9bb8c9 /src/usr
parent3bcd6c564bb8d67ec19cbd761bc7f72213c577ab (diff)
downloadtalos-hostboot-95409452c0f81f41d720e95e8ebcd66d49202019.tar.gz
talos-hostboot-95409452c0f81f41d720e95e8ebcd66d49202019.zip
WOF: Add NEST_LEAKAGE_PERCENT attr needed for WOF core leak calc
Change-Id: Ib6fdddbebf77511ddf7506c018c3d1ba50b9cb6e RTC: 130216 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35269 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml23
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 24 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 9e34ad4c6..c1f9a7a10 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -4936,6 +4936,29 @@ The value of Psafe needs to be at or below the nominal Pstate to make sure safe
</attribute>
<attribute>
+ <id>NEST_LEAKAGE_PERCENT</id>
+ <description>
+ SYSTEM Attribute
+ Nest leakage percentage used to calculate the Core leakage. Will
+ eventually be read into OCC Pstate Parameter Block so the OCC can
+ see it for it's calculations.
+
+ Valid Values: 0% thru 100%
+ Producer: Machine Readable Workbook
+ Consumer: OCC Firmware
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_NEST_LEAKAGE_PERCENT</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>PM_RESONANT_CLOCK_ENABLE</id>
<description>
PROC_CHIP Attribute
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index e4f66628f..5dc34fccc 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -899,6 +899,7 @@
<attribute><id>RAW_MTM</id></attribute>
<attribute><id>MSS_MEM_PORT_POS_OF_FAIL_THROTTLE</id></attribute>
<attribute><id>SYSTEM_RING_DBG_MODE</id></attribute>
+ <attribute><id>NEST_LEAKAGE_PERCENT</id></attribute>
</targetType>
<!-- enc-node-power9 -->
OpenPOWER on IntegriCloud