Brad Bishop | 286d45c | 2018-10-02 15:21:57 -0400 | [diff] [blame] | 1 | UBOOT_VERSION = "v2018.01" |
| 2 | XILINX_RELEASE_VERSION = "v2018.1" |
| 3 | |
| 4 | UBRANCH ?= "master" |
| 5 | |
| 6 | SRCREV ?= "949e5cb9a736bac32ea8886e3953da55bdd30754" |
| 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 | " |
| 27 | |