From 4590ce2b3c22be17b57fe1ed28fb8f43cfc60287 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Tue, 23 Sep 2008 22:26:27 +0000 Subject: This patch adds support for watchdog kill and adds it to Asus M2V-MX SE. Signed-off-by: Rudolf Marek Acked-by: Marc Jones git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3595 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/m2v-mx_se/cache_as_ram_auto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard') 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(); -- cgit v1.2.3