From 0764c164fed6277d359cf132d55187ea34290114 Mon Sep 17 00:00:00 2001 From: Vlad Lungu Date: Wed, 16 Jan 2008 19:27:51 +0200 Subject: MIPS:Target support for qemu -M mips With serial, NE2000, IDE support. Tested in big-endian mode. Memory size hard-coded to 128M for now, so don't play with the -m option. Signed-off-by: Vlad Lungu --- board/qemu-mips/config.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 board/qemu-mips/config.mk (limited to 'board/qemu-mips/config.mk') diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk new file mode 100644 index 00000000000..4d4078a4076 --- /dev/null +++ b/board/qemu-mips/config.mk @@ -0,0 +1,10 @@ +# +# Qemu -M mips system emulator +# See http://fabrice.bellard.free.fr/qemu +# + +# ROM version +TEXT_BASE = 0xbfc00000 + +# RAM version +#TEXT_BASE = 0x80001000 -- cgit v1.2.3