summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/sbe_resolve_sides.H
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/usr/sbe/sbe_resolve_sides.H
parent19b0400e8e2123bdfe1231616bfdaf2fc0d1f3e2 (diff)
downloadtalos-hostboot-3593853a4323d9ec7de1ad6502e22b3e66af03ae.tar.gz
talos-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/usr/sbe/sbe_resolve_sides.H')
-rw-r--r--src/usr/sbe/sbe_resolve_sides.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/sbe/sbe_resolve_sides.H b/src/usr/sbe/sbe_resolve_sides.H
index 42f727ae6..d7c1f7c56 100644
--- a/src/usr/sbe/sbe_resolve_sides.H
+++ b/src/usr/sbe/sbe_resolve_sides.H
@@ -50,6 +50,10 @@ namespace SBE
{ EEPROM::SBE_PRIMARY,
EEPROM::SBE_BACKUP };
+ // @todo RTC 124679 - Remove Once BMC Monitors Shutdown Attention
+ // Set Watchdog Timer To 15 seconds before calling doShutdown()
+ const uint16_t SET_WD_TIMER_IN_SECS = 15;
+
/******************************************/
/* Enums */
/******************************************/
OpenPOWER on IntegriCloud