switch-coreboot/src
Aaron Durbin 0a6c20a2a3 acpi: split resume check and actual resume code
It's helpful to provide a distinct state that affirmatively
describes that OS resume will occur. The previous code included
the check and the actual resuming in one function. Because of this
grouping one had to annotate the innards of the ACPI resume
path to perform specific actions before OS resume. By providing
a distinct state in the boot state machine the necessary actions
can be scheduled accordingly without modifying the ACPI code.

Change-Id: I8b00aacaf820cbfbb21cb851c422a143371878bd
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/3134
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-05-01 07:07:33 +02:00
..
arch acpi: split resume check and actual resume code 2013-05-01 07:07:33 +02:00
console spkmodem console 2013-04-18 22:47:59 +02:00
cpu exynos5250: uncomment $(INTERMEDIATE) 2013-04-26 08:50:11 +02:00
device Add PXE ROM selection to Kconfig menu 2013-04-03 18:01:44 +02:00
drivers [2/2] tps65090: re-factor for coreboot 2013-04-10 17:34:19 +02:00
ec ChromeEC: Drop unneeded Kconfig variable EC_GOOGLE_API_ROOT 2013-04-18 02:47:23 +02:00
include acpi: split resume check and actual resume code 2013-05-01 07:07:33 +02:00
lib acpi: split resume check and actual resume code 2013-05-01 07:07:33 +02:00
mainboard Google/Snow: Remove unnecessary serial console init code. 2013-04-30 19:22:05 +02:00
northbridge Intel i945: ACPI: Add _OSC method 2013-04-18 02:48:02 +02:00
southbridge Intel 82801gx: Use 2 << 24 to clarify that I/O APIC ID is 2 2013-04-26 18:37:00 +02:00
superio Add new superio device 2013-04-12 00:37:34 +02:00
vendorcode Eliminate use of pointers in coreboot table 2013-04-20 05:18:15 +02:00
Kconfig dynamic cbmem: fix memconsole and timestamps 2013-03-23 19:44:25 +01:00