summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2015-02-13 13:35:49 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-16 14:58:54 -0600
commita827e0c3348022cfd8bdae4591f2f98c0641f66d (patch)
tree6f9888a19d332428ec6117ba20e28e3afff1f72e /src/usr/targeting
parent83420f9f902fe439747dd291034ad0df26187e99 (diff)
downloadtalos-hostboot-a827e0c3348022cfd8bdae4591f2f98c0641f66d.tar.gz
talos-hostboot-a827e0c3348022cfd8bdae4591f2f98c0641f66d.zip
Official support for memory buffer vpd index
Confirmed that Norm has support in processMrw.pl for this for all OP systems. This attribute is not used on FSP based systems and if it was, a 0 would be fine. Also have confirmed that 0 is valid for all OP systems. Change-Id: Ie9e66b89eb645f9659e85cd2c004fde569eb89f4 RTC: 120587 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15728 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index 270c934a9..1aaaf2374 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -3949,14 +3949,6 @@ sub generate_centaur
my $scanFspAsize = length($scanFspApath) + 1;
my $scomFspBpath = "";
- # $TODO RTC:120587
- # This will be deleted and set by serverwiz2 once available
- my $mbVpdIndex = $ctaur;
- if ($sysname =~ /firestone/)
- {
- $mbVpdIndex = 0;
- }
-
if (ref($devpath->{chip}->{$ipath}->{'scom-path-b'}) ne "HASH")
{
$scomFspBpath = $devpath->{chip}->{$ipath}->{'scom-path-b'};
@@ -4025,10 +4017,6 @@ sub generate_centaur
<attribute>
<id>EI_BUS_TX_MSBSWAP</id>
<default>$msb_swap</default>
- </attribute>
- <attribute>
- <id>ISDIMM_MBVPD_INDEX</id>
- <default>$mbVpdIndex</default>
</attribute>";
# FSI Connections #
OpenPOWER on IntegriCloud