summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2016-05-24 15:28:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-25 18:38:01 -0400
commit834bccc4c031d20d7c4b56f9d10b1cb91cc617db (patch)
treee24b640c5be1c649484502fdf094757402d95eca /src/usr/targeting
parentea83d6f50bdf030f18fab0e03bdf77183d2ba41a (diff)
downloadtalos-hostboot-834bccc4c031d20d7c4b56f9d10b1cb91cc617db.tar.gz
talos-hostboot-834bccc4c031d20d7c4b56f9d10b1cb91cc617db.zip
Add internal flag support to prevent OCC resets and query pstate tables
Change-Id: Ifd30c8bf36aa82c168afa3e34de7fd8f4d4e4cab RTC: 152379 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24987 Tested-by: Jenkins Server Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml14
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types_hb.xml1
2 files changed, 15 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 00f9d63bf..492a7a407 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -835,6 +835,20 @@
</attribute>
<attribute>
+ <id>HTMGT_INTERNAL_FLAGS</id>
+ <description>HTMGT internal flags
+ </description>
+ <simpleType>
+ <uint32_t>
+ <default>0</default>
+ </uint32_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+</attribute>
+
+<attribute>
<id>OT_MIN_N_PER_MBA</id>
<description>
Lowest per MBA numerator ever allowed when OCC is
diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml
index d1457a1d6..c1384d4a2 100755
--- a/src/usr/targeting/common/xmltohb/target_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml
@@ -72,6 +72,7 @@
<attribute><id>OPEN_POWER_N_PLUS_ONE_MAX_MEM_POWER_WATTS</id></attribute>
<attribute><id>OPEN_POWER_TURBO_MODE_SUPPORTED</id></attribute>
<attribute><id>OCC_CONTROL_DATA</id></attribute>
+ <attribute><id>HTMGT_INTERNAL_FLAGS</id></attribute>
<attribute><id>OPAL_MODEL</id></attribute>
<attribute><id>HTMGT_SAFEMODE</id></attribute>
<attribute><id>IPMI_SENSORS</id></attribute>
OpenPOWER on IntegriCloud