diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-06-10 14:35:30 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-06-10 14:35:30 -0500 |
commit | de3eefaa7037dadbf566c1542da27a79eaae648d (patch) | |
tree | 4bf2fe4dd874f7c1b105e3c11201c94b65044547 | |
parent | 2bbe53c463daf01de661a905e08461231b6ad8f1 (diff) | |
download | meta-xilinx-langdale.tar.gz |
u-boot-xlnx: Restore 2023.1 versionlangdale
The merge commit, 2bbe53c463daf01de661a905e08461231b6ad8f1, accidently 'renamed' the 2023.1
version instead of just adding the new 2024.1 version. Restore, unmodified, the last
2023.1 version.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-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 | ||