diff options
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc | 17 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2023.1.bb | 4 |
2 files changed, 21 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc new file mode 100644 index 00000000..72f43f71 --- /dev/null +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | UBOOT_VERSION = "v2023.01" | ||
| 2 | |||
| 3 | UBRANCH = "xlnx_rebase_v2023.01_update" | ||
| 4 | |||
| 5 | SRCREV = "1689570b68dd3827e527a520805aa0bb7f58ee09" | ||
| 6 | |||
| 7 | LICENSE = "GPL-2.0-or-later" | ||
| 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | ||
| 9 | |||
| 10 | # u-boot-xlnx has support for these | ||
| 11 | HAS_PLATFORM_INIT ?= " \ | ||
| 12 | xilinx_zynqmp_virt_config \ | ||
| 13 | xilinx_zynq_virt_defconfig \ | ||
| 14 | xilinx_versal_vc_p_a2197_revA_x_prc_01_revA \ | ||
| 15 | " | ||
| 16 | |||
| 17 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2023.1.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2023.1.bb new file mode 100644 index 00000000..fd76bc51 --- /dev/null +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2023.1.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | |||
| 2 | require u-boot-xlnx.inc | ||
| 3 | require u-boot-spl-zynq-init.inc | ||
| 4 | require u-boot-xlnx-2023.1.inc | ||
