diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2025-02-09 21:06:42 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 13:47:00 +0000 |
commit | ddae79d68fb9d3ea87f476db3e2fc08bf64ba211 (patch) | |
tree | d84a7832998a8a7ac24c630b5715115793d29918 | |
parent | 6baf55c8af205cace86a747f7177b98b969b3a9c (diff) | |
download | meta-freescale-ddae79d68fb9d3ea87f476db3e2fc08bf64ba211.tar.gz |
u-boot-fslc: upgrade to v2025.01
U-Boot fork has been updated to include tagged version v2025.01 from
upstream.
Following commits were ported from 2024.07+fslc to this version:
----
aa4bc52d08 ("imx: iMX6: Define disconnect_from_pc function")
a6f371cad5 ("MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot")
bd90432d6c ("pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition")
49f4fa81f9 ("mx6sabre_common: Dynamically change the video output")
9f3a98873d ("mx6sabresd: Enable video interfaces in bootargs")
----
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
(cherry picked from commit 26bccf046ec12103520d2edd2587d954046dfb06)
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc (renamed from recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.07.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2025.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2024.07.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc index b2bea55c..f6262324 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc | |||
@@ -10,10 +10,10 @@ DEPENDS += "flex-native bison-native" | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" | 11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" |
12 | 12 | ||
13 | SRCREV = "5b4d66dd41432d36c22bcdfa2d1ca4afc3a1c2fc" | 13 | SRCREV = "aa4bc52d08c342df83e3c576e2c108d7c8816e0e" |
14 | SRCBRANCH = "2024.07+fslc" | 14 | SRCBRANCH = "2025.01+fslc" |
15 | 15 | ||
16 | PV = "2024.07+fslc+git${SRCPV}" | 16 | PV = "2025.01+fslc+git${SRCPV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | B = "${WORKDIR}/build" | 19 | B = "${WORKDIR}/build" |
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb index b7e4ca76..b7e4ca76 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2024.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2025.01.bb index 4dc69821..4dc69821 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2024.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2025.01.bb | |||