Skip to content

Commit

Permalink
Adding HW414702 workaround to INT scan initfiles
Browse files Browse the repository at this point in the history
Change-Id: Ida59d657838d6f71bb63ccddb9c0d3b7762a765a
Original-Change-Id: I107ae828c1a7c4fc56a4ec520f05fff00560adb5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42402
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
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: DAVID M. KAUER <dmkauer@us.ibm.com>
Reviewed-by: Kahn C. Evans <kahnevan@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
Jenny Huynh authored and Shakeebbk committed Sep 12, 2017
1 parent 2b0a68e commit 31e85b6
Showing 1 changed file with 18 additions and 0 deletions.
Expand Up @@ -1794,6 +1794,24 @@
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_NOT_HW414702</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Anything NOT Nimbus DD1: enable workarounds for HW414702 in INT initfile
Workaround for clockgating bug with vpc at kill accessing bad data
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW397255</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand Down

0 comments on commit 31e85b6

Please sign in to comment.