summaryrefslogtreecommitdiffstats
path: root/configs/xilinx_zc706_defconfig
diff options
context:
space:
mode:
authorJordi Montagne <jordi.montagne66@gmail.com>2015-03-11 08:57:10 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-20 22:59:49 +0200
commitf851660f9d67a95dd2da7507c6a27a6be56bfe1d (patch)
treee6b21a7d142d1e1265f30ac5bbce739791b28265 /configs/xilinx_zc706_defconfig
parentd3ff6cbb4205d7382fc4b2f728ea8bcf6345f8de (diff)
downloadbuildroot-f851660f9d67a95dd2da7507c6a27a6be56bfe1d.tar.gz
buildroot-f851660f9d67a95dd2da7507c6a27a6be56bfe1d.zip
board: add support for Xilinx zc706
This is a Xilinx Zynq (xc7z045) development board, based on Xilinx Zynq (xc7z045). This support is based on Avnet Zedboard defconfig/readme. [Thomas: - minor fixes in the readme.txt - rename defconfig from zc706_defconfig to xilinx_zc706_defconfig.] Signed-off-by: Jordi Montagne <jordi.montagne66@gmail.com> Tested-by: Jean Burgat <jeanburgat33@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/xilinx_zc706_defconfig')
-rw-r--r--configs/xilinx_zc706_defconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/configs/xilinx_zc706_defconfig b/configs/xilinx_zc706_defconfig
new file mode 100644
index 0000000000..f7600b1742
--- /dev/null
+++ b/configs/xilinx_zc706_defconfig
@@ -0,0 +1,27 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_NEON=y
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.8"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/Xilinx/linux-xlnx.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2014.2.01"
+BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
+BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="zynq-zc706"
+BR2_TARGET_ROOTFS_CPIO=y
+BR2_TARGET_ROOTFS_CPIO_GZIP=y
+BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="zynq_zc70x"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://github.com/Xilinx/u-boot-xlnx.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2014.1"
+BR2_TARGET_UBOOT_FORMAT_IMG=y
+BR2_TARGET_UBOOT_SPL=y
+BR2_TARGET_UBOOT_SPL_NAME="boot.bin"
OpenPOWER on IntegriCloud