diff options
| author | Luke Murray <murrayl@us.ibm.com> | 2017-01-20 17:10:43 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 09:43:00 -0400 |
| commit | f5bc1a24f10a08ec00de6d85b7ff0a4039b479b1 (patch) | |
| tree | 071295231a74bae5417f503c1b57d6a1206e5d27 | |
| parent | a2c5ab1977eeb593a52a5f4a018d8cef6275f66e (diff) | |
| download | talos-hostboot-f5bc1a24f10a08ec00de6d85b7ff0a4039b479b1.tar.gz talos-hostboot-f5bc1a24f10a08ec00de6d85b7ff0a4039b479b1.zip | |
Updating P9 L2 scan initfile to use attributes
Change-Id: I6614698bb317604e138211dac24bff9301d22027
Original-Change-Id: I8aa808d2f0f3af8325af6900a0ec9fd5521183e5
RTC: 167767
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35194
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>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55453
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>
| -rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 34 |
1 files changed, 34 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 4899fc989..e9ac4e4b9 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 @@ -1290,6 +1290,40 @@ </attribute> <!-- ******************************************************************** --> <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW398015</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + DD1 only: HW398015 work around + </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_HW396393</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + DD1 only: HW396393 rare TM fail condition. + </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_HW374111</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |

