Vlad Lungu | 045b4d2 | 2008-05-05 14:20:03 +0300 | [diff] [blame] | 1 | By Vlad Lungu vlad.lungu@windriver.com 2007-Oct-01 |
Vlad Lungu | 0764c16 | 2008-01-16 19:27:51 +0200 | [diff] [blame] | 2 | ---------------------------------------- |
| 3 | Qemu is a full system emulator. See |
| 4 | |
| 5 | http://fabrice.bellard.free.fr/qemu |
| 6 | |
| 7 | Limitations & comments |
| 8 | ---------------------- |
| 9 | Supports the "-m mips" configuration of qemu: serial,NE2000,IDE. |
| 10 | Support is big endian only for now (or at least this is what I tested). |
| 11 | Derived from au1x00 with a lot of things cut out. |
Vlad Lungu | 045b4d2 | 2008-05-05 14:20:03 +0300 | [diff] [blame] | 12 | |
| 13 | Supports emulated flash (patch Jean-Christophe PLAGNIOL-VILLARD) with |
| 14 | recent qemu versions. When using emulated flash, launch with |
| 15 | -pflash <filename> and erase mips_bios.bin. |