diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-01-17 16:36:42 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-01-18 12:59:16 +0000 |
commit | a5cf92c3c35ce1fea695c36320fe72cdf102693f (patch) | |
tree | 154c5d74ca595b33b9fc226b873acfe457a54fbb /recipes-bsp | |
parent | edb9ede43de3e70c4fea79bf4254d3ff550741a8 (diff) | |
download | meta-freescale-a5cf92c3c35ce1fea695c36320fe72cdf102693f.tar.gz |
u-boot-fslc: upgrade to v2022.01+fslc
U-Boot fork has been updated to include new version v2022.01 from
upstream.
Following commits were ported from 2021.07+fslc revision:
----
e2b8a409f3 imx: iMX6: Define disconnect_from_pc function
708efb65a3 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot
c51871146b pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition
9033bca081 mx6sabre_common: Dynamically change the video output
4b3275b77f mx6sabresd: Enable video interfaces in bootargs
----
Following new commits are added to this revision:
----
18bb53aebf imx8mn-ddr4-evk: generate single bootable image
125754edb5 imx8mq_evk: configs: add/cleanup variables for distro boot
----
Update U-Boot recipe versions and point to new revision.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc (renamed from recipes-bsp/u-boot/u-boot-fslc-common_2021.07.inc) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mfgtool_2021.07.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2022.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2021.07.bb) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2021.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc index 7d401692..341e2802 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2021.07.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.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 = "691e634bfd317ede487d2b864a126847ffeb4aa7" | 13 | SRCREV = "ed9503daa309c765a8654dc89c486326b4850f6d" |
14 | SRCBRANCH = "2021.07+fslc" | 14 | SRCBRANCH = "2022.01+fslc" |
15 | 15 | ||
16 | PV = "v2021.07+git${SRCPV}" | 16 | PV = "v2022.01+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-mfgtool_2021.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb index 2e79166b..2e79166b 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2021.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb index a3a732ef..a3a732ef 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2021.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2022.01.bb index 21989ae5..21989ae5 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2021.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2022.01.bb | |||