diff options
author | Jacob Harvey <jlharvey@us.ibm.com> | 2017-09-19 09:57:54 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:15:28 -0400 |
commit | 9abf780c930525d43b020b386417784d82a2c9f2 (patch) | |
tree | 67eb5094d4082686f3240c59a11963f718468988 /src/import/chips | |
parent | 78801d7a4ae76e66bd27c8904f0f87f7ff0e7e27 (diff) | |
download | talos-hostboot-9abf780c930525d43b020b386417784d82a2c9f2.tar.gz talos-hostboot-9abf780c930525d43b020b386417784d82a2c9f2.zip |
Increment red_waterfall for low vdn fix
Change-Id: I9ead76313c6e2244da09661ef2d8780647b7ee0d
Original-Change-Id: Iaa5dbf94fe223cdfef7ebbfe8598f98f5472c956
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46420
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Dev-Ready: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55575
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 20 |
1 files changed, 19 insertions, 1 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 8c7db83d9..585798d0e 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 @@ -4602,6 +4602,24 @@ </attribute> <attribute> + <id>ATTR_CHIP_EC_FEATURE_MSS_RED_WATERFALL_ADJUST</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + In DD2.** Nimbus, We adjust the red waterfall to account for low VDN settings. + We move the waterfall forward by one + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>GREATER_THAN_OR_EQUAL</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + + <attribute> <id>ATTR_CHIP_EC_FEATURE_MSS_CHECK_DIABLE_RD_VREF_CAL_VREFSENSE</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> @@ -4860,7 +4878,7 @@ </chip> </chipEcFeature> </attribute> - + <attribute> <id>ATTR_CHIP_EC_FEATURE_HW413362_P9UDD11_ASYNC</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> |