diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:37:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:37:52 +0100 |
commit | f58934551e052db5a1f33f53dcc9cbf6fcb72910 (patch) | |
tree | ea1fcbb14277933495e67a3b4a98cb31d31f1bbd /board/qemu-mips/README | |
parent | 351080e2e8f633dfecd957c14bd06e55100d6a7f (diff) | |
parent | 922ff465cc7b87e589a1299b7a87f52ea7bd2bf7 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Diffstat (limited to 'board/qemu-mips/README')
-rw-r--r-- | board/qemu-mips/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/qemu-mips/README b/board/qemu-mips/README new file mode 100644 index 0000000000..39570b13db --- /dev/null +++ b/board/qemu-mips/README @@ -0,0 +1,11 @@ +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. |