Fix ACPI shutdown function by removing reliance on SMI.
Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6577 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e78ae24eb1
commit
2b9143afcc
|
@ -32,7 +32,7 @@
|
|||
|
||||
#define BIOS_SIZE 0x04 //04 - 1MB
|
||||
#define LEGACY_FREE 0x00
|
||||
#define ACPI_SLEEP_TRAP 0x01
|
||||
//#define ACPI_SLEEP_TRAP 0x01
|
||||
//#define SPREAD_SPECTRUM_EPROM_LOAD 0x01
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue