diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-12-01 12:41:02 -0800 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-12-02 19:40:45 +1000 |
commit | 9a7c563cb6097ee011efe40210d813b3741259eb (patch) | |
tree | 9d820ecb919e3e4dd5449c49a623c1e0c7f6f6ed | |
parent | dadf226e7b0279cb105652c5106d4417ed7546f1 (diff) | |
download | meta-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.bb | 30 |
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 @@ | |||
1 | include u-boot-xlnx.inc | ||
2 | include u-boot-spl-zynq-init.inc | ||
3 | |||
4 | XILINX_RELEASE_VERSION = "v2016.3" | ||
5 | # this matches u-boot-xlnx 'xilinx-v2016.3' release tag | ||
6 | SRCREV = "95e11f6eb4bc07bbee12a4217c58146bddac61b2" | ||
7 | PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | ||
8 | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | ||
10 | |||
11 | SRC_URI_append = " file://0001-compiler-gcc6.h-Fix-u-boot-issue-for-gcc6.patch" | ||
12 | |||
13 | LICENSE = "GPLv2+" | ||
14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | ||
15 | |||
16 | UBOOT_ENV_zc702-zynq7 = "uEnv" | ||
17 | UBOOT_ENV_zedboard-zynq7 = "uEnv" | ||
18 | |||
19 | SRC_URI_append_zc702-zynq7 = " file://uEnv.txt" | ||
20 | SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" | ||
21 | |||
22 | # u-boot 2016.07 has support for these | ||
23 | HAS_PS7INIT ?= " \ | ||
24 | zynq_microzed_config \ | ||
25 | zynq_zed_config \ | ||
26 | zynq_zc702_config \ | ||
27 | zynq_zc706_config \ | ||
28 | zynq_zybo_config \ | ||
29 | " | ||
30 | |||