summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSwathi Madhuri Bhattiprolu <bhmadhur@in.ibm.com>2017-10-06 13:39:30 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-11-15 15:03:52 -0500
commit27fe0afaf8f13c2636fc33535a56e5912dc8e12c (patch)
tree98cf477e31ada6840018f45e7253fc032db402b1 /src
parenta56250e422befc441303a0f858b712a777392d1b (diff)
downloadtalos-hostboot-27fe0afaf8f13c2636fc33535a56e5912dc8e12c.tar.gz
talos-hostboot-27fe0afaf8f13c2636fc33535a56e5912dc8e12c.zip
Fix issues with DMI target handling
Change-Id: I4c4685e52612b49f6a77264549c0fa0494c55bc1 RTC:180806 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48069 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> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/targeting/common/Targets.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/targeting/common/Targets.pm b/src/usr/targeting/common/Targets.pm
index 002fdbd39..000516591 100644
--- a/src/usr/targeting/common/Targets.pm
+++ b/src/usr/targeting/common/Targets.pm
@@ -937,6 +937,7 @@ sub setCommonAttrForChiplet
#This is a static variable. Persists over time
#everything that is a grand_children of proc
+
state %grand_children;
if (not %grand_children)
{
@@ -944,6 +945,9 @@ sub setCommonAttrForChiplet
$grand_children{"CORE"} = 1;
$grand_children{"MCS"} = 1;
$grand_children{"MCA"} = 1;
+ $grand_children{"MC"} = 1;
+ $grand_children{"MI"} = 1;
+ $grand_children{"DMI"} = 1;
}
my $pos = $self->getAttribute($target, "CHIP_UNIT");
OpenPOWER on IntegriCloud