summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep08/call_host_set_voltages.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2018-09-26 10:35:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-03 15:30:14 -0500
commitbf70b2a6db71a1b3d99cf9ad4da105059339c1b1 (patch)
treec5acd494ddeb2e81fafee1c2d8a2df7d55e7c236 /src/usr/isteps/istep08/call_host_set_voltages.C
parenta4e14b209192f4f0b66493c93f7077e61cbe0516 (diff)
downloadtalos-hostboot-bf70b2a6db71a1b3d99cf9ad4da105059339c1b1.tar.gz
talos-hostboot-bf70b2a6db71a1b3d99cf9ad4da105059339c1b1.zip
SMP wrap mode - Run host_load_io_ppe earlier in Wrap mode.
This is done in order to avoid an error if the PPE code isn't loaded when we attempt to start the PPE. CQ:SW446328 Change-Id: I32f5ae0c617cf4d29dd6a6744158febe7b05e9da Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66885 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>
Diffstat (limited to 'src/usr/isteps/istep08/call_host_set_voltages.C')
-rw-r--r--src/usr/isteps/istep08/call_host_set_voltages.C8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/isteps/istep08/call_host_set_voltages.C b/src/usr/isteps/istep08/call_host_set_voltages.C
index 55e334fa3..70a1ae691 100644
--- a/src/usr/isteps/istep08/call_host_set_voltages.C
+++ b/src/usr/isteps/istep08/call_host_set_voltages.C
@@ -144,7 +144,13 @@ void* call_host_set_voltages(void *io_pArgs)
fapiHWPCallWrapperHandler(P9_FBC_EFF_CONFIG_LINKS_F_T, l_stepError,
HWPF_COMP_ID, TYPE_PROC) &&
fapiHWPCallWrapperHandler(P9_SYS_CHIPLET_SCOMINIT, l_stepError,
- HWPF_COMP_ID, TYPE_PROC);
+ HWPF_COMP_ID, TYPE_PROC) &&
+ // Make call to p9_io_obus_image_build
+ fapiHWPCallWrapperHandler(P9_IO_OBUS_IMAGE_BUILD, l_stepError,
+ HWPF_COMP_ID, TYPE_OBUS) &&
+ // Make call to p9_io_xbus_image_build
+ fapiHWPCallWrapperHandler(P9_IO_XBUS_IMAGE_BUILD, l_stepError,
+ HWPF_COMP_ID, TYPE_PROC);
}
}while( 0 );
OpenPOWER on IntegriCloud