From d72084463a00d29d6bedf03466500c7bcebec87d Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Mon, 18 Nov 2013 16:00:48 -0800 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/177305 Reviewed-by: Aaron Durbin --- power/baytrail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {