Skip to content

Commit

Permalink
workaround for hw400932 atag corruptin in presp
Browse files Browse the repository at this point in the history
Change-Id: Ibd8feaad0f8602b0698c2fab2917ea987eab8098
Original-Change-Id: I4a90407ed6fbf4bb9dbf64ee7e9c26b1e179784b
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35287
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: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
Shelton Leung authored and Shakeebbk committed Sep 12, 2017
1 parent 6db38c3 commit 36aba35
Showing 1 changed file with 17 additions and 0 deletions.
Expand Up @@ -2044,6 +2044,23 @@
</chipEcFeature>
</attribute>

<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW400932</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
ATAG info corruption on presp issue requires us to disable clockgate for Nimbus DD1.0
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN</test>
</ec>
</chip>
</chipEcFeature>
</attribute>

<!-- ******************************************************************** -->
<!-- End Memory Section -->
<!-- ******************************************************************** -->
Expand Down

0 comments on commit 36aba35

Please sign in to comment.