From daf1f29014920538b0e7472ac14bd6f454429970 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 26 Apr 2022 17:16:02 +0200 Subject: imx-imkimage: install print_fit_hab.sh This script gives the address, the offset and the size of binaries have been stored into U-Boot FIT image that contains TF-A, U-Boot and OP-TEE. Signed-off-by: Thomas Perrot --- recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc') diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index b4d32a54..5f44fe2b 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc @@ -6,6 +6,9 @@ SRCBRANCH = "lf-5.10.72_2.2.0" SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \ file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ + file://0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch \ + file://0001-Add-LDFLAGS-to-link-step.patch \ + file://0001-Add-support-for-overriding-BL31-BL32-and-BL33.patch \ " SRCREV = "7a277c8a1a21ff921d217889dde6a9f84e6d2168" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf