Following patch implements ACPI resume support for coreboot. The hardware main

hook will come in separate patch perhaps.

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Rudolf Marek
2009-04-13 18:07:02 +00:00
parent 497c8effce
commit 33cafe5bfb
4 changed files with 212 additions and 3 deletions

View File

@@ -14,4 +14,7 @@ end
if HAVE_ACPI_TABLES
object acpi.o
object acpigen.o
if HAVE_ACPI_RESUME
object wakeup.S
end
end