aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m2v-mx_se
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2008-09-23 22:26:27 +0000
committerRudolf Marek <r.marek@assembler.cz>2008-09-23 22:26:27 +0000
commit4590ce2b3c22be17b57fe1ed28fb8f43cfc60287 (patch)
treedc62d46457e151273f0dda5fbdf014471cbc647f /src/mainboard/asus/m2v-mx_se
parent3aca4b5734e13dc5a40d238421be8c0f072ee552 (diff)
This patch adds support for watchdog kill and adds it to Asus M2V-MX SE.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Marc Jones <marc.jones@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3595 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se')
-rw-r--r--src/mainboard/asus/m2v-mx_se/cache_as_ram_auto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/cache_as_ram_auto.c b/src/mainboard/asus/m2v-mx_se/cache_as_ram_auto.c
index 87248cb833..7d30c0dcf6 100644
--- a/src/mainboard/asus/m2v-mx_se/cache_as_ram_auto.c
+++ b/src/mainboard/asus/m2v-mx_se/cache_as_ram_auto.c
@@ -157,6 +157,7 @@ void failover_process(unsigned long bist, unsigned long cpu_init_detectedx)
sio_init();
it8712f_enable_serial(SERIAL_DEV, TTYS0_BASE);
+ it8712f_kill_watchdog();
uart_init();
console_init();
enable_rom_decode();
@@ -226,6 +227,7 @@ void real_main(unsigned long bist, unsigned long cpu_init_detectedx)
sio_init();
it8712f_enable_serial(SERIAL_DEV, TTYS0_BASE);
+ it8712f_kill_watchdog();
uart_init();
console_init();
enable_rom_decode();