summaryrefslogtreecommitdiffstats
path: root/configs/snps_archs38_vdk_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2017-02-01 20:47:02 +0300
committerPeter Korsgaard <peter@korsgaard.com>2017-02-04 10:23:22 +0100
commit600c507f07200728afcabca87ce38fe760106267 (patch)
tree0fb5337e40f48b260153015466651f9688716766 /configs/snps_archs38_vdk_defconfig
parent774e7b0bfdc875a168348f5b92728e566ead2eb3 (diff)
downloadbuildroot-600c507f07200728afcabca87ce38fe760106267.tar.gz
buildroot-600c507f07200728afcabca87ce38fe760106267.zip
configs: Update Synopsys VDK for ARC HS38
This updates Linux kernel for Synopsys ARC HS38 VDK so it matches real platform and while at it bump kernel version to the latest. Main changes: * Linux kernel v4.9.6 (latest in 4.9.x series in buildroot) * Add support of MMC controller which is used for rootfs * Add support of UIO which is used to communicate with EVSS Now with this update image built by vanilla Buildroot VDK has working UART, MMC, LCD, Ethernet, UIO etc. And while at it we rename defconfing so it: 1) Doesn't mention SMP any more - that's the only option anyways now 2) Matches common naming scheme: vendor_arch_platform Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Zakharov Vlad <Vladislav.Zakharov@synopsys.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/snps_archs38_vdk_defconfig')
-rw-r--r--configs/snps_archs38_vdk_defconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/snps_archs38_vdk_defconfig b/configs/snps_archs38_vdk_defconfig
new file mode 100644
index 0000000000..d13fcb2236
--- /dev/null
+++ b/configs/snps_archs38_vdk_defconfig
@@ -0,0 +1,20 @@
+# Architecture
+BR2_arcle=y
+BR2_archs38=y
+
+# System
+BR2_TARGET_GENERIC_HOSTNAME="archs38_vdk"
+BR2_TARGET_GENERIC_ISSUE="Welcome to the HS38 VDK Software Development Platform"
+BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
+BR2_TARGET_ROOTFS_EXT2=y
+
+# Linux headers same as kernel, a 4.9 series
+BR2_KERNEL_HEADERS_4_9=y
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.6"
+BR2_LINUX_KERNEL_PATCH="board/synopsys/vdk/patches/linux"
+BR2_LINUX_KERNEL_DEFCONFIG="vdk_hs38_smp"
+BR2_LINUX_KERNEL_VMLINUX=y
OpenPOWER on IntegriCloud