summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2016-12-01 12:41:02 -0800
committerNathan Rossi <nathan@nathanrossi.com>2016-12-02 19:40:45 +1000
commit9a7c563cb6097ee011efe40210d813b3741259eb (patch)
tree9d820ecb919e3e4dd5449c49a623c1e0c7f6f6ed
parentdadf226e7b0279cb105652c5106d4417ed7546f1 (diff)
downloadmeta-xilinx-9a7c563cb6097ee011efe40210d813b3741259eb.tar.gz
u-boot-xlnx_2016.07.bb: Update u-boot version
Upgrade u-boot to supported 2016.07 version Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb30
1 files changed, 30 insertions, 0 deletions
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 @@
1include u-boot-xlnx.inc
2include u-boot-spl-zynq-init.inc
3
4XILINX_RELEASE_VERSION = "v2016.3"
5# this matches u-boot-xlnx 'xilinx-v2016.3' release tag
6SRCREV = "95e11f6eb4bc07bbee12a4217c58146bddac61b2"
7PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}"
8
9FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
10
11SRC_URI_append = " file://0001-compiler-gcc6.h-Fix-u-boot-issue-for-gcc6.patch"
12
13LICENSE = "GPLv2+"
14LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
15
16UBOOT_ENV_zc702-zynq7 = "uEnv"
17UBOOT_ENV_zedboard-zynq7 = "uEnv"
18
19SRC_URI_append_zc702-zynq7 = " file://uEnv.txt"
20SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt"
21
22# u-boot 2016.07 has support for these
23HAS_PS7INIT ?= " \
24 zynq_microzed_config \
25 zynq_zed_config \
26 zynq_zc702_config \
27 zynq_zc706_config \
28 zynq_zybo_config \
29 "
30