diff options
author | Ben Gass <bgass@us.ibm.com> | 2017-06-15 09:59:20 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-19 13:08:37 -0400 |
commit | a25e74a60747658835a056e950767de97a21eb35 (patch) | |
tree | 1472549c875de2d36eccf4400382e9dfc203e8b3 | |
parent | 0c2bc532cdf1f939ecf7315d4957cc4bdf3c1ca4 (diff) | |
download | talos-hostboot-a25e74a60747658835a056e950767de97a21eb35.tar.gz talos-hostboot-a25e74a60747658835a056e950767de97a21eb35.zip |
Use obus p9ndd1 spy name attribute for obus initfile
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/41885
-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 915afb3c7..a27b4a026 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> |