summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-01-05 13:30:21 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-06 10:32:46 +0100
commitd7cb5c080c945f87738854f9e8b425183f7dfdd8 (patch)
tree0d0dcc3c99b2aa814305c72db781e157a410248c /configs
parente84d41681ad6e75bd515bf54d74838e2f4518036 (diff)
qemu/mips-malta: add new sample config
Add a new qemu_mips_malta sample configuration for big endian MIPS testing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu_mips_malta_defconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/qemu_mips_malta_defconfig b/configs/qemu_mips_malta_defconfig
new file mode 100644
index 000000000..d6ab8410c
--- /dev/null
+++ b/configs/qemu_mips_malta_defconfig
@@ -0,0 +1,19 @@
+# Architecture
+BR2_mips=y
+BR2_mips_32r2=y
+
+# filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.2.config"
+BR2_LINUX_KERNEL_VMLINUX=y
+
+# Serial port config
+BR2_TARGET_GENERIC_GETTY=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"