Skip to content

Commit

Permalink
Disable 2-for-1 on NDD2.2- and CDD1.2-
Browse files Browse the repository at this point in the history
Change-Id: I5847dfcadb420bcd6b11bda11c28b985813d9123
CQ: HW447773
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58982
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>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58994
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
jklazyns authored and sgupta2m committed May 18, 2018
1 parent 8e0105e commit a596975
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1376,24 +1376,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>
Expand Down

0 comments on commit a596975

Please sign in to comment.