diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2017-07-05 12:49:43 -0500 |
---|---|---|
committer | Dean Sanner <dsanner@us.ibm.com> | 2017-07-20 07:30:28 -0400 |
commit | eae4ede6428cfaad3911b083e7d3d35ddf8498a2 (patch) | |
tree | 48249b1cf1f3ddb862fe07b12e11dfa1c39ce80c | |
parent | 8032d6423f22af3ff23e5a1c9d736ec9bbc67c8d (diff) | |
download | talos-hostboot-eae4ede6428cfaad3911b083e7d3d35ddf8498a2.tar.gz talos-hostboot-eae4ede6428cfaad3911b083e7d3d35ddf8498a2.zip |
p9.pci.scan.initfile -- initial release
Change-Id: I215a3533091a0e007e11c04a43ee9e61a654c6e9
Original-Change-Id: Ibcb861641ff420ecdb763fde2db4577037b64f03
CQ: HW399276
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42774
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: Ricardo Mata <ricmata@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43233
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 16 |
1 files changed, 16 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 c43b012d8..da4e1e97d 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 @@ -3858,6 +3858,22 @@ <!-- ******************************************************************** --> <!-- End Memory Section --> <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_NOT_HW399276</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + True if chip does not comtain HW399276 defect + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> <attribute> <id>ATTR_CHIP_EC_FEATURE_HW368644</id> |