summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJenny Huynh <jhuynh@us.ibm.com>2018-11-06 10:28:03 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-11-11 21:39:05 -0600
commitbaa6ab8c737ee5d41520c7ecb9a71c003faa6d8c (patch)
tree6bbc46578eb47c680c4148c35f1d503bd80816c1 /src
parentd779bc19cdebcf7aa268bf72c74da3da9ee7a8cc (diff)
downloadtalos-sbe-baa6ab8c737ee5d41520c7ecb9a71c003faa6d8c.tar.gz
talos-sbe-baa6ab8c737ee5d41520c7ecb9a71c003faa6d8c.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/68450 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-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 998cc067..27c072a5 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