From 5032ae24c8337cca287cc1075515e3320e05fb4c Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 8 Feb 2017 18:21:24 +1000 Subject: u-boot-xlnx: Update to xilinx-v2016.4 release Update the u-boot-xlnx recipe to the xilinx-v2016.04 release. Note that this changes the naming convention for the .bb file, this has no affect on the value of PV since it is specified in the recipe itself. Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb | 37 ------------------------------- recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb | 36 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 37 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2016.4.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 deleted file mode 100644 index af33a4cf..00000000 --- a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb +++ /dev/null @@ -1,37 +0,0 @@ -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:" -FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" - -SRC_URI_append = " \ - file://0001-fdt-add-memory-bank-decoding-functions-for-board-set.patch \ - file://0002-ARM-zynq-Replace-board-specific-with-generic-memory-.patch \ - file://0003-ARM64-zynqmp-Replace-board-specific-with-generic-mem.patch \ - " - -SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.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 \ - " - diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb new file mode 100644 index 00000000..fc5b45b1 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-xlnx_2016.4.bb @@ -0,0 +1,36 @@ +include u-boot-xlnx.inc +include u-boot-spl-zynq-init.inc + +XILINX_RELEASE_VERSION = "v2016.4" +SRCREV = "0b94ce5ed4a6c2cd0fec7b8337e776b03e387347" +PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" + +FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" +FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" + +SRC_URI_append = " \ + file://0001-fdt-add-memory-bank-decoding-functions-for-board-set.patch \ + file://0002-ARM-zynq-Replace-board-specific-with-generic-memory-.patch \ + file://0003-ARM64-zynqmp-Replace-board-specific-with-generic-mem.patch \ + " + +SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.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