Brad Bishop | 754b8fa | 2019-08-20 09:16:20 -0400 | [diff] [blame] | 1 | UBOOT_VERSION = "v2019.01" |
| 2 | XILINX_RELEASE_VERSION = "v2019.1" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 3 | |
| 4 | UBRANCH ?= "master" |
| 5 | |
Brad Bishop | 754b8fa | 2019-08-20 09:16:20 -0400 | [diff] [blame] | 6 | SRCREV ?= "d895ac5e94815d4b45dcf09d4752c5c2334a51db" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 7 | |
| 8 | include u-boot-xlnx.inc |
| 9 | include u-boot-spl-zynq-init.inc |
| 10 | |
| 11 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" |
| 12 | |
| 13 | LICENSE = "GPLv2+" |
Brad Bishop | 754b8fa | 2019-08-20 09:16:20 -0400 | [diff] [blame] | 14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 15 | |
| 16 | # u-boot-xlnx has support for these |
| 17 | HAS_PLATFORM_INIT ?= " \ |
| 18 | zynq_microzed_config \ |
| 19 | zynq_zed_config \ |
| 20 | zynq_zc702_config \ |
| 21 | zynq_zc706_config \ |
| 22 | zynq_zybo_config \ |
| 23 | xilinx_zynqmp_zcu102_rev1_0_config \ |
| 24 | xilinx_zynqmp_zcu106_revA_config \ |
| 25 | xilinx_zynqmp_zcu104_revC_config \ |
| 26 | xilinx_zynqmp_zcu100_revC_config \ |
| 27 | xilinx_zynqmp_zcu111_revA_config \ |
| 28 | xilinx_zynqmp_zc1275_revA_config \ |
| 29 | xilinx_zynqmp_zc1275_revB_config \ |
| 30 | xilinx_zynqmp_zc1254_revA_config \ |
| 31 | " |
| 32 | |