summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Klazynski <jklazyns@us.ibm.com>2018-04-13 13:16:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-21 19:46:49 -0400
commitbdeef46ca72d040044c37d3f5a4c9cc64fe9e337 (patch)
tree35173e2331e5fb3bdbe13530be124ff2de27f38f
parent85f8731ede8a3d71351324970aba7774bd8baa5b (diff)
downloadtalos-hostboot-bdeef46ca72d040044c37d3f5a4c9cc64fe9e337.tar.gz
talos-hostboot-bdeef46ca72d040044c37d3f5a4c9cc64fe9e337.zip
TM workaround for HW443982
Change-Id: Ic688e695c6eb6589b88b76b4ecefa252b045bdf9 CQ: HW443982 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57189 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57199 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
index 9167a2bfd..2acb7f0bd 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
@@ -1710,16 +1710,23 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
- <id>ATTR_CHIP_EC_FEATURE_HW376310</id>
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <id>ATTR_CHIP_EC_FEATURE_HW443982</id>
+ <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
- Nimbus DD1 only: HW376310 - Disable forcing TM loads to miss the DDIR1
+ HW443982 - Fixed in NDD2.3 and CDD1.3
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
- <value>0x20</value>
+ <value>0x23</value>
+ <test>LESS_THAN</test>
+ </ec>
+ </chip>
+ <chip>
+ <name>ENUM_ATTR_NAME_CUMULUS</name>
+ <ec>
+ <value>0x13</value>
<test>LESS_THAN</test>
</ec>
</chip>
OpenPOWER on IntegriCloud