summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types_hb.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 7c482fe61..2f81d543a 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -216,7 +216,6 @@
<writeable/>
<hbOnly/>
</attribute>
-
<attribute>
<id>IBSCOM_ENABLE_OVERRIDE</id>
<description>Used to force IBSCOM enabled for lab testing</description>
@@ -229,4 +228,20 @@
<readable/>
<hbOnly/>
</attribute>
+<attribute>
+ <id>HB_EXISTING_IMAGE</id>
+ <description>Indicates which logical nodes have a hostboot image.</description>
+ <!-- Bit position [0-7] (left to right) represents logical node.
+ '1' means the logical node has an active hostboot image.
+ -->
+ <simpleType>
+ <uint8_t>
+ <default>0</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hbOnly/>
+</attribute>
</attributes>
OpenPOWER on IntegriCloud