diff options
| author | Rick Ward <rward15@us.ibm.com> | 2018-02-13 16:15:46 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-02-15 21:52:28 -0500 |
| commit | ebe0b5de67d7d4081e3983bee451d63219f2dbf4 (patch) | |
| tree | 971cd5fa05dff82101420494ef0fa6244c231beb /src/usr/sbe | |
| parent | 11cb66583553b58be26ca70d0b132cadcb77b84d (diff) | |
| download | blackbird-hostboot-ebe0b5de67d7d4081e3983bee451d63219f2dbf4.tar.gz blackbird-hostboot-ebe0b5de67d7d4081e3983bee451d63219f2dbf4.zip | |
Send additional FSP progress messages during long isteps (e.g. memdiags)
Updated sendProgressCode() so that it would only output trace or
console messages once per step/substep. Replaced most calls to
IPMIWATCHDOG::resetWatchDogTimer() with calls to sendProgressCode()
which calls resetWatchDogTimer() if communicating with a BMC, or
updates the FSP with its progress on FSP-based systems.
Change-Id: I29beb7ce5cdae467d26a0b2c5fee9e3cc4629161
RTC: 169682
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53995
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@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: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbe')
| -rw-r--r-- | src/usr/sbe/sbe_update.C | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C index af032a07f..a452ea200 100644 --- a/src/usr/sbe/sbe_update.C +++ b/src/usr/sbe/sbe_update.C @@ -439,18 +439,7 @@ namespace SBE /**********************************************/ /* Reset the watchdog after each Action */ /**********************************************/ -#ifdef CONFIG_BMC_IPMI - err = IPMIWATCHDOG::resetWatchDogTimer(); - - if( err ) - { - TRACFCOMP( g_trac_sbe, - INFO_MRK"updateProcessorSbeSeeproms(): " - "resetWatchDogTimer() Failed rc=0x%.4X", - err->reasonCode()); - errlCommit( err, SBE_COMP_ID ); - } -#endif + INITSERVICE::sendProgressCode(); // Push this sbeState onto the vector sbeStates_vector.push_back(sbeState); |

