summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorDaniel Howe <dchowe@us.ibm.com>2017-11-10 08:51:09 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-11-17 08:03:36 -0500
commitc2b4524ea3b0decfa625d068644c62004767d692 (patch)
treed5e951106c85d7f6ff79d871089faf3cf91faf0d /src/import
parent7f96036fea81c49aacab46d577ccf585bbf8daf8 (diff)
downloadtalos-sbe-c2b4524ea3b0decfa625d068644c62004767d692.tar.gz
talos-sbe-c2b4524ea3b0decfa625d068644c62004767d692.zip
Allow lpc_ed for p9n 2.2 per HW418117 fix
Change-Id: I23eeb099239e61073659a1e4633e388f8db0a319 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49535 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: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: LUKE MURRAY <murrayl@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> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49549 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
index fd29ba6d..c68a3364 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
@@ -1926,15 +1926,17 @@
<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
+ Nimbus DD2.1 and below: enable workarounds for HW418117 in FBC initfile
+ Cumulus DD1.0: enable workarounds for HW418117 in FBC initfile
+ Disable lpc_ed to prevent lw.rty_other in p9n dd2.1 and below, and in p9c dd1.0
+ revert in p9c dd1.1 and p9n dd2.2
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
- <value>0x10</value>
- <test>GREATER_THAN_OR_EQUAL</test>
+ <value>0x22</value>
+ <test>LESS_THAN</test>
</ec>
</chip>
<chip>
OpenPOWER on IntegriCloud