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')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types_hb.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index c0cd729ed..89fad2f17 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -175,6 +175,23 @@
</attribute>
<attribute>
+ <id>EARLY_TESTCASES_ISTEP</id>
+ <description>
+ Indicates which istep we should execute the CXX testcases after, if
+ CONFIG_EARLY_TESTCASES is set.
+ Format: 0xMMmm, where MM=major step, mm=minor step, e.g. 6.9=0x0609.
+ </description>
+ <simpleType>
+ <uint16_t>
+ <!-- Default to running as soon as Hostboot is able -->
+ <default>0x0609</default>
+ </uint16_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ </attribute>
+
+ <attribute>
<id>EEPROM_PAGE_ARRAY</id>
<description>
Used to keep track of which EEPROM page the current I2C master bus is set to
OpenPOWER on IntegriCloud