summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorMurulidhar Nataraju <murulidhar@in.ibm.com>2014-05-09 06:50:15 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-09 07:23:32 -0500
commit50300c0e52911b0315d2c1120d5083bba494defd (patch)
tree2426c3be06452ef1accf0376e2d0514493c56567 /src/usr
parent868e98cac34aed64ffb5f983a3662ae31af0c8a1 (diff)
downloadtalos-hostboot-50300c0e52911b0315d2c1120d5083bba494defd.tar.gz
talos-hostboot-50300c0e52911b0315d2c1120d5083bba494defd.zip
New HWAS change bit on node to track HBEL error log partition.
RTC: 97717 Change-Id: Ie3db0f7dfa6565f1c2c0ffdb52cef3a26b7247f2 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11039 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index e662621fd..9df079c53 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -977,6 +977,10 @@
<name>DIAG_MASK</name>
<value>0x00000006</value>
</enumerator>
+ <enumerator>
+ <name>HOSTSVC_HBEL</name>
+ <value>0x00000008</value>
+ </enumerator>
</enumerationType>
<!-- For POD Testing -->
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 35f02c095..183b6e633 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -724,7 +724,7 @@
<attribute><id>FIELD_CORE_OVERRIDE</id></attribute>
<attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
- <default>0x00000001</default> <!--GARD -->
+ <default>0x00000009</default> <!-- HOSTSVC_HBEL and GARD -->
</attribute>
</targetType>
OpenPOWER on IntegriCloud