Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 1 | UBOOT_VERSION = "v2020.01" |
| 2 | |
| 3 | UBRANCH ?= "xlnx_rebase_v2020.01" |
| 4 | |
Andrew Geissler | 7eb438a | 2020-11-30 19:53:16 -0600 | [diff] [blame] | 5 | SRCREV ?= "bb4660c33aa7ea64f78b2682bf0efd56765197d6" |
Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 6 | |
| 7 | include u-boot-xlnx.inc |
| 8 | include u-boot-spl-zynq-init.inc |
| 9 | |
Andrew Geissler | c60845c | 2021-01-29 15:55:05 -0600 | [diff] [blame] | 10 | # 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 |
| 12 | SRC_URI += " file://0001-Remove-redundant-YYLOC-global-declaration.patch" |
| 13 | |
Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 14 | LICENSE = "GPLv2+" |
| 15 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" |
| 16 | |
| 17 | # u-boot-xlnx has support for these |
| 18 | HAS_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 | |