summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Klazynski <jklazyns@us.ibm.com>2018-05-17 10:10:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-18 10:01:53 -0400
commitf757ce93e06b47bc308c040294f6a9cd133752ca (patch)
tree91ee396e6a0043c082542a46c5e11c02c0c76208
parentcb934c171a016595a31b74957eeea6d2715d9ff4 (diff)
downloadtalos-hostboot-f757ce93e06b47bc308c040294f6a9cd133752ca.tar.gz
talos-hostboot-f757ce93e06b47bc308c040294f6a9cd133752ca.zip
Disable 2-for-1 on NDD2.2- and CDD1.2-
Change-Id: I3f0069525af2c76a07b6a28bfeb6ef6a0b3c3cf9 CQ: HW447773 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58973 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58985 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.xml9
1 files changed, 5 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 1f37cb83f..642b30860 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
@@ -1375,24 +1375,25 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
- <id>ATTR_CHIP_EC_FEATURE_HW393547_HW413718</id>
+ <id>ATTR_CHIP_EC_FEATURE_DIS_241</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DD1/DD2.0, Cumulus DD1.0: HW393547, HW413718
+ HW447773 - Fixed in Nimbus DD2.3 and Cumulus DD1.3
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
- <value>0x20</value>
+ <value>0x22</value>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
- <value>0x10</value>
- <test>EQUAL</test>
+ <value>0x12</value>
+ <test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
OpenPOWER on IntegriCloud