summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorDhruvaraj S <dhruvaraj@in.ibm.com>2015-02-12 04:23:39 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-09 19:13:57 -0500
commit0481b521db49eb5161def9fe10824a07c9b5068b (patch)
tree95f0588b4045a77212e1a855d37d3d48ff1b83fb /src/usr/targeting
parent8c22c53bfebf79a9e7548b9e32aad22901af3ca9 (diff)
downloadtalos-hostboot-0481b521db49eb5161def9fe10824a07c9b5068b.tar.gz
talos-hostboot-0481b521db49eb5161def9fe10824a07c9b5068b.zip
62392: HB Common Resource Recovery
HB Common resource recovery will recover any resources which is not garded by a FATAL error and try to use in the system for the current IPL Change-Id: I6ea4114ba19f47f062ec04449c3e0209d85a1faf RTC: 62392 CQ: SW291079 CMVC-Coreq: 948355 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15678 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index ad0ce83a5..c961ebe6a 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -930,6 +930,16 @@
<bits>1</bits>
<default>0</default>
</field>
+ <field>
+ <name>specdeconfig</name>
+ <description>Set for speculative deconfig;
+ 0b0: target not speculative deconfig;
+ 0b1: target is speculatively deconfigured;
+ </description>
+ <type>uint8_t</type>
+ <bits>1</bits>
+ <default>0</default>
+ </field>
</complexType>
<persistency>volatile</persistency>
<readable/>
OpenPOWER on IntegriCloud