Shinya Kuribayashi 43c509254f Use jr as register jump instruction 17 rokov pred
..
Makefile beeccf7a5d MIPS: Fix CFG_NO_FLASH support 17 rokov pred
README 0764c164fe MIPS:Target support for qemu -M mips 17 rokov pred
config.mk 0764c164fe MIPS:Target support for qemu -M mips 17 rokov pred
lowlevel_init.S 43c509254f Use jr as register jump instruction 17 rokov pred
qemu-mips.c 0764c164fe MIPS:Target support for qemu -M mips 17 rokov pred
u-boot.lds 0764c164fe MIPS:Target support for qemu -M mips 17 rokov pred

README

By Vlad Lungu vlad@comsys.ro 2007-Oct-01
----------------------------------------
Qemu is a full system emulator. See

http://fabrice.bellard.free.fr/qemu

Limitations & comments
----------------------
Supports the "-m mips" configuration of qemu: serial,NE2000,IDE.
Support is big endian only for now (or at least this is what I tested).
Derived from au1x00 with a lot of things cut out.