summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2017-04-20 14:48:21 +0000
committerchrome-bot <chrome-bot@chromium.org>2017-04-21 06:03:57 -0700
commit30bd74b23314f6cd75e1153e3e7be5e19252537f (patch)
tree24413368ad48e937edbaa5c005249e8a2553896a /include
parent60d1bc789121fc3be998b48e8e93cafe8ec84069 (diff)
downloadchrome-ec-30bd74b23314f6cd75e1153e3e7be5e19252537f.tar.gz
Revert "system: Shutdown AP before entering hibernate mode"
This reverts commit 20c439be209a9cc0bb949ad21f289c453126395f. Reason for revert: This breaks hibernate on skylake boards and needs to be tested on more than just kevin before submitting. BUG=chromium:702451 BRANCH=none TEST=power down and successfully hibernate on Eve Original change's description: > system: Shutdown AP before entering hibernate mode > > BUG=chromium:702451 > BRANCH=none > TEST=manually test on gru: confirm > 'Alt+VolUp+h' puts gru in hibernate mode and > AC plug-in wakes it up. > > Change-Id: I3e1134b866dea5d3cc61f9b3dad31c3ff0bd9096 > Reviewed-on: https://chromium-review.googlesource.com/470787 > Commit-Ready: Philip Chen <philipchen@chromium.org> > Tested-by: Philip Chen <philipchen@chromium.org> > Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> > TBR=rspangler@chromium.org,aaboagye@chromium.org,philipchen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. BUG=chromium:702451 Change-Id: Ie847a5e3efb28256b00ddc6534d8ae6bbbba7121 Reviewed-on: https://chromium-review.googlesource.com/482989 Commit-Ready: Duncan Laurie <dlaurie@chromium.org> Tested-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/system.h b/include/system.h
index 48af1c332a..26a57d9d61 100644
--- a/include/system.h
+++ b/include/system.h
@@ -322,12 +322,6 @@ int system_set_bbram(enum system_bbram_idx idx, uint8_t value);
void system_hibernate(uint32_t seconds, uint32_t microseconds);
/**
- * Chip-level callback functions called in system_hibernate() after we force
- * to shutdown the chipset and get ready to enter hibernate mode.
- */
-void chip_hibernate(uint32_t seconds, uint32_t microseconds);
-
-/**
* Optional board-level callback functions called before and after initiating
* chip-level hibernate sequence. These function may or may not return,
* depending if the board implements an alternate hibernate method. The _late