diff options
author | Lennard Streat <lstreat@us.ibm.com> | 2017-12-12 15:05:41 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:23:04 -0400 |
commit | 3d12277f23972718c5d08d20388198490e03cb16 (patch) | |
tree | 31061c1c7fe924480015dca74ae672a7495fb91c /src/import/chips | |
parent | 01a6a43e9020b89a396aa028d1525e4faae75c5f (diff) | |
download | talos-hostboot-3d12277f23972718c5d08d20388198490e03cb16.tar.gz talos-hostboot-3d12277f23972718c5d08d20388198490e03cb16.zip |
Workaround for Warlike Parasite (HW430546)
Change-Id: I7a363d37c9003778a21896d0ade2b52a6a7fe162
Original-Change-Id: I1c93a9b505e6656ea9bda20a7fac363e037a3d73
CQ: HW430546
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50832
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: SHELTON LEUNG <sleung@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: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55607
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 | 18 |
1 files changed, 18 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 114fefe83..dc37a29d8 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 @@ -5283,6 +5283,24 @@ </attribute> <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW430546_P9UDD10_WARLIKE_PARASITE</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Reduce available channel tags for shadow machine usage to + prevent tag overrun due to pathalogical bug. + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_CUMULUS</name> + <ec> + <value>0x10</value> + <test>EQUAL</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + + <attribute> <id>ATTR_CHIP_EC_FEATURE_HW404176_ASSERT_SCAN_CLK</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |