From 9a7c563cb6097ee011efe40210d813b3741259eb Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Thu, 1 Dec 2016 12:41:02 -0800 Subject: u-boot-xlnx_2016.07.bb: Update u-boot version Upgrade u-boot to supported 2016.07 version Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb new file mode 100644 index 00000000..118fed8c --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb @@ -0,0 +1,30 @@ +include u-boot-xlnx.inc +include u-boot-spl-zynq-init.inc + +XILINX_RELEASE_VERSION = "v2016.3" +# this matches u-boot-xlnx 'xilinx-v2016.3' release tag +SRCREV = "95e11f6eb4bc07bbee12a4217c58146bddac61b2" +PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" + +FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" + +SRC_URI_append = " file://0001-compiler-gcc6.h-Fix-u-boot-issue-for-gcc6.patch" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" + +UBOOT_ENV_zc702-zynq7 = "uEnv" +UBOOT_ENV_zedboard-zynq7 = "uEnv" + +SRC_URI_append_zc702-zynq7 = " file://uEnv.txt" +SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" + +# u-boot 2016.07 has support for these +HAS_PS7INIT ?= " \ + zynq_microzed_config \ + zynq_zed_config \ + zynq_zc702_config \ + zynq_zc706_config \ + zynq_zybo_config \ + " + -- cgit v1.2.3-54-g00ecf