summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-04-11 10:13:49 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:24 -0500
commit1b2b8da42997f40564a734d2c6b965f30f00c1c6 (patch)
tree91ab82df252cde116c7097aacf0785872f50b830 /src
parentd9447589f91c6ae1a9b81cc1aed666dba6cc5c95 (diff)
downloadtalos-hostboot-1b2b8da42997f40564a734d2c6b965f30f00c1c6.tar.gz
talos-hostboot-1b2b8da42997f40564a734d2c6b965f30f00c1c6.zip
Targeting xml changes for p9_io_xbus_attributes.xml updates
Change-Id: I7f671d8944adc57b296cc4ac6c4f2fee01d95a58 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23107 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml19
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 19 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index dedd860d8..dbed01be9 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -21480,7 +21480,7 @@ DEPRECATED!!!!
<simpleType>
<uint8_t></uint8_t>
</simpleType>
- <persistency>non-volatile</persistency>
+ <persistency>volatile-zeroed</persistency>
<readable/>
<writeable/>
<hwpfToHbAttrMap>
@@ -21509,4 +21509,21 @@ DEPRECATED!!!!
</hwpfToHbAttrMap>
</attribute>
+<attribute>
+ <id>IO_XBUS_MASTER_MODE</id>
+ <description>
+ Flag to indicate if the target is a master.
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_IO_XBUS_MASTER_MODE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index d3c8953e7..f814fdefc 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -2653,6 +2653,7 @@
<attribute><id>PARENT_PERVASIVE</id></attribute>
<attribute><id>IO_XBUS_DCCAL_FLAGS</id></attribute>
<attribute><id>IO_X_DEBUG</id></attribute>
+ <attribute><id>IO_XBUS_MASTER_MODE</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud