diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-05 17:43:19 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-07 10:40:23 -0300 |
commit | c68e1e67cef509bc51e268e8642242c6fb2a096f (patch) | |
tree | b9b1aa2f7bad694ddaf77378605b9c2456405e57 | |
parent | 08c189c5c979e3e3667dab62bbfd9d04e66fcab7 (diff) | |
download | meta-freescale-c68e1e67cef509bc51e268e8642242c6fb2a096f.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>
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.10.bb | 2 |
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 09b1905d..8eacc1cf 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 | ||
10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" |
11 | SRCBRANCH = "lf_v2.10" | 11 | SRCBRANCH = "lf_v2.10" |
12 | SRCREV = "1b27ee3edbb40ef9432c69ccaa744d1ac5d54c5d" | 12 | SRCREV = "78a14c75a06dea39036c44ae0f9d23acc7bcaef2" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||