Skip to content

Commit

Permalink
Set IOO clockgate_disable for Axone HW481539 / HW438727
Browse files Browse the repository at this point in the history
Axone defect HW481539.
Using attribute for HW438727.

Change-Id: Ifa23b2fc07b3a1b324f9815af26f38cd55d45a1b
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77984
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77996
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
BenAtIBM authored and RAJA DAS committed May 31, 2019
1 parent fc26a6b commit 54b2821
Showing 1 changed file with 11 additions and 3 deletions.
Expand Up @@ -3330,10 +3330,11 @@
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW438727</id>
<targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP</targetType>
<targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP</targetType>
<description>
Anything NDD20+,CDD10+: Disable clockgating to allow correct
errors to be reported in ODL c_err_rpt and other error capture
Anything NDD20+,CDD10+,ADD10+: Disable clockgating to allow correct
errors to be reported in ODL c_err_rpt and other error capture.
Axone see: HW481539
</description>
<chipEcFeature>
<chip>
Expand All @@ -3350,6 +3351,13 @@
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_AXONE</name>
<ec>
<value>0x10</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
Expand Down

0 comments on commit 54b2821

Please sign in to comment.