aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemumips.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-24 12:06:26 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-24 12:09:44 -0700
commit4a17d187e8a27122b25818a7c9ed5a236a011482 (patch)
tree64e68c5a8cf2b18e8266de5314a91a100cd77c82 /conf/machine/qemumips.conf
parentb85b779688f0abc389e3c25d06b54de8b86385c1 (diff)
downloadopenembedded-4a17d187e8a27122b25818a7c9ed5a236a011482.tar.gz
Add support for MIPS qemu machine
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/qemumips.conf')
-rw-r--r--conf/machine/qemumips.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/qemumips.conf b/conf/machine/qemumips.conf
new file mode 100644
index 0000000000..0b109d8937
--- /dev/null
+++ b/conf/machine/qemumips.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@NAME: qemu MIPS (big-endian) Emulator setup
+#@DESCRIPTION: Machine configuration for running an MIPS r4k platform system under qemu emulation
+
+TARGET_ARCH = "mips"
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-mips32.inc
+
+KERNEL_IMAGETYPE = "vmlinux.bin"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"