Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | UBOOT_VERSION = "v2018.01" |
| 2 | XILINX_RELEASE_VERSION = "v2018.3" |
| 3 | |
| 4 | UBRANCH ?= "master" |
| 5 | |
| 6 | SRCREV ?= "d8fc4b3b70bccf1577dab69f6ddfd4ada9a93bac" |
| 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+" |
| 14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
| 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 | |