diff options
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb')
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb new file mode 100644 index 00000000..712b2528 --- /dev/null +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | UBOOT_VERSION = "v2019.01" | ||
| 2 | |||
| 3 | UBRANCH ?= "master" | ||
| 4 | |||
| 5 | SRCREV ?= "dc61275b1d505f6a236de1c5b0f35485914d2bcc" | ||
| 6 | |||
| 7 | include u-boot-xlnx.inc | ||
| 8 | include u-boot-spl-zynq-init.inc | ||
| 9 | |||
| 10 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" | ||
| 11 | |||
| 12 | LICENSE = "GPLv2+" | ||
| 13 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | ||
| 14 | |||
| 15 | # u-boot-xlnx has support for these | ||
| 16 | HAS_PLATFORM_INIT ?= " \ | ||
| 17 | zynq_microzed_config \ | ||
| 18 | zynq_zed_config \ | ||
| 19 | zynq_zc702_config \ | ||
| 20 | zynq_zc706_config \ | ||
| 21 | zynq_zybo_config \ | ||
| 22 | xilinx_zynqmp_zcu102_rev1_0_config \ | ||
| 23 | xilinx_zynqmp_zcu106_revA_config \ | ||
| 24 | xilinx_zynqmp_zcu104_revC_config \ | ||
| 25 | xilinx_zynqmp_zcu100_revC_config \ | ||
| 26 | xilinx_zynqmp_zcu111_revA_config \ | ||
| 27 | xilinx_zynqmp_zc1275_revA_config \ | ||
| 28 | xilinx_zynqmp_zc1275_revB_config \ | ||
| 29 | xilinx_zynqmp_zc1254_revA_config \ | ||
| 30 | " | ||
| 31 | |||
