Skip to content

Commit

Permalink
Update PROC_PCIE_LANE_MASK for proc1 for ZZ
Browse files Browse the repository at this point in the history
Change lane mask value for proc1 to be different from proc0

Change-Id: I177bb576e6b1aa960ddbbcb9c94cd21e9667e8da
CQ: SW380399
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36588
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: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Feb 17, 2017
1 parent 630fe13 commit 00be8ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usr/targeting/common/genHwsvMrwXml.pl
Expand Up @@ -4927,13 +4927,14 @@ sub generate_pec
}
elsif ($pec == 2)
{
$pciOtherAttr{"PROC_PCIE_LANE_MASK"} = "0xFF00, 0x0000, 0x00FF, 0x0000";
if ($proc == 0)
{
$pciOtherAttr{"PROC_PCIE_LANE_MASK"} = "0xFF00, 0x0000, 0x00FF, 0x0000";
$pciOtherAttr{"PROC_PCIE_IOP_SWAP"} = 0x6;
}
elsif ($proc == 1)
{
$pciOtherAttr{"PROC_PCIE_LANE_MASK"} = "0xFFFF, 0x0000, 0x0000, 0x0000";
$pciOtherAttr{"PROC_PCIE_IOP_SWAP"} = 0x4;
}
}
Expand Down

0 comments on commit 00be8ce

Please sign in to comment.