diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2008-09-23 22:26:27 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2008-09-23 22:26:27 +0000 |
commit | 4590ce2b3c22be17b57fe1ed28fb8f43cfc60287 (patch) | |
tree | dc62d46457e151273f0dda5fbdf014471cbc647f /src/mainboard | |
parent | 3aca4b5734e13dc5a40d238421be8c0f072ee552 (diff) | |
download | coreboot-4590ce2b3c22be17b57fe1ed28fb8f43cfc60287.tar.xz |
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')
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/cache_as_ram_auto.c | 2 |
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(); |