summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-02-21 21:12:35 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-14 14:02:59 -0400
commit96a7319b27938693a9778ce4cc01251a1aca87bd (patch)
treeecc972904767ae3f7c4b2e9789ad1a046e44bfa6 /src/include
parent639c93702196ab935ab8b04efa0975f2a1fa5ea6 (diff)
downloadtalos-hostboot-96a7319b27938693a9778ce4cc01251a1aca87bd.tar.gz
talos-hostboot-96a7319b27938693a9778ce4cc01251a1aca87bd.zip
Add code in host_discover_targets to power down slave EQs for MPIPL
During MPIPL we need to power down the slave quads before we get to istep 16 which will power them on. The master quad has been reset already by the SBE so now we just need to do the slaves Change-Id: I98dcbcf8a8ef561a06ae44f72de8b357cdd95cfa Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36834 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/istep06list.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H
index fa9ca4129..073093812 100644
--- a/src/include/usr/isteps/istep06list.H
+++ b/src/include/usr/isteps/istep06list.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2016 */
+/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -234,6 +234,8 @@ const DepModInfo g_istep06Dependancies = {
{
DEP_LIB(libistep06.so),
DEP_LIB(libsbe.so),
+ DEP_LIB(libpm.so),
+ DEP_LIB(libp9_cpuWkup.so),
#ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS
DEP_LIB(libocc.so),
#endif
OpenPOWER on IntegriCloud