Skip to content

Commit 65d7acf

Browse files
committed
board: add support for ARC AXS103 Software Development Platform
The AXS103 Platform consists of a DesignWare AXC003 CPU Card (typically with ARC HS38 core) mounted on an ARC Software Development Platform Mainboard with DesignWare peripherals: * SD/MMC contoller * Gigabit network contoller * Serial ports (8250-compatible) * USB 2.0 * SPI * I2C It also houses HDMI output for extrenal monitor connection. Signed-off-by: Alexey Brodkin <[email protected]> Cc: Anton Kolesov <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Peter Korsgaard <[email protected]>
1 parent 713a4d5 commit 65d7acf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

configs/axs103_defconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
BR2_arcle=y
2+
BR2_archs38=y
3+
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
4+
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
5+
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
6+
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
7+
BR2_PTHREAD_DEBUG=y
8+
BR2_TOOLCHAIN_BUILDROOT_CXX=y
9+
BR2_PACKAGE_HOST_GDB=y
10+
BR2_TARGET_GENERIC_HOSTNAME="axs103"
11+
BR2_TARGET_GENERIC_ISSUE="Welcome to the AXS103 Software Development Platform"
12+
# BR2_TARGET_GENERIC_GETTY is not set
13+
BR2_LINUX_KERNEL=y
14+
BR2_LINUX_KERNEL_CUSTOM_GIT=y
15+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="[email protected]:foss-for-synopsys-dwc-arc-processors/linux.git"
16+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.13"
17+
BR2_LINUX_KERNEL_DEFCONFIG="axs103_smp"
18+
BR2_LINUX_KERNEL_VMLINUX=y
19+
BR2_PACKAGE_GDB=y
20+
BR2_PACKAGE_PERF=y
21+
BR2_PACKAGE_STRACE=y
22+
BR2_PACKAGE_ELFUTILS=y
23+
BR2_PACKAGE_HTOP=y
24+
BR2_TARGET_ROOTFS_INITRAMFS=y

0 commit comments

Comments
 (0)