From 62cfe169fafa5bd6a37a71cde221fc09e0b47f0e Mon Sep 17 00:00:00 2001 From: Harald Gutmann Date: Fri, 19 Jun 2009 12:03:40 +0000 Subject: ChangeLog: Add initial ACPI support for M57SLI. Activates/Enables: * native Coreboot ACPI for M57SLI * Soft-Power-Off * PowerNow! * High Precision Event Timer * Windows booting with ACPI support Signed-off-by: Harald Gutmann Acked-by: Myles Watson Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4364 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/nvidia/mcp55/mcp55_lpc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/southbridge/nvidia/mcp55/mcp55_lpc.c') diff --git a/src/southbridge/nvidia/mcp55/mcp55_lpc.c b/src/southbridge/nvidia/mcp55/mcp55_lpc.c index 3cfcd57a71..4aff452958 100644 --- a/src/southbridge/nvidia/mcp55/mcp55_lpc.c +++ b/src/southbridge/nvidia/mcp55/mcp55_lpc.c @@ -155,7 +155,6 @@ static void lpc_slave_init(device_t dev) lpc_common_init(dev, 0); } -#if 0 static void enable_hpet(struct device *dev) { unsigned long hpet_address; @@ -164,7 +163,6 @@ static void enable_hpet(struct device *dev) hpet_address=pci_read_config32(dev,0x44)& 0xfffffffe; printk_debug("enabling HPET @0x%x\n", hpet_address); } -#endif static void lpc_init(device_t dev) { @@ -242,7 +240,7 @@ static void lpc_init(device_t dev) isa_dma_init(); /* Initialize the High Precision Event Timers */ -// enable_hpet(dev); + enable_hpet(dev); } -- cgit v1.2.3