summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-09-08 15:16:06 -0300
committerHiago De Franco <hiago.franco@toradex.com>2025-09-08 15:37:19 -0300
commitafc69e70b01242df0e41b44dc5256c2ada06b15f (patch)
tree4da3295a6f8e799bed8a052ceface12ef05a7bad /recipes-bsp
parentb7287efdc47d5c8f0cb53dfb6a4ba66a8a8eb7ba (diff)
downloadmeta-freescale-afc69e70b01242df0e41b44dc5256c2ada06b15f.tar.gz
imx-atf: upgrade to NXP 6.12.20-2.0.0 release
Upgrade version to 2.12, from new 6.12.20-2.0.0 NXP release. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Diffstat (limited to 'recipes-bsp')
-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