diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2018-02-08 13:19:35 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:26:07 -0400 |
commit | e07cb2f93ac8d66a13a57e2464e9513972c2a83b (patch) | |
tree | f4ebfe4c21c32832028c1406e3069a2c1edc2a9b /src | |
parent | b79417a6c766f3755c6c9f37fad7c70ca6c28d5b (diff) | |
download | talos-hostboot-e07cb2f93ac8d66a13a57e2464e9513972c2a83b.tar.gz talos-hostboot-e07cb2f93ac8d66a13a57e2464e9513972c2a83b.zip |
p9.npu.scom.initfile -- limit DCP0 credits for HW437173
Change-Id: I2f296610b428e2eb8553220208a1603644c36eec
Original-Change-Id: Id1dca730debe012d706fb9eb2fa236c7fb92fab8
CQ: HW437173
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53649
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: RYAN BLACK <rblack@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55621
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 18 |
1 files changed, 18 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 d386f2747..acabdd5f7 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 @@ -6446,6 +6446,24 @@ </chip> </chipEcFeature> </attribute> + <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW437173</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Limit NPU DCP0 credits advertised to an OpenCAPI AFU to 126. + </description> + <chipEcFeature> + <falseIfMatch/> + <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_HW419021</id>> |