summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2013-04-10 21:48:22 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-11 11:17:34 -0500
commitf22987ce04ac6eae4aa98b148cc0db5f7707675b (patch)
tree1537de450484cc52f4f85b506ef9cda0625bbe2b
parent9fb4ba2b09318bd415955f0be9e0679daf09b8ef (diff)
downloadtalos-hostboot-f22987ce04ac6eae4aa98b148cc0db5f7707675b.tar.gz
talos-hostboot-f22987ce04ac6eae4aa98b148cc0db5f7707675b.zip
Added support for new chip/unit types and changed default boot frequency
- Updated boot frequency attribute default to 2400 MHz - Added OSC + TODCLK types to ATTR_TYPE enumeration Change-Id: Ie20cc0f66d219098c6b1cc084b9630c45aec3cef RTC: 61666 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4007 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 206177122..97c16fc1f 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -145,6 +145,12 @@
<name>PNOR</name>
</enumerator>
<enumerator>
+ <name>OSC</name>
+ </enumerator>
+ <enumerator>
+ <name>TODCLK</name>
+ </enumerator>
+ <enumerator>
<name>LAST_IN_RANGE</name>
</enumerator>
<default>NA</default>
@@ -5420,7 +5426,7 @@ firmware notes: Used as override attribute for pstate procedure
</description>
<simpleType>
<uint32_t>
- <default>1500</default>
+ <default>2400</default>
</uint32_t>
</simpleType>
<persistency>volatile</persistency>
OpenPOWER on IntegriCloud