summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hostbootIstep.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/hostbootIstep.C')
-rw-r--r--src/usr/hwas/hostbootIstep.C13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/usr/hwas/hostbootIstep.C b/src/usr/hwas/hostbootIstep.C
index 5de7a739e..6c33c0a7c 100644
--- a/src/usr/hwas/hostbootIstep.C
+++ b/src/usr/hwas/hostbootIstep.C
@@ -62,6 +62,10 @@
#include <proc_enable_reconfig.H>
+
+#include <ipmi/ipmisensor.H>
+#include <config.h>
+
namespace HWAS
{
@@ -94,8 +98,6 @@ void* host_set_ipl_parms( void *io_pArgs )
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "host_set_ipl_parms entry" );
errlHndl_t errl = NULL;
- // stub -- nothing here currently
-
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "host_set_ipl_parms exit" );
return errl;
@@ -130,8 +132,13 @@ void* host_discover_targets( void *io_pArgs )
errl = discoverTargets();
}
+#ifdef CONFIG_BMC_IPMI
+ // send DIMM/CORE/PROC sensor status to the BMC
+ SENSOR::updateBMCSensorStatus();
+#endif
+
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
- "host_discover_targets exit" );
+ "host_discover_targets exit" );
return errl;
}
OpenPOWER on IntegriCloud