diff options
author | Bill Hoffa <wghoffa@us.ibm.com> | 2015-02-10 15:18:00 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-25 22:50:58 -0600 |
commit | 84a672bd28630d9998fc2808df3659ddcf5a7eda (patch) | |
tree | 77c4870f9d1c5df1e04a6d472bec9e657b943bf9 /src/usr/hwpf | |
parent | 2885f6b2a3061c633a4899a781cb1f9fa862df3e (diff) | |
download | talos-hostboot-84a672bd28630d9998fc2808df3659ddcf5a7eda.tar.gz talos-hostboot-84a672bd28630d9998fc2808df3659ddcf5a7eda.zip |
IPMI FRU Updates
Change-Id: Iab7684e1ab89cc29311d6882206952bb2966e4e4
RTC:119680
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15860
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r-- | src/usr/hwpf/hwp/dmi_training/dmi_training.C | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/dmi_training/dmi_training.C b/src/usr/hwpf/hwp/dmi_training/dmi_training.C index d1987d8b1..99ee702f7 100644 --- a/src/usr/hwpf/hwp/dmi_training/dmi_training.C +++ b/src/usr/hwpf/hwp/dmi_training/dmi_training.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -77,6 +79,7 @@ #include <pbusLinkSvc.H> #include <ibscom/ibscomif.H> #include <config.h> +#include <ipmi/ipmifruinv.H> namespace DMI_TRAINING { @@ -317,6 +320,11 @@ void* call_mss_getecid( void *io_pArgs ) "SUCCESS : mss_get_cen_ecid HWP( )" ); } + #ifdef CONFIG_BMC_IPMI + // Gather + Send the IPMI Fru Inventory data to the BMC + IPMIFRUINV::setData(true); + #endif + TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "call_mss_getecid exit" ); // end task, returning any errorlogs to IStepDisp |