diff options
author | Luke C. Murray <murrayl@us.ibm.com> | 2017-10-25 11:27:59 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:18:21 -0400 |
commit | 1b1226daa9613a259cff03acc9ec1e7d429df7a9 (patch) | |
tree | 49502de72f93372ebf0c5f6f627fe362f0944a60 /src/import/chips/p9 | |
parent | 156a0bd711566861045afc5b4e6c999784109e47 (diff) | |
download | talos-hostboot-1b1226daa9613a259cff03acc9ec1e7d429df7a9.tar.gz talos-hostboot-1b1226daa9613a259cff03acc9ec1e7d429df7a9.zip |
Turning on NCU tlbie pacing by default
Change-Id: I12ccebb87e39871e84f2bf416bfd57e0cc56fb78
Original-Change-Id: I954651af59c18401a9bd5f389f86b8faf799edbd
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48817
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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@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/55586
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/import/chips/p9')
-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 f8321ad90..689503a6f 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 @@ -2235,6 +2235,23 @@ </attribute> <!-- ******************************************************************** --> <attribute> + <id>ATTR_CHIP_EC_FEATURE_DISABLE_TLBIE_PACING</id>> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Nimbus DD1 only: don't set tlbie pacing, dials didn't exist + </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_HW408892</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |