From 5f97c5b14050b4429febcfa1d242462ba238a208 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 26 Nov 2015 21:08:44 +1000 Subject: u-boot-xlnx_2015.07: Add recipe for 'xilinx-v2015.4' Add the 'xilinx-v2015.4' release for u-boot-xlnx. Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb 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 @@ +include u-boot-xlnx.inc +include u-boot-extra.inc +include u-boot-spl-zynq-init.inc + +# this matches u-boot-xlnx 'xilinx-v2015.4' release tag +SRCREV = "4942ae4d03ee4ef4b2dd750d441f730150ee9288" +PV = "v2015.07${XILINX_EXTENSION}+git${SRCPV}" + +FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" +SRC_URI += " \ + file://0001-microblaze-Fix-style-issues-in-header-files.patch \ + file://0002-microblaze-Fix-C99-gnu99-compatiblity-for-inline-fun.patch \ + " + +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 2015.07 has support for these +HAS_PS7INIT ?= " \ + zynq_microzed_config \ + zynq_zed_config \ + zynq_zc702_config \ + zynq_zc706_config \ + " + -- cgit v1.2.3-54-g00ecf