summaryrefslogtreecommitdiffstats
path: root/src/include/usr/ipmi
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2015-02-27 13:55:34 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-01 16:37:38 -0600
commit3593853a4323d9ec7de1ad6502e22b3e66af03ae (patch)
treec7b98342535d8275751c7d1225d55e959d3b1ab0 /src/include/usr/ipmi
parent19b0400e8e2123bdfe1231616bfdaf2fc0d1f3e2 (diff)
downloadblackbird-hostboot-3593853a4323d9ec7de1ad6502e22b3e66af03ae.tar.gz
blackbird-hostboot-3593853a4323d9ec7de1ad6502e22b3e66af03ae.zip
Update Shutdown Path for SBE Updates
This change will do the following: -- Flush out a console message to alert the user that the system is shutting down to perform a SBE Update. -- Set the watchdog timer to 15 seconds before shutting down. -- Set the watchdog timer to NO_ACTIONS such that the boot count sensor will handle the re-IPL. Change-Id: I3e8ca07030e50a56cd8bafc514bab036e3fdab96 RTC: 120734 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16045 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/ipmi')
-rw-r--r--src/include/usr/ipmi/ipmiwatchdog.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/ipmi/ipmiwatchdog.H b/src/include/usr/ipmi/ipmiwatchdog.H
index f23b77130..62840ce0f 100644
--- a/src/include/usr/ipmi/ipmiwatchdog.H
+++ b/src/include/usr/ipmi/ipmiwatchdog.H
@@ -79,6 +79,7 @@ enum TIMER_USE
*/
enum TIMER_ACTIONS
{
+ NO_ACTIONS = 0x00, // all bits
PRE_TIMEOUT_INT_SMI = 0x10, // bit 4
PRE_TIMEOUT_INT_NMI = 0x20, // bit 5
PRE_TIMEOUT_INT_MSG = 0x30, // bits 4 & 5
OpenPOWER on IntegriCloud