]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
MIPS:Target support for qemu -M mips
authorVlad Lungu <vlad@comsys.ro>
Wed, 16 Jan 2008 17:27:51 +0000 (19:27 +0200)
committerShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Wed, 16 Jan 2008 23:28:08 +0000 (08:28 +0900)
commit0764c164fed6277d359cf132d55187ea34290114
treef6862e709f1ce4f12a0e5dd0cf9746fa5f7d88c7
parent4c9e98ace78e7de972adf7da7135a46ec0a4ee7e
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>
MAINTAINERS
MAKEALL
Makefile
board/qemu-mips/Makefile [new file with mode: 0644]
board/qemu-mips/README [new file with mode: 0644]
board/qemu-mips/config.mk [new file with mode: 0644]
board/qemu-mips/flash.c [new file with mode: 0644]
board/qemu-mips/lowlevel_init.S [new file with mode: 0644]
board/qemu-mips/qemu-mips.c [new file with mode: 0644]
board/qemu-mips/u-boot.lds [new file with mode: 0644]
include/configs/qemu-mips.h [new file with mode: 0644]