diff options
author | Zakharov Vlad <Vladislav.Zakharov@synopsys.com> | 2017-01-27 16:31:30 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-27 19:08:00 +0100 |
commit | 41bd9730268e7ada8aaf2c11682b68ddca989a75 (patch) | |
tree | 3208f2e42d2641f41e2a354fac9cd9a7ab40c410 /configs | |
parent | 03b93b6c1cc329fc1c40a94a4daba3571e45e6f1 (diff) | |
download | buildroot-41bd9730268e7ada8aaf2c11682b68ddca989a75.tar.gz buildroot-41bd9730268e7ada8aaf2c11682b68ddca989a75.zip |
configs: introduce hs38 HAPS defconfig
This commit adds yet another development platform for ARC.
This time around it is HAPS or ZeBU based prototyping platform used
widely for both ARC hardware and software bring-up and verification.
Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/snps_archs38_zebu_defconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/snps_archs38_zebu_defconfig b/configs/snps_archs38_zebu_defconfig new file mode 100644 index 0000000000..96d941ac2d --- /dev/null +++ b/configs/snps_archs38_zebu_defconfig @@ -0,0 +1,18 @@ +# Architecture +BR2_arcle=y +BR2_archs38=y + +# System +BR2_TARGET_GENERIC_HOSTNAME="zebu_hs" +BR2_TARGET_GENERIC_ISSUE="Welcome to the HAPS Development Platform" +BR2_TARGET_ROOTFS_INITRAMFS=y + +# Linux headers same as kernel, a 4.9 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_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_DEFCONFIG="zebu_hs_smp" +BR2_LINUX_KERNEL_VMLINUX=y |