summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C
diff options
context:
space:
mode:
authorShelton Leung <sleung@us.ibm.com>2017-05-18 14:09:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-22 23:42:50 -0400
commite721c361c1bb34e61894eb7bd8c948ef9f5fedae (patch)
tree6374fd78b775b50d532aa2510d67f03ea46a1443 /src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C
parentd867060cd13744a90a7b9958c32c73ac8c9f9121 (diff)
downloadtalos-hostboot-e721c361c1bb34e61894eb7bd8c948ef9f5fedae.tar.gz
talos-hostboot-e721c361c1bb34e61894eb7bd8c948ef9f5fedae.zip
temp fix for boston mem 2400 nest 1600 issue HW411339
Change-Id: Ibe4569256ddae75b9250c5389e6ea90b753dc972 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40718 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40720 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C b/src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C
index 7b9eacd83..a4d33dbdb 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C
@@ -187,7 +187,8 @@ fapi2::ReturnCode p9_chiplet_scominit(const fapi2::Target<fapi2::TARGET_TYPE_PRO
{
fapi2::toString(l_mcs_target, l_chipletTargetStr, sizeof(l_chipletTargetStr));
FAPI_DBG("Invoking p9.mcs.scom.initfile on target %s...", l_chipletTargetStr);
- FAPI_EXEC_HWP(l_rc, p9_mcs_scom, l_mcs_target, FAPI_SYSTEM, i_target);
+ FAPI_EXEC_HWP(l_rc, p9_mcs_scom, l_mcs_target, FAPI_SYSTEM, i_target,
+ l_mcs_target.getParent<fapi2::TARGET_TYPE_MCBIST>());
if (l_rc)
{
OpenPOWER on IntegriCloud