summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-05 16:37:37 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-10 16:47:51 +0000
commit01fa82ef03053e0213675b47e87faff1a07d78c1 (patch)
tree40fc4c0782ee15e1c59e40e7063e97b5275ce73f
parent7b0027314f401e9161900b1bc42688445556c044 (diff)
downloadmeta-freescale-01fa82ef03053e0213675b47e87faff1a07d78c1.tar.gz
imx-mkimage: Update for NXP release 5.15.5-1.0.0
22346a3 For iMX8DXL, rename silicon REVISION to REV similar to 8X a8decee LF-4794 iMX8ULP: move OPTEE OS base address to 0xa6000000 62bfe50 Rename the QM/QX/DXL field return targets Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 8f10c7333024039483245cd745393551be086cd2)
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index 5f44fe2b..165ba64e 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -2,7 +2,7 @@
2 2
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "zlib-native openssl-native"
4 4
5SRCBRANCH = "lf-5.10.72_2.2.0" 5SRCBRANCH = "lf-5.15.5_1.0.0"
6SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ 6SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
7 file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \ 7 file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \
8 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ 8 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
@@ -10,7 +10,7 @@ SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=htt
10 file://0001-Add-LDFLAGS-to-link-step.patch \ 10 file://0001-Add-LDFLAGS-to-link-step.patch \
11 file://0001-Add-support-for-overriding-BL31-BL32-and-BL33.patch \ 11 file://0001-Add-support-for-overriding-BL31-BL32-and-BL33.patch \
12" 12"
13SRCREV = "7a277c8a1a21ff921d217889dde6a9f84e6d2168" 13SRCREV = "22346a32a88aa752d4bad8f2ed1eb641e18849dc"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16BOOT_TOOLS = "imx-boot-tools" 16BOOT_TOOLS = "imx-boot-tools"