summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-05-21 16:49:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-10 16:21:20 -0500
commitb035c67e8f54336b31b5586f6f92ca7aba0fa130 (patch)
tree41cca305426bd6fe43976334d3268347df6e9e8b /src/usr/targeting/common/xmltohb/attribute_types_hb.xml
parent0aeba5cadc42db18dc4cb83ffc67e36d88698edd (diff)
downloadtalos-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.tar.gz
talos-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.zip
Populate hb attributes across drawers
RTC: 50866 Change-Id: Ia5cd58d7ccf90a14f391ed87943fd09cddbb040e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4820 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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