Skip to content

Commit

Permalink
Disable cp_me from the L3 for Nimbus DD1 and DD2.0.
Browse files Browse the repository at this point in the history
By default the L3 only sends these when the addres is non-local.
This is needed for the MCU to send early data. However MCU early
data is broken in DD1 and DD2.0 and this eats up X-link bandwidth,
so for DD1 and DD2.0 we're disabling cp_me from the L3.

Change-Id: I02eae05d75265b6e25984e620e5ea3524b03b22e
Original-Change-Id: I13a894f91434cc19f5f9502f54cc59bad9a0ae0f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39483
Reviewed-by: ALEXANDER M. TAFT <amtaft@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@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-on: http://ralgit01.raleigh.ibm.com/gerrit1/55497
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>
  • Loading branch information
Luke Murray authored and dcrowell77 committed Mar 13, 2018
1 parent a163552 commit 2e3a8e6
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,23 @@
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_DISABLE_CP_ME</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Disable cp_me from the L3 for Nimbus DD1 and DD2.0
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_OPTIMAL_LARX_STCX_PERF</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand Down

0 comments on commit 2e3a8e6

Please sign in to comment.