Skip to content

Commit

Permalink
disable lpc_ed in fbc to match mc setting
Browse files Browse the repository at this point in the history
Change-Id: Ib021f9ac254d6471f86b2dda2660cf84268944ad
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44440
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
dchowe authored and Shakeebbk committed Sep 12, 2017
1 parent a89a1a5 commit 0e0569f
Showing 1 changed file with 25 additions and 0 deletions.
Expand Up @@ -1708,6 +1708,31 @@
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW418117</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Nimbus DDX.X: enable workarounds for HW418117 in FBC initfile
Disable lpc_ed to prevent lw.rty_other in numbus ddx.x, revert in p9c dd1.1
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x10</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_NMMU_NDD1</id>
Expand Down

0 comments on commit 0e0569f

Please sign in to comment.