From ae992b9fb8b2acf9fa87ea326baf098e877c5ba1 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Sat, 17 Feb 2024 17:16:48 +0200 Subject: [PATCH] u-boot-fslc: upgrade to v2024.01 U-Boot fork has been updated to include tagged version v2024.01 from upstream. Following commits were ported from 2023.10+fslc to this version: - 9ff224ca003 imx: iMX6: Define disconnect_from_pc function - a429b3dcdd5 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot - cbfd9b3fd03 pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition - 58cb813aa7e mx6sabre_common: Dynamically change the video output - f1ac9d18650 mx6sabresd: Enable video interfaces in bootargs Signed-off-by: Oleksandr Suvorov --- ...lc-common_2023.10.inc => u-boot-fslc-common_2024.01.inc} | 6 +++--- ...lc-mxsboot_2023.10.bb => u-boot-fslc-mxsboot_2024.01.bb} | 0 .../{u-boot-fslc_2023.10.bb => u-boot-fslc_2024.01.bb} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename recipes-bsp/u-boot/{u-boot-fslc-common_2023.10.inc => u-boot-fslc-common_2024.01.inc} (80%) rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2023.10.bb => u-boot-fslc-mxsboot_2024.01.bb} (100%) rename recipes-bsp/u-boot/{u-boot-fslc_2023.10.bb => u-boot-fslc_2024.01.bb} (100%) diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2023.10.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2024.01.inc similarity index 80% rename from recipes-bsp/u-boot/u-boot-fslc-common_2023.10.inc rename to recipes-bsp/u-boot/u-boot-fslc-common_2024.01.inc index 1b8a720b3..ee05df891 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2023.10.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2024.01.inc @@ -10,10 +10,10 @@ DEPENDS += "flex-native bison-native" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" -SRCREV = "105a9c8cc0a8551195e2a5ac8812802f12604ff6" -SRCBRANCH = "2023.10+fslc" +SRCREV = "9ff224ca0039e9cd22be2ec4b56408cb64d71a87" +SRCBRANCH = "2024.01+fslc" -PV = "2023.10+git${SRCPV}" +PV = "2024.01+git${SRCPV}" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.01.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.10.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.01.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2023.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2024.01.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc_2023.10.bb rename to recipes-bsp/u-boot/u-boot-fslc_2024.01.bb