[MIPS] Qemu system shutdown support

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Thiemo Seufer
2006-05-15 18:59:34 +01:00
committed by Ralf Baechle
parent eae89076e6
commit c583122c26
4 changed files with 45 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
#include <asm/io.h>
#include <asm/time.h>
extern void qemu_reboot_setup(void);
#define QEMU_PORT_BASE 0xb4000000
const char *get_system_type(void)
@@ -22,4 +24,6 @@ void __init plat_setup(void)
{
set_io_port_base(QEMU_PORT_BASE);
board_timer_setup = qemu_timer_setup;
qemu_reboot_setup();
}