summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-08-22 08:48:06 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-02 09:30:10 -0500
commit294bd883533b79bd79b83e1c6554ffa866afe381 (patch)
treec3da37a4bb30e0d8ef5413abedbd88c1b34ae146 /src/usr/targeting/common/xmltohb/attribute_types_hb.xml
parenteaf80e73c214b0609848ea36c2ae0338c27223de (diff)
downloadtalos-hostboot-294bd883533b79bd79b83e1c6554ffa866afe381.tar.gz
talos-hostboot-294bd883533b79bd79b83e1c6554ffa866afe381.zip
Update TARGET_SCOMABLE definition
Change-Id: I8e7614bdff319cf8b4e58c86859928a62ea48504 Backport: release-fips820 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12955 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> 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.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 84e9b1a5d..afd8c130e 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -306,20 +306,23 @@
<id>HB_TARGET_SCOMABLE</id>
<description>
This attribute indicates if the target can be SCOMed.
- Set by check_chiplet_states HWP during DUMP process.
+ It's used in FSP only but declared here because the attribute
+ is defined in chip_attributes.xml, which is a common file
+ between FSP and HB (without this, HB will get a compilation error).
</description>
<simpleType>
<uint8_t>
- <default>0x1</default>
+ <default>0x0</default>
</uint8_t>
</simpleType>
- <persistency>volatile</persistency>
+ <persistency>volatile-zeroed</persistency>
<readable/>
<writeable/>
<hwpfToHbAttrMap>
<id>ATTR_TARGET_SCOMABLE</id>
<macro>DIRECT</macro>
</hwpfToHbAttrMap>
+ <hbOnly/>
</attribute>
</attributes>
OpenPOWER on IntegriCloud