summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-06-19 10:06:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-23 18:14:32 -0500
commit3d01b3a0c09a6615863ef4a10c60df4de71c53cc (patch)
treed84204abc5158fc680327981317d36cbc940f9c6
parent880549f8e6e341dbe6261cedff9c0acce4813527 (diff)
downloadtalos-hostboot-3d01b3a0c09a6615863ef4a10c60df4de71c53cc.tar.gz
talos-hostboot-3d01b3a0c09a6615863ef4a10c60df4de71c53cc.zip
SW264439: System is dumping after second node is garded and ipled - HvAffinityHe
Change-Id: Ia0c58fc2e92956e0b9f851824289c3320bfb4aba CQ:SW264439 Depends-on: Ib87895cdbcde95071384d78cc7baadda435a456d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/#/c/11676/ 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/11677 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/hwpf/hwp/proc_chip_ec_feature.xml45
1 files changed, 19 insertions, 26 deletions
diff --git a/src/usr/hwpf/hwp/proc_chip_ec_feature.xml b/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
index 6ff0b8e7a..490309364 100644
--- a/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
+++ b/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
@@ -20,7 +20,7 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: proc_chip_ec_feature.xml,v 1.52 2014/05/15 16:36:14 jmcgill Exp $ -->
+<!-- $Id: proc_chip_ec_feature.xml,v 1.54 2014/06/11 16:30:11 jmcgill Exp $ -->
<!-- Defines the attributes that are based on EC level -->
<attributes>
<attribute>
@@ -863,31 +863,6 @@
</chipEcFeature>
</attribute>
<attribute>
- <id>ATTR_CHIP_EC_FEATURE_CFAM_RESET_SBE_START_WA</id>
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
- <description>
- True if:
- Murano EC less than 0x20
- Venice EC less than 0x20
- </description>
- <chipEcFeature>
- <chip>
- <name>ENUM_ATTR_NAME_MURANO</name>
- <ec>
- <value>0x20</value>
- <test>LESS_THAN</test>
- </ec>
- </chip>
- <chip>
- <name>ENUM_ATTR_NAME_VENICE</name>
- <ec>
- <value>0x20</value>
- <test>LESS_THAN</test>
- </ec>
- </chip>
- </chipEcFeature>
- </attribute>
- <attribute>
<id>ATTR_CHIP_EC_FEATURE_OCC_CE_FIR_DISABLE</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
@@ -1154,4 +1129,22 @@
</chip>
</chipEcFeature>
</attribute>
+ <attribute>
+ <id>ATTR_CHIP_EC_FEATURE_HCA_BAR_SCOM_BUG</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ True if chip has HCA BAR SCOM bug
+ Causes HCA BAR range data read via SCOM to be shifted relative to HW state
+ Venice EC greater than or equal to 0x20
+ </description>
+ <chipEcFeature>
+ <chip>
+ <name>ENUM_ATTR_NAME_VENICE</name>
+ <ec>
+ <value>0x20</value>
+ <test>GREATER_THAN_OR_EQUAL</test>
+ </ec>
+ </chip>
+ </chipEcFeature>
+ </attribute>
</attributes>
OpenPOWER on IntegriCloud