summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-06-09 10:27:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-09 15:27:35 -0400
commitbb45f705061a5d4a5612169ffdd5143d39f476d7 (patch)
tree27baeca8fe2ab506687660511d325cebc6182cb1
parent355d93543e9d9dfcf84096c02049f54fcab003ea (diff)
downloadtalos-hostboot-bb45f705061a5d4a5612169ffdd5143d39f476d7.tar.gz
talos-hostboot-bb45f705061a5d4a5612169ffdd5143d39f476d7.zip
Add ATTR_SENSEADJ_STEP to Hostboot xml files
Change-Id: I88e11a8d3c24ebe5d262e683b5736d076c62db66 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25561 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml16
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 40fffc774..443e3bc94 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -28700,5 +28700,21 @@ DEPRECATED!!!!
</hwpfToHbAttrMap>
</attribute>
+<attribute>
+ <id>SENSEADJ_STEP</id>
+ <description>
+ IPL for skew adjust and duty cycle adjust
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <writeable/>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_SENSEADJ_STEP</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 1a2250451..4c06d5df1 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -2348,6 +2348,7 @@
<attribute><id>POUNDV_BUCKET_NUM_OVERRIDE</id><default>0</default></attribute>
<attribute><id>PARENT_PERVASIVE</id></attribute>
<attribute><id>CDM_DOMAIN</id><default>CPU</default></attribute>
+ <!--@todo-RTC:155823 <attribute><id>SENSEADJ_STEP</id><default>CPU</default></attribute> -->
</targetType>
<!-- EX: Use same EX target for both Nimbus and Cumulus
OpenPOWER on IntegriCloud