summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-08-16 23:16:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-21 06:24:08 -0500
commit06843a8b250cf742a748381007da319d310a628c (patch)
tree3e80f9e0547f91b665a390a43f06f3b82336cb22
parent275ea30364bf2d831f213f9a73b5f8fa8ef851af (diff)
downloadtalos-hostboot-06843a8b250cf742a748381007da319d310a628c.tar.gz
talos-hostboot-06843a8b250cf742a748381007da319d310a628c.zip
Add supported nest freq attribute
Attribute allows systems to specify multiple supported nest frequencies. Change-Id: I04e83ee2a38a5be3b17fd5578709ed5b64127b83 RTC:122884 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19844 Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml37
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 36 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 26b074dee..b68a79a53 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -15293,8 +15293,6 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</hwpfToHbAttrMap>
</attribute>
-</attributes>
-
<attribute>
<id>ISTEP_PAUSE_CONFIG</id>
<description>
@@ -15767,4 +15765,39 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</hwpfToHbAttrMap>
</attribute>
+<enumerationType>
+ <id>MRW_NEST_CAPABLE_FREQUENCIES_SYS</id>
+ <description>Enumeration of MRW_NEST_CAPABLE_FREQUENCIES_SYS</description>
+ <enumerator>
+ <name>UNSUPPORTED_FREQ</name>
+ <value>0</value>
+ </enumerator>
+ <enumerator>
+ <name>2000_MHZ</name>
+ <value>1</value>
+ </enumerator>
+ <enumerator>
+ <name>2400_MHZ</name>
+ <value>2</value>
+ </enumerator>
+ <enumerator>
+ <name>2000_MHZ_OR_2400_MHZ</name>
+ <value>3</value>
+ </enumerator>
+</enumerationType>
+
+<attribute>
+ <id>MRW_NEST_CAPABLE_FREQUENCIES_SYS</id>
+ <description>The NEST frequencies that the system can support. This is a bit-wise value that represents which of the possible nest frequencies are supported : 2.0GHz, 2.4GHz, or both.
+ </description>
+ <simpleType>
+ <enumeration>
+ <id>MRW_NEST_CAPABLE_FREQUENCIES_SYS</id>
+ <default>UNSUPPORTED_FREQ</default>
+ </enumeration>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index f9482da25..2c809223b 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -300,6 +300,7 @@
<attribute><id>BMC_FRU_ID</id></attribute>
<attribute><id>BRAZOS_RX_FIFO_OVERRIDE</id></attribute>
<attribute><id>HIDDEN_ERRLOGS_ENABLE</id></attribute>
+ <attribute><id>MRW_NEST_CAPABLE_FREQUENCIES_SYS</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud