Skip to content

Commit 713a4d5

Browse files
committed
board: add support for ARC AXS101 Software Development Platform
The AXS101 Platform consists of a DesignWare AXC001 CPU Card (with ARC 770D 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 b20d68d commit 713a4d5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

configs/axs101_defconfig

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

0 commit comments

Comments
 (0)