summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2014-02-18 15:23:25 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-07 14:15:18 -0600
commit90a2b9b3512fe29b1b21f27783f5a560cdce04df (patch)
tree16bac9ba77a4e01fea24b22f73c4b7b272fa55be /src/usr/targeting
parent146282f681bbc6f3d906b13cbb4396b9aecbf90e (diff)
downloadtalos-hostboot-90a2b9b3512fe29b1b21f27783f5a560cdce04df.tar.gz
talos-hostboot-90a2b9b3512fe29b1b21f27783f5a560cdce04df.zip
Devtree updates for tod, nominal freq
Change-Id: I296abaa2a033d3afbce1a6f05289637c953c5c3f RTC: 88002 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8963 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.xml34
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml2
2 files changed, 36 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 96d21449c..424a176cf 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -13379,6 +13379,40 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</hwpfToHbAttrMap>
</attribute>
+
+<enumerationType>
+ <id>TOD_ROLE</id>
+ <description>
+ Enumeration indicating what role this chip has in tod topology
+ </description>
+ <enumerator>
+ <name>NON_MASTER</name>
+ <value>0</value>
+ </enumerator>
+ <enumerator>
+ <name>PRIMARY</name>
+ <value>1</value>
+ </enumerator>
+ <enumerator>
+ <name>SECONDARY</name>
+ <value>2</value>
+ </enumerator>
+ <default>NON_MASTER</default>
+</enumerationType>
+
+<attribute>
+ <id>TOD_ROLE</id>
+ <description>
+ Bitmask indicating what role this chip has in tod topology
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</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 2c5dec265..fb2db11cf 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -437,6 +437,8 @@
<attribute><id>PROC_MEM_SIZES_ACK</id></attribute>
<attribute><id>CPM_INFLECTION_POINTS</id></attribute>
<attribute><id>PROC_SELECT_BOOT_SEEPROM_IMAGE</id></attribute>
+ <attribute><id>TOD_ROLE</id></attribute>
+
</targetType>
<targetType>
OpenPOWER on IntegriCloud