summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2017-12-04 09:43:44 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-13 16:14:30 -0500
commit4296f39725506f741ac4ceb8f3564c01dade7f2b (patch)
treed466b0383cffe09bfaf61e237ed3eb29f9359f2a /src/usr/targeting
parentcf89b876a3d453c6bf40e748b6ec5c0cb427efd3 (diff)
downloadtalos-hostboot-4296f39725506f741ac4ceb8f3564c01dade7f2b.tar.gz
talos-hostboot-4296f39725506f741ac4ceb8f3564c01dade7f2b.zip
HB Attribute for IPL chkstop analysis
Change-Id: Ied553bd777704a25152ab4bb35b80167b71bf603 CQ:SW409689 Backport: release-op910 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50427 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types_hb.xml28
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_hb.xml1
2 files changed, 29 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 ab13a4e5b..28e58dbe4 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -74,6 +74,34 @@
</enumerationType>
<attribute>
+ <description>
+ Are we doing checkstop analysis on
+ systems as we are booting back up based
+ on information captured in FIRDATA section.
+ </description>
+ <id>CHKSTOP_ANALYSIS_ON_STARTUP</id>
+ <persistency>volatile-zeroed</persistency>
+ <readable></readable>
+ <simpleType>
+ <uint8_t></uint8_t>
+ </simpleType>
+ <writeable></writeable>
+</attribute>
+
+<enumerationType>
+ <description>Enum for CHKSTOP_ANALYSIS_ON_STARTUP</description>
+ <enumerator>
+ <name>NOT_ANALYZING_DEFAULT</name>
+ <value>0</value>
+ </enumerator>
+ <enumerator>
+ <name>ANALYZING_CHECKSTOP</name>
+ <value>1</value>
+ </enumerator>
+ <id>CHKSTOP_ANALYSIS_ON_STARTUP</id>
+</enumerationType>
+
+<attribute>
<id>IS_MPIPL_HB</id>
<description>1 = in Memory Preserving IPL mode. 0 = in normal IPL mode.</description>
<simpleType>
diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml
index 3c60a832c..60b85e1d6 100644
--- a/src/usr/targeting/common/xmltohb/target_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml
@@ -47,6 +47,7 @@
<attribute><id>HB_RSV_MEM_NEXT_SECTION</id></attribute>
<attribute><id>ALLOW_ATTR_OVERRIDES_IN_SECURE_MODE</id></attribute>
<attribute><id>HIDDEN_ERRLOGS_ENABLE</id></attribute>
+ <attribute><id>CHKSTOP_ANALYSIS_ON_STARTUP</id></attribute>
</targetTypeExtension>
<targetTypeExtension>
OpenPOWER on IntegriCloud