diff options
author | Scott Duplichan <scott@notabs.org> | 2011-05-15 21:19:54 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-05-15 21:19:54 +0000 |
commit | 2b9143afccef8ec9454914ab6d084c1630edb849 (patch) | |
tree | c6d24eec4f23e52ba50818d49fb676c6dee1b935 /src/vendorcode/amd/cimx | |
parent | e78ae24eb1003f5fa22bd54365025dda78f37dda (diff) |
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
Diffstat (limited to 'src/vendorcode/amd/cimx')
-rw-r--r-- | src/vendorcode/amd/cimx/sb800/OEM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/cimx/sb800/OEM.h b/src/vendorcode/amd/cimx/sb800/OEM.h index f5315a2e80..c3651e403b 100644 --- a/src/vendorcode/amd/cimx/sb800/OEM.h +++ b/src/vendorcode/amd/cimx/sb800/OEM.h @@ -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 /** |