summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-08-03 17:15:39 -0500
committerRichard J. Knight <rjknight@us.ibm.com>2015-08-03 17:25:58 -0500
commita2e1b7cab197a696f9fbb0f1b12bb413d3ef6429 (patch)
tree7d0e469012bbd3812a9812ff8780a9d75714d5e4 /scripts
parenta7f9f3d0cdd8369de0dd710db820df6c1231f52a (diff)
downloadserverwiz-a2e1b7cab197a696f9fbb0f1b12bb413d3ef6429.tar.gz
serverwiz-a2e1b7cab197a696f9fbb0f1b12bb413d3ef6429.zip
Update Targets.pm and target_types_mrw.xml
-Enable ALL_MCS_IN_INTERLEAVING_GROUP and MSS_INTERLEAVE_ENABLE in Targets.pm -Move MSS_INTERLEAVE_ENABLE to the processor target
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Targets.pm10
1 files changed, 2 insertions, 8 deletions
diff --git a/scripts/Targets.pm b/scripts/Targets.pm
index 8cf9bc4..34688fd 100644
--- a/scripts/Targets.pm
+++ b/scripts/Targets.pm
@@ -190,18 +190,14 @@ 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} = 1;
- $filter{FRU_NAME} = 1;
+ $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)
{
@@ -590,8 +586,6 @@ sub processMcs
$parent_affinity . "/mcs-$mcs/membuf-$membufnum");
$self->setAttribute($membuf, "PHYS_PATH",
$node_phys . "/membuf-$membufnum");
- # $self->setAttribute($membuf, "VPD_REC_NUM",
- # $self->getAttribute($membuf, "POSITION"));
## copy DMI bus attributes to membuf
$self->setAttribute($unit, "EI_BUS_TX_LANE_INVERT",
OpenPOWER on IntegriCloud