summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/usr/hwpf/hwp/chip_attributes.xml18
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml21
2 files changed, 37 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/chip_attributes.xml b/src/usr/hwpf/hwp/chip_attributes.xml
index dcf90b0c7..28020f143 100644
--- a/src/usr/hwpf/hwp/chip_attributes.xml
+++ b/src/usr/hwpf/hwp/chip_attributes.xml
@@ -5,7 +5,9 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2012,2014 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2014 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
@@ -20,7 +22,7 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: chip_attributes.xml,v 1.14 2014/05/02 14:43:31 szhong Exp $ -->
+<!-- $Id: chip_attributes.xml,v 1.16 2014/08/14 16:52:23 thi Exp $ -->
<!--
XML file specifying HWPF attributes.
These are platInit attributes associated with chips.
@@ -217,4 +219,16 @@
<platInit/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_TARGET_SCOMABLE</id>
+ <targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_MEMBUF_CHIP,TARGET_TYPE_EX_CHIPLET,TARGET_TYPE_MCS_CHIPLET,TARGET_TYPE_XBUS_ENDPOINT,TARGET_TYPE_ABUS_ENDPOINT,TARGET_TYPE_MBA_CHIPLET</targetType>
+ <description>
+ This attribute indicates if the target can be SCOMed.
+ Set by check_chiplet_states HWP during DUMP process
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE = 0, TRUE = 1</enum>
+ <writeable/>
+ <platInit/>
+ </attribute>
</attributes>
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