diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2017-06-16 15:44:22 -0500 |
|---|---|---|
| committer | spashabk-in <shakeebbk@in.ibm.com> | 2017-09-12 00:16:53 -0500 |
| commit | e8bee77cb40d417dc87d9d57fb429463aef3fdfd (patch) | |
| tree | 9b749ba0793c2624428a48025c63f040ec2a342b | |
| parent | 82afec334d6418539309270df002878c3d0cea79 (diff) | |
| download | talos-sbe-e8bee77cb40d417dc87d9d57fb429463aef3fdfd.tar.gz talos-sbe-e8bee77cb40d417dc87d9d57fb429463aef3fdfd.zip | |
Fixed DLL workarounds to always run
DLL workarounds will not be fixed in hardware,
in the foreseeable future. As such, always run the workarounds.
Change-Id: Ia50f175adc356923092bb9758e089e578c5290ce
Original-Change-Id: Iaa48b1b976908fdbb8af1eb8d518147fabc8cdce
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41998
Reviewed-by: LUCAS W. MULKEY <lwmulkey@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@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 29159124..974f2e47 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 @@ -3494,23 +3494,6 @@ </attribute> <attribute> - <id>ATTR_CHIP_EC_FEATURE_MSS_DLL_WORKAROUND</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> - <description> - Run DLL workaround algorithm to fix bad voltage settings pre DD2.0 - </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_MSS_RUN_DQS_LOOP</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |

