summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2017-06-14 06:03:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-30 11:00:37 -0400
commit2ea31dc4009102c57c94fcb87c1c781d5c613481 (patch)
treeaaa19193586b08330dca0decb47047d238df733d /src/usr/targeting
parent205f3c45a0651b88f2b3c1cfc20940b59a6c4c14 (diff)
downloadtalos-hostboot-2ea31dc4009102c57c94fcb87c1c781d5c613481.tar.gz
talos-hostboot-2ea31dc4009102c57c94fcb87c1c781d5c613481.zip
Remove proc1pec1phb2 from being active in genHwsvMrwXml.pl
Change-Id: I80244308b21c3409a59d18c5412703b9a892b05e CQ: SW374182 CMVC-Prereq: 1027634 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41814 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index f855b97d6..0d2b8e811 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -4796,9 +4796,14 @@ sub generate_pec
}
elsif ($pec == 1)
{
- $pciOtherAttr{"PROC_PCIE_LANE_MASK"} = "0xFF00, 0x0000, 0x00FF, 0x0000";
- if (($proc == 0) || ($proc == 1))
+ if ($proc == 0)
+ {
+ $pciOtherAttr{"PROC_PCIE_LANE_MASK"} = "0xFF00, 0x0000, 0x00FF, 0x0000";
+ $pciOtherAttr{"PROC_PCIE_IOP_SWAP"} = 0x2;
+ }
+ elsif ($proc == 1)
{
+ $pciOtherAttr{"PROC_PCIE_LANE_MASK"} = "0xFF00, 0x0000, 0x0000, 0x0000";
$pciOtherAttr{"PROC_PCIE_IOP_SWAP"} = 0x2;
}
}
OpenPOWER on IntegriCloud