summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-09-08 16:58:37 -0300
committerGitHub <noreply@github.com>2025-09-08 16:58:37 -0300
commit1c423493c1908c243dc2a6dfec17cc47d3568c80 (patch)
tree4da3295a6f8e799bed8a052ceface12ef05a7bad
parentb7287efdc47d5c8f0cb53dfb6a4ba66a8a8eb7ba (diff)
parentafc69e70b01242df0e41b44dc5256c2ada06b15f (diff)
downloadmeta-freescale-1c423493c1908c243dc2a6dfec17cc47d3568c80.tar.gz
Merge pull request #2353 from hiagofranco/update-imx-atf-6.12.20-2.0.0
imx-atf: upgrade to NXP 6.12.20-2.0.0 release
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.12.bb (renamed from recipes-bsp/imx-atf/imx-atf_2.10.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.10.bb b/recipes-bsp/imx-atf/imx-atf_2.12.bb
index 7448c28c5..ba494594f 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.10.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.12.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2017-2024 NXP 1# Copyright (C) 2017-2025 NXP
2 2
3DESCRIPTION = "i.MX ARM Trusted Firmware" 3DESCRIPTION = "i.MX ARM Trusted Firmware"
4SECTION = "BSP" 4SECTION = "BSP"
@@ -9,8 +9,8 @@ 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} \
11 file://0001-imx93-trdc-Fix-header-guard.patch" 11 file://0001-imx93-trdc-Fix-header-guard.patch"
12SRCBRANCH = "lf_v2.10" 12SRCBRANCH = "lf_v2.12"
13SRCREV = "78a14c75a06dea39036c44ae0f9d23acc7bcaef2" 13SRCREV = "6ddd57019494cabfca5065368349109c37f2cc9f"
14 14
15inherit deploy 15inherit deploy
16 16