Skip to content

Commit

Permalink
Added CI throttling support, HW init updates, and fixed a bug with tc…
Browse files Browse the repository at this point in the history
…e arb.

Change-Id: Id71511d75e526e567fd8ba6b56551adfe2806fa4
CQ: SW407851
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49390
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@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: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49393
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
ricmata authored and sgupta2m committed Nov 16, 2017
1 parent 7a920c4 commit fc526ec
Showing 1 changed file with 25 additions and 0 deletions.
Expand Up @@ -4559,6 +4559,31 @@
</chipEcFeature>
</attribute>

<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW410503</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Cache Inject Throttle settings for Nimbus DD2.1 and Cumulus 1.0
to help with remote cache inject performance.
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x21</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>

<!-- ******************************************************************** -->
<!-- Memory Section -->
<!-- ******************************************************************** -->
Expand Down

0 comments on commit fc526ec

Please sign in to comment.