diff options
author | Jenny Huynh <jhuynh@us.ibm.com> | 2017-11-30 10:55:44 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:25:54 -0400 |
commit | b79417a6c766f3755c6c9f37fad7c70ca6c28d5b (patch) | |
tree | 3b7217178d4593096444859a5f9e344ebf314d79 /src | |
parent | 02955224123991e6be4e9fec9ba0b11bc0296fe7 (diff) | |
download | talos-hostboot-b79417a6c766f3755c6c9f37fad7c70ca6c28d5b.tar.gz talos-hostboot-b79417a6c766f3755c6c9f37fad7c70ca6c28d5b.zip |
Updating HW414700 to also apply to Cumulus DD10
Change-Id: Icb9db94ec4b12e9566df47ed8764b870be0909de
Original-Change-Id: I565fe99adc16d8b2c56d6ca8365c77ae5bad0aef
CQ: HW414700
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50287
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@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: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55620
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')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 11 |
1 files changed, 9 insertions, 2 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 f92e2190f..d386f2747 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 @@ -5147,9 +5147,9 @@ <attribute> <id>ATTR_CHIP_EC_FEATURE_HW414700</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType> <description> - Nimbus DD2.0 only -- set all UE FIRs to checkstop + Nimbus DD2.0, Cumulus DD1.0 -- set all UE FIRs to checkstop </description> <chipEcFeature> <chip> @@ -5159,6 +5159,13 @@ <test>EQUAL</test> </ec> </chip> + <chip> + <name>ENUM_ATTR_NAME_CUMULUS</name> + <ec> + <value>0x10</value> + <test>EQUAL</test> + </ec> + </chip> </chipEcFeature> </attribute> |