[coreboot] [commit] r6577 - trunk/src/vendorcode/amd/cimx/sb800

repository service svn at coreboot.org
Sun May 15 23:19:55 CEST 2011


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 <scott at notabs.org>
Acked-by: Marc Jones <marcj303 at gmail.com>

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
 
 /**




More information about the coreboot mailing list