diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2017-12-08 12:50:03 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:23:16 -0400 |
commit | 7221c41d5f7f291494efe769437814fcf561c644 (patch) | |
tree | 45999eb6b2e6237c2993891b7aafe4a2c60e3988 /src/import/chips | |
parent | 3d12277f23972718c5d08d20388198490e03cb16 (diff) | |
download | talos-hostboot-7221c41d5f7f291494efe769437814fcf561c644.tar.gz talos-hostboot-7221c41d5f7f291494efe769437814fcf561c644.zip |
Disable read data delay for Cumulus DD1.0, enable for DD1.1
centaur.mbs.scan.initfile
Remove static application of read data delay disables
Centaur will now flush to read data delay enabled
cen_initf
Add block to re-rotate tcn_mbs_func and:
- fix existing spy parity errors
- apply read data delay disables,
executed only when attached chip is Cumulus DD1.0
Change-Id: Id5d0f8755fed09dc841dc7481d0fe142bbe8bbb7
Original-Change-Id: I10279decbbf27df911a94ce27d11b4d2e30b6e5f
RTC: 138785
CQ: HW419021
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50720
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@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: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55608
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>
Diffstat (limited to 'src/import/chips')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 17 |
1 files changed, 17 insertions, 0 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 dc37a29d8..b510b628b 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 @@ -6030,6 +6030,23 @@ </ec> </chip> </chipEcFeature> + </attribute> + <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW419021</id>> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Disable read data delay for Cumulus DD1.0 + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_CUMULUS</name> + <ec> + <value>0x10</value> + <test>EQUAL</test> + </ec> + </chip> + </chipEcFeature> </attribute> <!-- ******************************************************************** --> </attributes> |