summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorJenny Huynh <jhuynh@us.ibm.com>2018-11-06 10:28:03 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-11-08 09:28:58 -0600
commite8825169c84ca4185894ec34c5022ddc2cd6a9f0 (patch)
treea84171a7041e8079c60d3726cb455ecdabe97f65 /src/import/chips/p9/procedures/xml/attribute_info
parente68587e470a3fe50465de722a9d74db1937f5ab3 (diff)
downloadtalos-hostboot-e8825169c84ca4185894ec34c5022ddc2cd6a9f0.tar.gz
talos-hostboot-e8825169c84ca4185894ec34c5022ddc2cd6a9f0.zip
HW471413 Aggressive Uncle: disable ERAT thread sharing
Change-Id: I9d5c9d10fab8e48243acdff5fb4f69efaa668974 CQ:HW471413 CQ:SW439832 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68444 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: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68451 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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml17
1 files changed, 12 insertions, 5 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 5a0917648..7c9d65624 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
@@ -4992,24 +4992,31 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
- <id>ATTR_CHIP_EC_FEATURE_HW415883</id>
+ <id>ATTR_CHIP_EC_FEATURE_HW415883_HW471413</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
- HW415883 - serialize ldcix
+ HW415883, HW471413 - disable erat thread sharing
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
- <value>0x21</value>
- <test>LESS_THAN_OR_EQUAL</test>
+ <value>0x10</value>
+ <test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
- <test>EQUAL</test>
+ <test>GREATER_THAN_OR_EQUAL</test>
+ </ec>
+ </chip>
+ <chip>
+ <name>ENUM_ATTR_NAME_AXONE</name>
+ <ec>
+ <value>0x10</value>
+ <test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
OpenPOWER on IntegriCloud