diff options
author | Vlad Lungu <vlad@comsys.ro> | 2008-01-16 17:27:51 (GMT) |
---|---|---|
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | 2008-01-16 23:28:08 (GMT) |
commit | 0764c164fed6277d359cf132d55187ea34290114 (patch) | |
tree | f6862e709f1ce4f12a0e5dd0cf9746fa5f7d88c7 /board/qemu-mips/config.mk | |
parent | 4c9e98ace78e7de972adf7da7135a46ec0a4ee7e (diff) | |
download | u-boot-fsl-qoriq-0764c164fed6277d359cf132d55187ea34290114.tar.xz |
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 <vlad@comsys.ro>
Diffstat (limited to 'board/qemu-mips/config.mk')
-rw-r--r-- | board/qemu-mips/config.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk new file mode 100644 index 0000000..4d4078a --- /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 |