aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/mcp55/mcp55_lpc.c
diff options
context:
space:
mode:
authorHarald Gutmann <harald.gutmann@gmx.net>2009-06-19 12:03:40 +0000
committerHarald Gutmann <harald.gutmann@gmx.net>2009-06-19 12:03:40 +0000
commit62cfe169fafa5bd6a37a71cde221fc09e0b47f0e (patch)
tree4e211a2ce43c7fe33650ce732b808fb3caf997fe /src/southbridge/nvidia/mcp55/mcp55_lpc.c
parentecf4ef0b26c6bd07380c322d449aacc55f0acbb3 (diff)
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 <harald.gutmann@gmx.net> Acked-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4364 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia/mcp55/mcp55_lpc.c')
-rw-r--r--src/southbridge/nvidia/mcp55/mcp55_lpc.c4
1 files changed, 1 insertions, 3 deletions
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);
}