aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mips-bios.h
diff options
context:
space:
mode:
authorBhanu Chetlapalli <bhanu@mips.com>2012-01-31 16:25:04 -0800
committerBhanu Chetlapalli <bhanu@mips.com>2012-01-31 16:25:04 -0800
commit409c7b66435cf5947cab6bf0710f92507317f22e (patch)
treee86657ee8a018de84833634fa425c52e8404f565 /hw/mips-bios.h
parent828b135787a028f6befe56470e7233329cc45e3f (diff)
downloadexternal_qemu-409c7b66435cf5947cab6bf0710f92507317f22e.zip
external_qemu-409c7b66435cf5947cab6bf0710f92507317f22e.tar.gz
external_qemu-409c7b66435cf5947cab6bf0710f92507317f22e.tar.bz2
[MIPS] Import MIPS target support
From v0.12.5 tag at git://git.sv.gnu.org/qemu.git CommitID: 174f225e9d62e8f3002e274e4f718bd2a967fbf4 Change-Id: I35b49a4319cee4b69cf9da4e5af1f43327e21056 Signed-off-by: Chris Dearman <chris@mips.com>
Diffstat (limited to 'hw/mips-bios.h')
-rw-r--r--hw/mips-bios.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/mips-bios.h b/hw/mips-bios.h
new file mode 100644
index 0000000..b4b88ac
--- /dev/null
+++ b/hw/mips-bios.h
@@ -0,0 +1,8 @@
+#include "cpu.h"
+
+#define BIOS_SIZE (4 * 1024 * 1024)
+#ifdef TARGET_WORDS_BIGENDIAN
+#define BIOS_FILENAME "mips_bios.bin"
+#else
+#define BIOS_FILENAME "mipsel_bios.bin"
+#endif