summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2013-10-31 15:42:41 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-05 10:01:15 -0600
commit854d6dad620253d99f8d8661a26ec4d78e456e1a (patch)
treed9eab6b6cc3e36ecdd5e46375ab9cfb64b12bac4 /src/usr/targeting
parentecb81160032beec228fe0e85c32b020c4b98113a (diff)
downloadtalos-hostboot-854d6dad620253d99f8d8661a26ec4d78e456e1a.tar.gz
talos-hostboot-854d6dad620253d99f8d8661a26ec4d78e456e1a.zip
Support EFFECTIVE_EC attribute
- Added EFFECTIVE_EC attribute to attribute definition - Added EFFECTIVE_EC as attribute of system target Change-Id: Ic24668aca7f2fd9a2d90aa223a643d7905db66b0 RTC: 49092 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6994 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml19
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 20 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index f0749d5bb..21b69ca5e 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -12641,4 +12641,23 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</hwpfToHbAttrMap>
</attribute>
+<attribute>
+ <id>EFFECTIVE_EC</id>
+ <description>
+ Holds the effective EC of the system. Effective EC is the lowest EC
+ among all the functional procs in the system. Some cards may "downbin"
+ the effective ECs of their contained processors, which could lower the
+ effective EC of the system beyond what would occur when considering
+ processor ECs alone
+ </description>
+ <simpleType>
+ <uint8_t>
+ <default>0x00</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 7731ecbb8..8b3d80da6 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -215,6 +215,7 @@
<attribute><id>PROC_REFCLOCK_RCVR_TERM</id></attribute>
<attribute><id>PCI_REFCLOCK_RCVR_TERM</id></attribute>
<attribute><id>MEM_FILTER_PLL_SOURCE</id></attribute>
+ <attribute><id>EFFECTIVE_EC</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud