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-08 08:32:21 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-08-15 15:33:35 -0500
commit19d1716e940fedc5e792aae6b8c97ed9bc8fed4b (patch)
treecaf489a3314ecf664ee5fef1166ac328a7663450 /src/usr/targeting/common/xmltohb/attribute_types_hb.xml
parent83beb4a6975ea97e391f503b50a6f35af6722f97 (diff)
downloadtalos-hostboot-19d1716e940fedc5e792aae6b8c97ed9bc8fed4b.tar.gz
talos-hostboot-19d1716e940fedc5e792aae6b8c97ed9bc8fed4b.zip
SW260406: INITPROC: new HWP required to determine chiplet clock state
CQ:SW260406 Change-Id: I0a6dc839ed00d2e89b51c79bec9b8abd5b314fb5 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12650 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12712 Tested-by: Jenkins Server 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.xml21
1 files changed, 21 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 75fc294df..84e9b1a5d 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -301,4 +301,25 @@
<persistency>non-volatile</persistency>
<readable/>
</attribute>
+
+<attribute>
+ <id>HB_TARGET_SCOMABLE</id>
+ <description>
+ This attribute indicates if the target can be SCOMed.
+ Set by check_chiplet_states HWP during DUMP process.
+ </description>
+ <simpleType>
+ <uint8_t>
+ <default>0x1</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_TARGET_SCOMABLE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
</attributes>
OpenPOWER on IntegriCloud