summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-05 17:43:19 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-05-07 16:08:06 +0000
commit2163533774ec019a9f5abbcbf434d1a5ae6e4bca (patch)
tree0ffae3cb23615f31e05cd53f64e568d0fb94cd3f
parentcf9ac2872e75b800f66389347754eb7923834517 (diff)
downloadmeta-freescale-2163533774ec019a9f5abbcbf434d1a5ae6e4bca.tar.gz
imx-atf: Bump revision to 78a14c75a
78a14c75a MA-23473 imx93: fix memory map failed with QNX SPL 5ee49dd5e MA-23254-3 [8QXP] Fragment secure heap and vpu boot memory e00605f58 MA-23254-2 [8QXP]Configure can only be controlled by the secure world ec3008099 MA-23254 [8QXP] Security configure for widevine L1 on imx8qxp f7f8a74a0 LF-14247 imx95: fix m7 status check f80434f8e LF-14043 feat(imx91): update security policies of ocram region a987f5c26 LF-14079 feat(imx8ulp): update the ddr retention flow Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> (cherry picked from commit c68e1e67cef509bc51e268e8642242c6fb2a096f)
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.10.bb b/recipes-bsp/imx-atf/imx-atf_2.10.bb
index ec4088dc..ce84929d 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.10.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.10.bb
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" 10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
11SRCBRANCH = "lf_v2.10" 11SRCBRANCH = "lf_v2.10"
12SRCREV = "1b27ee3edbb40ef9432c69ccaa744d1ac5d54c5d" 12SRCREV = "78a14c75a06dea39036c44ae0f9d23acc7bcaef2"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15