summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-10-08 10:59:44 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-09 23:32:10 +0200
commitf1d61b04a4f65d9b5a354485702a995d3cf191d6 (patch)
treed0f5ef3dcc7d5b695cbb029dfe1e6faf37912c7c /configs
parentef531c6ded27b62462c74b964fad8f5c337da3a2 (diff)
downloadbuildroot-f1d61b04a4f65d9b5a354485702a995d3cf191d6.tar.gz
buildroot-f1d61b04a4f65d9b5a354485702a995d3cf191d6.zip
configs/qemu: add sh4eb (big endian) sample
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu_sh4eb_r2d_defconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/configs/qemu_sh4eb_r2d_defconfig b/configs/qemu_sh4eb_r2d_defconfig
new file mode 100644
index 0000000000..4e6ea97632
--- /dev/null
+++ b/configs/qemu_sh4eb_r2d_defconfig
@@ -0,0 +1,24 @@
+# Architecture
+BR2_sh=y
+BR2_sh4eb=y
+
+# system
+BR2_TARGET_GENERIC_GETTY=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
+
+# filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
+
+# Lock to 4.2 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="4.2.3"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
+
+# Linux kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2.3"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4eb-r2d/linux-4.2.config"
+BR2_LINUX_KERNEL_ZIMAGE=y
OpenPOWER on IntegriCloud