summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2019-07-08 12:45:11 -0600
committerCommit Bot <commit-bot@chromium.org>2019-07-08 19:59:22 +0000
commitdb5bcb5d7de9dd1abe4f67f61bf2cc595923544b (patch)
tree620514b204ab77f545d0d609bc4aff3028d0bbc9
parent354f0a141460c1821682ae0931704d533cfaf5f1 (diff)
downloadchrome-ec-release-R75-12105.B.tar.gz
Revert "ish: enter ISH ROM during reset prep"stabilize-12105.100.Brelease-R75-12105.B
This reverts commit 58f535e8c175311d866d4c1dd2d283d69230e9c5. Now that b:136265450 has an actual fix landed, we need to revert this workaround to reduce power usage when the system is off. BUG=b:136265450 BRANCH=R76,master TEST=press 'shut down' on normally failed DUT, observe ISH come alive at next boot multiple times Change-Id: I623249dfcb697a055378ca721721f346b01b7a8e Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1691118 Reviewed-by: Jett Rink <jettrink@chromium.org> Commit-Queue: Jett Rink <jettrink@chromium.org>
-rw-r--r--chip/ish/power_mgt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/power_mgt.c b/chip/ish/power_mgt.c
index 27af113296..9acd8b0a91 100644
--- a/chip/ish/power_mgt.c
+++ b/chip/ish/power_mgt.c
@@ -709,7 +709,7 @@ static void reset_prep_isr(void)
IOAPIC_EOI_REG = ISH_RESET_PREP_VEC;
LAPIC_EOI_REG = 0x0;
- ish_mia_reset();
+ system_reset(0);
__builtin_unreachable();
}