diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2017-04-24 16:32:22 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-05 00:10:50 -0400 |
| commit | b2d55a6ba62f9cfb538a96fcd5220d504b396bdc (patch) | |
| tree | a0cf0dca8316f70c7550f7cd2c973735c6262d52 /src | |
| parent | 69032e14bf3c53cc946bd8f0ce3d678bab2859e3 (diff) | |
| download | blackbird-hostboot-b2d55a6ba62f9cfb538a96fcd5220d504b396bdc.tar.gz blackbird-hostboot-b2d55a6ba62f9cfb538a96fcd5220d504b396bdc.zip | |
derate NVLINK frequency for Nimbus DD1
limit to 20gbs
Change-Id: Ie348a42f0a0c305012dc91453d384b18459a0545
CQ: SW387041
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39616
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39619
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
| -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 da6282412..d2700cfbc 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 @@ -1900,6 +1900,23 @@ </attribute> <!-- ******************************************************************** --> <attribute> + <id>ATTR_CHIP_EC_FEATURE_SW387041</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + DD1 only: restrict NVLINK frequency to 20gbs + </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_HW396230_SCAN_ONLY</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |

