diff options
author | Luke Murray <murrayl@us.ibm.com> | 2017-04-19 13:32:11 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-27 09:51:33 -0400 |
commit | f8a90fdaf80e2cf436fb73c715fda749ebd35f06 (patch) | |
tree | 7c12cefeb31fafa09e45eb66c239604d54aeb026 | |
parent | 6ba3932d00e160dff3b4d0639f310a50d7c956c2 (diff) | |
download | blackbird-hostboot-f8a90fdaf80e2cf436fb73c715fda749ebd35f06.tar.gz blackbird-hostboot-f8a90fdaf80e2cf436fb73c715fda749ebd35f06.zip |
Updating HW363605 workaround to be applied to all chips
MB was decommitted for all of P9
Change-Id: I38850b1e0bdfe04290622fe1bf95e34ae9e9bf9a
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39448
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39451
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 17 |
1 files changed, 0 insertions, 17 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 762a9d332..058abe384 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 @@ -1498,23 +1498,6 @@ </attribute> <!-- ******************************************************************** --> <attribute> - <id>ATTR_CHIP_EC_FEATURE_HW363605</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> - <description> - DD1 only: HW363605 Core MB-demote-ack bug - </description> - <chipEcFeature> - <chip> - <name>ENUM_ATTR_NAME_NIMBUS</name> - <ec> - <value>0x20</value> - <test>LESS_THAN</test> - </ec> - </chip> - </chipEcFeature> - </attribute> - <!-- ******************************************************************** --> - <attribute> <id>ATTR_CHIP_EC_FEATURE_HW370692</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |