Skip to content

Commit

Permalink
TM workaround for HW443982
Browse files Browse the repository at this point in the history
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/57197
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
jklazyns authored and sgupta2m committed May 3, 2018
1 parent a389a5d commit 1768f6c
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1751,16 +1751,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>
Expand Down

0 comments on commit 1768f6c

Please sign in to comment.