summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb b/recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb
new file mode 100644
index 00000000..d22a806d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb
@@ -0,0 +1,30 @@
1include u-boot-xlnx.inc
2include u-boot-extra.inc
3include u-boot-spl-zynq-init.inc
4
5# this matches u-boot-xlnx 'xilinx-v2015.4' release tag
6SRCREV = "4942ae4d03ee4ef4b2dd750d441f730150ee9288"
7PV = "v2015.07${XILINX_EXTENSION}+git${SRCPV}"
8
9FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
10SRC_URI += " \
11 file://0001-microblaze-Fix-style-issues-in-header-files.patch \
12 file://0002-microblaze-Fix-C99-gnu99-compatiblity-for-inline-fun.patch \
13 "
14
15LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
16
17UBOOT_ENV_zc702-zynq7 = "uEnv"
18UBOOT_ENV_zedboard-zynq7 = "uEnv"
19
20SRC_URI_append_zc702-zynq7 = " file://uEnv.txt"
21SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt"
22
23# u-boot 2015.07 has support for these
24HAS_PS7INIT ?= " \
25 zynq_microzed_config \
26 zynq_zed_config \
27 zynq_zc702_config \
28 zynq_zc706_config \
29 "
30