summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2014-11-14 09:46:06 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-11-14 10:19:13 -0600
commitb64bb5c5a99290bac5077a610b3f8f101a7c859e (patch)
tree4d22463a630ca8346e8fcafb8bc494718823b8f1 /src
parent31adacdf58029aff958a673a7b2943c03fc10a80 (diff)
downloadtalos-hostboot-b64bb5c5a99290bac5077a610b3f8f101a7c859e.tar.gz
talos-hostboot-b64bb5c5a99290bac5077a610b3f8f101a7c859e.zip
Add OPEN_POWER_TURBO_MODE_SUPPORTED attribute.
Change-Id: Ib34764ade9a6ddf08d5b68a2de3f406bd8249360 RTC: 116910 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14483 Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml13
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_hb.xml1
2 files changed, 14 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 f9520e632..3e9925e2f 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -538,6 +538,19 @@
<persistency>non-volatile</persistency>
<readable/>
</attribute>
+<attribute>
+ <id>OPEN_POWER_TURBO_MODE_SUPPORTED</id>
+ <description>
+ If this system supports Turbo frequency mode.
+ 0x00 = no
+ 0x01 = yes
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+</attribute>
<attribute>
<id>ADC_CHANNEL_FUNC_IDS</id>
diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml
index 91db89c41..f1291e5d7 100644
--- a/src/usr/targeting/common/xmltohb/target_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml
@@ -60,6 +60,7 @@
<attribute><id>OPEN_POWER_MIN_POWER_CAP_WATTS</id></attribute>
<attribute><id>OPEN_POWER_N_PLUS_ONE_BULK_POWER_LIMIT_WATTS</id></attribute>
<attribute><id>OPEN_POWER_N_PLUS_ONE_MAX_MEM_POWER_WATTS</id></attribute>
+ <attribute><id>OPEN_POWER_TURBO_MODE_SUPPORTED</id></attribute>
</targetTypeExtension>
<targetTypeExtension>
OpenPOWER on IntegriCloud