summaryrefslogtreecommitdiffstats
path: root/src/hwpf/plat_hw_access.C
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2017-05-01 15:20:40 +0530
committerSachin Gupta <sgupta2m@in.ibm.com>2017-06-09 06:25:12 -0400
commit158f067b065e510d0ec212f75bbb553d153c4889 (patch)
treed74526600a4ce4d5dc60ba5290e7f7cf71fc1eb2 /src/hwpf/plat_hw_access.C
parent3f9beab91dde980415f4f510462583411fcfc84d (diff)
downloadtalos-sbe-158f067b065e510d0ec212f75bbb553d153c4889.tar.gz
talos-sbe-158f067b065e510d0ec212f75bbb553d153c4889.zip
Add support for MC and MI targets
Change-Id: Ife13683349bfe4f618ab2632d78e6ade70cc095c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39870 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/hwpf/plat_hw_access.C')
-rw-r--r--src/hwpf/plat_hw_access.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hwpf/plat_hw_access.C b/src/hwpf/plat_hw_access.C
index d1112533..bdf6ae3b 100644
--- a/src/hwpf/plat_hw_access.C
+++ b/src/hwpf/plat_hw_access.C
@@ -6,6 +6,7 @@
/* OpenPOWER sbe Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -165,6 +166,7 @@ static uint32_t getEffectiveAddress(const plat_target_handle_t &i_target, const
}
break;
case PPE_TARGET_TYPE_MCS:
+ case PPE_TARGET_TYPE_MI:
l_addr.iv_chiplet = i_target.fields.chiplet_num;
l_addr.iv_satId = (2 * (i_target.getTargetInstance() % 2));
break;
OpenPOWER on IntegriCloud