blob: fb2c618c3d5a85c8e758d3363241408677ed05e2 [file] [log] [blame]
Brad Bishop286d45c2018-10-02 15:21:57 -04001UBOOT_VERSION = "v2018.01"
2XILINX_RELEASE_VERSION = "v2018.1"
3
4UBRANCH ?= "master"
5
6SRCREV ?= "949e5cb9a736bac32ea8886e3953da55bdd30754"
7
8include u-boot-xlnx.inc
9include u-boot-spl-zynq-init.inc
10
11SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch"
12
13LICENSE = "GPLv2+"
14LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
15
16# u-boot-xlnx has support for these
17HAS_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