summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/Targets.pm
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-07-31 14:38:14 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-12 15:53:01 -0500
commit6e0eea061a5b8463c593a56c09accf1824fd9818 (patch)
tree57feec217c6ebfcd46af5252419c3949e85f48cf /src/usr/targeting/common/Targets.pm
parent39c4637f466b5eb49a0e9fdcf50567f41f98dd4b (diff)
downloadtalos-hostboot-6e0eea061a5b8463c593a56c09accf1824fd9818.tar.gz
talos-hostboot-6e0eea061a5b8463c593a56c09accf1824fd9818.zip
SW314006 : Firestone: Poor STREAM memory bandwidth
- Updated Targets.pm to enable MSS_INTERLAVE_ENABLE and ALL_MCS_IN_INTERLEAVING_GROUP attributes Change-Id: I5c3291961d4ebb50d1a7e1bf66b743a84055adcf CQ:SW314006 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19514 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/Targets.pm')
-rw-r--r--src/usr/targeting/common/Targets.pm7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/usr/targeting/common/Targets.pm b/src/usr/targeting/common/Targets.pm
index 5c1a23e6c..dffb5fa8b 100644
--- a/src/usr/targeting/common/Targets.pm
+++ b/src/usr/targeting/common/Targets.pm
@@ -55,7 +55,7 @@ sub new
'4' => '7',
'5' => '6'
}
- # TODO RTC: TBD
+ # TODO RTC:132549
# DMI_FSI_MAP is a lookup table for DMI channel to FSI and ref clock.
# It is processor specific and needs to be pulled from a
# processor attribute instead of being hardcoded
@@ -190,18 +190,13 @@ sub printAttribute
$filter{MODEL} = 1;
$filter{TYPE} = 1;
$filter{CDM_POLICIES} = 1;
- $filter{ALL_MCS_IN_INTERLEAVING_GROUP} = 1;
- $filter{MSS_INTERLEAVE_ENABLE} = 1;
$filter{CDM_POLICIES_BITMASK} = 1;
$filter{ENTITY_ID_LOOKUP} = 1;
$filter{ENTITY_INSTANCE} = 1;
$filter{MBA_NUM} = 1;
- $filter{IPMI_INSTANCE} = 0;
$filter{IPMI_NAME} = 1;
$filter{INSTANCE_ID} = 1;
- #$filter{ADC_CHANNEL_SENSOR_NUMBERS} = 1;
$filter{IO_CONFIG_SELECT} = 1;
- #$filter{FRU_ID} = 1;
$filter{FRU_NAME} = 1;
if ($filter{$attribute} == 1)
OpenPOWER on IntegriCloud