summaryrefslogtreecommitdiffstats
path: root/configs/csky_gx6605s_defconfig
diff options
context:
space:
mode:
authorGuo Ren <ren_guo@c-sky.com>2017-03-06 19:52:32 +0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-20 22:47:15 +0100
commit6a4131d101cf0d8bc35ce15672524f144c925fc3 (patch)
tree2d948734fd5473c6afcd1c0a55e43a20e3462ca3 /configs/csky_gx6605s_defconfig
parent5a2d37ca125c1742864af0e9324234f8f3ecc071 (diff)
downloadbuildroot-6a4131d101cf0d8bc35ce15672524f144c925fc3.tar.gz
buildroot-6a4131d101cf0d8bc35ce15672524f144c925fc3.zip
configs: add defconfig for Nationalchip gx6605s dev board
gx6605s is a nice SOC for dvbs2 DVB product, and C-SKY inside. Signed-off-by: Guo Ren <ren_guo@c-sky.com> [Thomas: drop post-image script copying the gdbinit file, and suggest to use gdb -x option instead to point to the gdbinit file in board/.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/csky_gx6605s_defconfig')
-rw-r--r--configs/csky_gx6605s_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/csky_gx6605s_defconfig b/configs/csky_gx6605s_defconfig
new file mode 100644
index 0000000000..5f39c536ac
--- /dev/null
+++ b/configs/csky_gx6605s_defconfig
@@ -0,0 +1,17 @@
+BR2_csky=y
+BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
+BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/c-sky/tools/raw/master/csky-linux-tools-x86_64-glibc-linux-4.9.2-20170227.tar.gz"
+BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="csky-linux"
+BR2_TOOLCHAIN_EXTERNAL_GCC_4_5=y
+BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_9=y
+BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
+BR2_TOOLCHAIN_EXTERNAL_CXX=y
+BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/c-sky/linux-4.9.y/archive/314c498ddc8c43a66ca96ff3af7da98e10fa1cc6.tar.gz"
+BR2_LINUX_KERNEL_DEFCONFIG="gx66xx"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="gx6605s"
+BR2_TARGET_ROOTFS_EXT2=y
OpenPOWER on IntegriCloud