summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2015-08-06 16:49:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-07 15:35:49 -0500
commit47bddb0047965d6d6f37b7686b5f6acc0263bb94 (patch)
tree14a85cc85625cb7e8f26c7ee76f7cfa089f34af0 /src
parentac6bf1e71698a1443d9759f19727f7550f9c04b1 (diff)
downloadtalos-hostboot-47bddb0047965d6d6f37b7686b5f6acc0263bb94.tar.gz
talos-hostboot-47bddb0047965d6d6f37b7686b5f6acc0263bb94.zip
Change IPMI watchdog action to hard reset
Change-Id: Ib67afa1c7c59df041e9d0622d931b1c396e6767f RTC:133088 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19609 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/usr/ipmi/ipmiwatchdog.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/ipmi/ipmiwatchdog.H b/src/include/usr/ipmi/ipmiwatchdog.H
index 62840ce0f..7d40de7b9 100644
--- a/src/include/usr/ipmi/ipmiwatchdog.H
+++ b/src/include/usr/ipmi/ipmiwatchdog.H
@@ -123,7 +123,7 @@ errlHndl_t setWatchDogTimer( const uint16_t i_countdown_secs,
const uint8_t i_timer_use
= static_cast<uint8_t>(DO_NOT_STOP | BIOS_FRB2),
const TIMER_ACTIONS i_timer_action
- = TIMEOUT_PWR_CYCLE,
+ = TIMEOUT_HARD_RESET,
const TIMER_USE_CLR_FLAGS i_timer_clr_flag
= BIOS_FRB2_FLAG);
OpenPOWER on IntegriCloud