summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-11-18 16:00:48 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-11-19 23:16:26 +0000
commitd72084463a00d29d6bedf03466500c7bcebec87d (patch)
tree8c9fdeb6e48bc7d7cb271af8849ddf183910f5da
parent5a35eddf3eea75b0fbb6520c9c9b5441a621df24 (diff)
downloadchrome-ec-d72084463a00d29d6bedf03466500c7bcebec87d.tar.gz
rambi: Pause between S5 and G3 states
This gives the AP a chance to reboot, before the EC kills it by dropping rails. BUG=chrome-os-partner:24120 BRANCH=none TEST=on AP, write 0xe to 0xcf9; system should reboot instead of shutting down Change-Id: I322a1193e90b4de37a4adaf547e1c6bf5be077c3 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/177305 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--power/baytrail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power/baytrail.c b/power/baytrail.c
index 3f7f217f24..258a2ea414 100644
--- a/power/baytrail.c
+++ b/power/baytrail.c
@@ -50,7 +50,7 @@
IN_PGOOD_ALL_CORE | IN_ALL_PM_SLP_DEASSERTED)
static int throttle_cpu; /* Throttle CPU? */
-static int pause_in_s5; /* Pause in S5 when shutting down? */
+static int pause_in_s5 = 1; /* Pause in S5 when shutting down? */
void chipset_force_shutdown(void)
{