diff options
author | Bill Hoffa <wghoffa@us.ibm.com> | 2014-12-01 11:48:01 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-12-14 17:34:09 -0600 |
commit | 8f0edf314a9c9198d95b0c7598e269cf8b7f232a (patch) | |
tree | b6e09d66845e500bbaf036a40874aea461691044 /src/usr/hwas | |
parent | 9b53fb2a9083e62380f7bf2fb041378ef4de96ee (diff) | |
download | talos-hostboot-8f0edf314a9c9198d95b0c7598e269cf8b7f232a.tar.gz talos-hostboot-8f0edf314a9c9198d95b0c7598e269cf8b7f232a.zip |
IPMI Fru Inventory Record Creation
Change-Id: I9339e267ff7d2e2edbf4305d8c2d57f73f0c5eeb
RTC:108829
Depends-on:I3c0c4c7c14521f1b64af37d62e57a5947602ed11
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14666
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r-- | src/usr/hwas/hostbootIstep.C | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/hwas/hostbootIstep.C b/src/usr/hwas/hostbootIstep.C index 77759c72a..1ea2d5b93 100644 --- a/src/usr/hwas/hostbootIstep.C +++ b/src/usr/hwas/hostbootIstep.C @@ -66,6 +66,7 @@ #include <ipmi/ipmisensor.H> +#include <ipmi/ipmifruinv.H> #include <config.h> namespace HWAS @@ -155,6 +156,12 @@ void* host_discover_targets( void *io_pArgs ) #ifdef CONFIG_BMC_IPMI // send DIMM/CORE/PROC sensor status to the BMC SENSOR::updateBMCSensorStatus(); + + if (errl == NULL) + { + // Gather + Send the IPMI Fru Inventory data to the BMC + errl = IPMIFRUINV::setData(); + } #endif TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, |