From e4f0610314ca8734c8ec1309bfb364104b94531d Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Fri, 27 Jul 2018 10:50:05 -0500 Subject: Wrap Test: Change GROUP_ID/CHIP_ID to match the new proc numbering scheme When we changed the fleetwood proc numbering to match cronus, we didn't update the proc numbering for wrap mode. This lead to weird behaviours, like proc0 was treated as alt master or booting off a completely wrong proc (proc 3). Change-Id: Ia91b10d6e52e6f2e7b36ee59e109133c72bd7372 CQ:SW439810 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63488 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: ILYA SMIRNOV Reviewed-by: Michael Baiocchi Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/usr/targeting/common/processMrw.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr') diff --git a/src/usr/targeting/common/processMrw.pl b/src/usr/targeting/common/processMrw.pl index beb63f542..b384e2fa3 100755 --- a/src/usr/targeting/common/processMrw.pl +++ b/src/usr/targeting/common/processMrw.pl @@ -1100,13 +1100,13 @@ sub processProcessor if ($huid eq 0x50000) { - $grp_id = 1; - $chip_id = 1; + $grp_id = 0; + $chip_id = 0; } elsif ($huid eq 0x50001) { $grp_id = 1; - $chip_id = 0; + $chip_id = 1; } elsif ($huid eq 0x50002) { @@ -1115,7 +1115,7 @@ sub processProcessor } elsif ($huid eq 0x50003) { - $grp_id = 0; + $grp_id = 1; $chip_id = 0; } else -- cgit v1.2.1