blob: 95c7254c6a2ebff1d2fb24291dbcc374f8b2e9b1 [file] [log] [blame]
Andrew Geissler84ad7c52020-06-27 00:00:16 -05001UBOOT_VERSION = "v2020.01"
2
3UBRANCH ?= "xlnx_rebase_v2020.01"
4
Andrew Geissler7eb438a2020-11-30 19:53:16 -06005SRCREV ?= "bb4660c33aa7ea64f78b2682bf0efd56765197d6"
Andrew Geissler84ad7c52020-06-27 00:00:16 -05006
7include u-boot-xlnx.inc
8include u-boot-spl-zynq-init.inc
9
Andrew Geisslerc60845c2021-01-29 15:55:05 -060010# Patch required for latest gcc and 2020.2 version of u-boot-xlnx
11# This will be removed once the SRCREV above has been updated to include this change
12SRC_URI += " file://0001-Remove-redundant-YYLOC-global-declaration.patch"
13
Andrew Geissler84ad7c52020-06-27 00:00:16 -050014LICENSE = "GPLv2+"
15LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897"
16
17# u-boot-xlnx has support for these
18HAS_PLATFORM_INIT ?= " \
19 xilinx_zynqmp_virt_config \
20 xilinx_zynq_virt_defconfig \
21 xilinx_versal_vc_p_a2197_revA_x_prc_01_revA \
22 "
23