Skip to content

Commit 6a0cc58

Browse files
committed
arc: add HS38 VDK virtual boards
Virtualizer Development Kits (VDKs) are software development kits containing design-specific virtual prototypes as well as debug and analysis tools and sample software. With this change we add support for VDK based on ARC HS38 core. Note that FS-overlay is required to allow instantiation of console on both serial port and LCD screen simultaneously. Cc: Peter Korsgaard <[email protected]> Cc: Thomas Petazzoni <[email protected]> Signed-off-by: Alexey Brodkin <[email protected]>
1 parent 989489e commit 6a0cc58

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Architecture
2+
BR2_arcle=y
3+
BR2_archs38=y
4+
5+
# System
6+
BR2_TARGET_GENERIC_HOSTNAME="hs38_vdk"
7+
BR2_TARGET_GENERIC_ISSUE="Welcome to the HS38 VDK Software Development Platform"
8+
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
9+
BR2_TARGET_ROOTFS_EXT2=y
10+
11+
# Headers
12+
BR2_KERNEL_HEADERS_VERSION=y
13+
BR2_DEFAULT_KERNEL_VERSION="4.2"
14+
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
15+
16+
# Kernel
17+
BR2_LINUX_KERNEL=y
18+
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
19+
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2"
20+
BR2_LINUX_KERNEL_DEFCONFIG="vdk_hs38_smp"
21+
BR2_LINUX_KERNEL_VMLINUX=y

configs/snps_hs38_vdk_defconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Architecture
2+
BR2_arcle=y
3+
BR2_archs38=y
4+
5+
# System
6+
BR2_TARGET_GENERIC_HOSTNAME="hs38_vdk"
7+
BR2_TARGET_GENERIC_ISSUE="Welcome to the HS38 VDK Software Development Platform"
8+
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
9+
BR2_TARGET_ROOTFS_EXT2=y
10+
11+
# Headers
12+
BR2_KERNEL_HEADERS_VERSION=y
13+
BR2_DEFAULT_KERNEL_VERSION="4.2"
14+
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
15+
16+
# Kernel
17+
BR2_LINUX_KERNEL=y
18+
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
19+
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2"
20+
BR2_LINUX_KERNEL_DEFCONFIG="vdk_hs38"
21+
BR2_LINUX_KERNEL_VMLINUX=y

0 commit comments

Comments
 (0)