diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2017-06-26 10:22:09 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-28 16:59:02 -0400 |
commit | 8a37f9c0378f5a3e91f7c23dcdde2bdc68530403 (patch) | |
tree | 9512d7831bea03043e9093983eb0cff53d0cdcab /src | |
parent | b29154df590cec5b8fd11d5fd228332c95c8f915 (diff) | |
download | talos-hostboot-8a37f9c0378f5a3e91f7c23dcdde2bdc68530403.tar.gz talos-hostboot-8a37f9c0378f5a3e91f7c23dcdde2bdc68530403.zip |
p9.core.scan.initfile -- set disable 241 for Nimbus DD2
Change-Id: Icb27247b318b612664c25f1121a8f80a5feb014c
CQ: HW413718
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42425
Reviewed-by: Kevin F. Reick <reick@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@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: James N. Klazynski <jklazyns@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42434
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-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 | 6 |
1 files changed, 3 insertions, 3 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 3bb0256d6..18b6c7d3e 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 @@ -512,17 +512,17 @@ </attribute> <!-- ******************************************************************** --> <attribute> - <id>ATTR_CHIP_EC_FEATURE_HW393547</id> + <id>ATTR_CHIP_EC_FEATURE_HW393547_HW413718</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> - Nimbus DD1 only: HW393547 + Nimbus DD1/DD2.0 only: HW393547, HW413718 </description> <chipEcFeature> <chip> <name>ENUM_ATTR_NAME_NIMBUS</name> <ec> <value>0x20</value> - <test>LESS_THAN</test> + <test>LESS_THAN_OR_EQUAL</test> </ec> </chip> </chipEcFeature> |