blob: 9911d22aaad5938af78368d71ddf198c1ddf5b5a [file] [log] [blame]
Bill Hoffaffe83702015-03-30 21:37:20 -05001From a048585e96058e9bf1ba43853de3a6b70053d740 Mon Sep 17 00:00:00 2001
2From: Mike Baiocchi <baiocchi@us.ibm.com>
3Date: Thu, 26 Mar 2015 13:16:18 -0500
4Subject: [PATCH 1/5] Update SBE Update IPMI Watchdog call to use HARD_RESET
5 action
6
7This commit updates how the SBE Update code will setup the IPMI
8watchdog timer before calling doShutdown(). Rather than using
9NO_ACTIONS, the updated code will use the HARD_RESET action.
10
11Change-Id: Id251307aa76259d8a290a92d9e9f3418b181bc3e
12RTC: 124679
13(cherry picked from commit 815998ab802c19ade01cdc71a9e59946eedf1ab1)
14---
15 src/usr/sbe/sbe_resolve_sides.C | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/src/usr/sbe/sbe_resolve_sides.C b/src/usr/sbe/sbe_resolve_sides.C
19index 49d2c25..26ac4e6 100644
20--- a/src/usr/sbe/sbe_resolve_sides.C
21+++ b/src/usr/sbe/sbe_resolve_sides.C
22@@ -1350,7 +1350,7 @@ void sbePreShutdownIpmiCalls( void )
23 static_cast<uint8_t>
24 (IPMIWATCHDOG::DO_NOT_STOP |
25 IPMIWATCHDOG::BIOS_FRB2), // default
26- IPMIWATCHDOG::NO_ACTIONS); // boot count reset
27+ IPMIWATCHDOG::TIMEOUT_HARD_RESET);
28 if(err)
29 {
30 TRACFCOMP( g_trac_sbe,
31--
321.8.2.2
33