summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbeio
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-04-11 21:47:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-18 10:16:15 -0400
commite226f146c5b4451af2c2074b86f195cc367c4787 (patch)
treee84cfce54d80fc6d48dc752d32dfd91881451efe /src/include/usr/sbeio
parent43dba2cf6e0f68cf833b57db3611d202ddce721b (diff)
downloadtalos-hostboot-e226f146c5b4451af2c2074b86f195cc367c4787.tar.gz
talos-hostboot-e226f146c5b4451af2c2074b86f195cc367c4787.zip
Call continueMPIPL fifo chipop on slave procs during MPIPL
During MPIPL the SBE issues the continueMPIPL chipop to the master proc but HB is responsible for issuing this command to the slave procs. Currently this is done after powering down the slave EQs in host_ discover_targets Change-Id: Ieca498ff543236373c7ad9ba588f9049dd0f77c7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39137 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> 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: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbeio')
-rw-r--r--src/include/usr/sbeio/sbeioif.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioif.H b/src/include/usr/sbeio/sbeioif.H
index a7663807a..616c5a4d4 100644
--- a/src/include/usr/sbeio/sbeioif.H
+++ b/src/include/usr/sbeio/sbeioif.H
@@ -63,6 +63,18 @@ namespace SBEIO
errlHndl_t sendSystemConfig(const uint64_t i_systemConfig,
TARGETING::Target * i_procChip);
+
+ /**
+ * @brief Send the signal to the sbe that we are performing a MPIPL
+ *
+ * @param[in] i_procChip The proc you would like to request continueMPIPL to
+ * NOTE: HB should only be sending this to slave procs
+ *
+ * @return errlHndl_t Error log handle on failure.
+ *
+ */
+ errlHndl_t sendContinueMpiplRequest(TARGETING::Target * i_procChip);
+
/**
* @brief Sends a PSU chipOp to quiesce the SBE
*
OpenPOWER on IntegriCloud