diff options
| author | Joachim Fenkes <fenkes@de.ibm.com> | 2017-08-31 14:56:22 +0200 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:13:15 -0400 |
| commit | d61bf78fca7d3a67d80a4c222926e2d22cdcf938 (patch) | |
| tree | a61c49a54c316682ffe1291de97961a73fe6e515 | |
| parent | 55e4a228b65f6c50c203e723017585196cc5300f (diff) | |
| download | talos-hostboot-d61bf78fca7d3a67d80a4c222926e2d22cdcf938.tar.gz talos-hostboot-d61bf78fca7d3a67d80a4c222926e2d22cdcf938.zip | |
HW415692: Make workaround permanent
HW415692 has become a permanent erratum, so make the EC attribute
match any Nimbus EC level.
Change-Id: I3696620bae3323e182e7321b6c5e05f60352838b
Original-Change-Id: Ib1e352f3b1252b0d9b89b76a64c27de6cc3a483e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45470
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com>
Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55566
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
| -rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 4 |
1 files changed, 2 insertions, 2 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 bccb53bc1..644494f67 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 @@ -4053,8 +4053,8 @@ <chip> <name>ENUM_ATTR_NAME_NIMBUS</name> <ec> - <value>0x21</value> - <test>LESS_THAN_OR_EQUAL</test> + <value>0x10</value> + <test>GREATER_THAN_OR_EQUAL</test> </ec> </chip> </chipEcFeature> |

