diff options
| author | Ben Gass <bgass@us.ibm.com> | 2017-06-15 09:59:20 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:01:25 -0400 |
| commit | 749693530aed31eda970d97ed711c2fa69316a8a (patch) | |
| tree | 953782af0ab3f1832789d6b3a28aeea95f2e44b2 | |
| parent | 6914d4009233bc82370d3fa633869252d28757fc (diff) | |
| download | talos-hostboot-749693530aed31eda970d97ed711c2fa69316a8a.tar.gz talos-hostboot-749693530aed31eda970d97ed711c2fa69316a8a.zip | |
Use obus p9ndd1 spy name attribute for obus initfile
Change-Id: I014e8616e5151cf4cb5cde51841a9f663e92ed8d
Original-Change-Id: I0b51976c6ee4094825128a30dca042e37ccfe3e3
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41880
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
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: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55528
CI-Ready: 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 | 17 |
1 files changed, 17 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 645c2fbed..fd7692a7d 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 @@ -3092,6 +3092,23 @@ </attribute> <attribute> + <id>ATTR_CHIP_EC_FEATURE_OBUS_P9NDD1_SPY_NAMES</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Use Nimbus DD1 Obus spy register definition names + </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_DDRPHY_P9NDD1_SPY_NAMES</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |

