Author: mjones Date: Sun May 15 23:19:54 2011 New Revision: 6577 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6577
Log: Fix ACPI shutdown function by removing reliance on SMI. Signed-off-by: Scott Duplichan <[email protected]> Acked-by: Marc Jones <[email protected]> Modified: trunk/src/vendorcode/amd/cimx/sb800/OEM.h Modified: trunk/src/vendorcode/amd/cimx/sb800/OEM.h ============================================================================== --- trunk/src/vendorcode/amd/cimx/sb800/OEM.h Sun May 15 23:18:59 2011 (r6576) +++ trunk/src/vendorcode/amd/cimx/sb800/OEM.h Sun May 15 23:19:54 2011 (r6577) @@ -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 /** -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

