summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraravnair-in <aravindnair@in.ibm.com>2018-05-23 06:43:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-24 00:21:17 -0400
commit415026c16dd2fe493d693faf1555266315dc88d7 (patch)
tree1221ec082f412cbfdcd8ee58fc0695da963c5668
parent37aa1c9e59194cd97ef0dc4f07d5ec42e34813f6 (diff)
downloadtalos-hostboot-415026c16dd2fe493d693faf1555266315dc88d7.tar.gz
talos-hostboot-415026c16dd2fe493d693faf1555266315dc88d7.zip
Fix instance path for SMPGROUP target
Currently the SMPGROUP targets under the OBUS BRICK gets the same INSTANCE_PATH as the parent brick. This messes up the HUID-NID mapping table needed for SMP endpoint deconfig efforts. Change-Id: Id00cb695378d95bac473cf7a09531ce7c1f8354c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59246 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/targeting/common/Targets.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/common/Targets.pm b/src/usr/targeting/common/Targets.pm
index 9ee8c7a0b..5713610fc 100644
--- a/src/usr/targeting/common/Targets.pm
+++ b/src/usr/targeting/common/Targets.pm
@@ -1121,6 +1121,7 @@ sub setCommonAttrForChiplet
}
elsif ($tgt_type eq "SMPGROUP")
{
+ $self->setAttribute($target, "INSTANCE_PATH", $target);
$unit_pos = $pos%2;
}
OpenPOWER on IntegriCloud