summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2015-03-26 13:16:18 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-02 14:14:08 -0500
commita67714868bafb299786e1d91508706da8fea1e36 (patch)
treec67788dca3258e49f88a72b20229dfea1d84dc5b
parent0d5937aaec5a853dbe9dfb407c84f7e3022c54a6 (diff)
downloadtalos-hostboot-a67714868bafb299786e1d91508706da8fea1e36.tar.gz
talos-hostboot-a67714868bafb299786e1d91508706da8fea1e36.zip
Update SBE Update IPMI Watchdog call to use HARD_RESET action
This commit updates how the SBE Update code will setup the IPMI watchdog timer before calling doShutdown(). Rather than using NO_ACTIONS, the updated code will use the HARD_RESET action. Change-Id: Id251307aa76259d8a290a92d9e9f3418b181bc3e RTC: 124679 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16661 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/sbe/sbe_resolve_sides.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/sbe/sbe_resolve_sides.C b/src/usr/sbe/sbe_resolve_sides.C
index 49d2c2529..26ac4e6dc 100644
--- a/src/usr/sbe/sbe_resolve_sides.C
+++ b/src/usr/sbe/sbe_resolve_sides.C
@@ -1350,7 +1350,7 @@ void sbePreShutdownIpmiCalls( void )
static_cast<uint8_t>
(IPMIWATCHDOG::DO_NOT_STOP |
IPMIWATCHDOG::BIOS_FRB2), // default
- IPMIWATCHDOG::NO_ACTIONS); // boot count reset
+ IPMIWATCHDOG::TIMEOUT_HARD_RESET);
if(err)
{
TRACFCOMP( g_trac_sbe,
OpenPOWER on IntegriCloud