summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/ipl.C
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-23 21:38:04 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-24 03:15:04 +0000
commit3801404ffb60e7563d0af44e05c7ba79d986c694 (patch)
treee6c5bbd98168bdc95e0ca97d5b6d711fb7e09df7 /src/sbefw/core/ipl.C
parent249671d79a098be1068df41754a258483aa17614 (diff)
downloadtalos-sbe-3801404ffb60e7563d0af44e05c7ba79d986c694.tar.gz
talos-sbe-3801404ffb60e7563d0af44e05c7ba79d986c694.zip
Send IPL status codes to BMC over LPC port 81h/82h
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Diffstat (limited to 'src/sbefw/core/ipl.C')
-rw-r--r--src/sbefw/core/ipl.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sbefw/core/ipl.C b/src/sbefw/core/ipl.C
index 14dd3162..68ce3401 100644
--- a/src/sbefw/core/ipl.C
+++ b/src/sbefw/core/ipl.C
@@ -29,6 +29,7 @@
#include "ipl.H"
#include "sbeConsole.H"
+#include "sbeIPLStatusLPC.H"
#include "sbeglobals.H"
#include "p9n2_perv_scom_addresses.H"
@@ -122,6 +123,7 @@ void sbeDoContinuousIpl()
auto istepMap = &istepTableEntry->istepMinorArr[step-1];
if(istepMap->istepWrapper != NULL)
{
+ SBE_PUT_ISTEP_LPC(istepTableEntry->istepMajorNum, step);
SBE_MSG_CONSOLE("istep ", istepTableEntry->istepMajorNum, ".", step);
rc = istepMap->istepWrapper(istepMap->istepHwp);
}
OpenPOWER on IntegriCloud