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')
-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