imx-atf: update to NXP's lf-6.1.36-2.1.0 release for ccimx93

New NXP's release is based on upstream v2.8. Use this only for ccimx93,
and keep using the previous Kirkstone release (based on upstream v2.6)
for the rest of the platforms.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-10-11 11:18:48 +02:00
parent eb2f8d786f
commit 4f453efd89
2 changed files with 5 additions and 4 deletions

View File

@ -8,11 +8,11 @@ Signed-off-by: Javier Viguera <javier.viguera@digi.com>
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plat/imx/imx93/include/platform_def.h b/plat/imx/imx93/include/platform_def.h diff --git a/plat/imx/imx93/include/platform_def.h b/plat/imx/imx93/include/platform_def.h
index 59ce1c267568..c4855d7f5e82 100644 index 9bbee908fe80..8eba2f6d917a 100644
--- a/plat/imx/imx93/include/platform_def.h --- a/plat/imx/imx93/include/platform_def.h
+++ b/plat/imx/imx93/include/platform_def.h +++ b/plat/imx/imx93/include/platform_def.h
@@ -53,7 +53,7 @@ @@ -61,7 +61,7 @@
#define MAX_MMAP_REGIONS 16 #define MAX_MMAP_REGIONS 17
#endif #endif
-#define IMX_LPUART_BASE 0x44380000 -#define IMX_LPUART_BASE 0x44380000

View File

@ -7,6 +7,7 @@ require recipes-bsp/imx-atf/imx-atf_2.6.bb
SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
SRCBRANCH = "lf_v2.8" SRCBRANCH = "lf_v2.8"
SRCREV = "99195a23d3aef485fb8f10939583b1bdef18881c" # Tag: lf-6.1.36-2.1.0
SRCREV = "1a3beeab6484343a4bd0ee08e947d142db4a5ae6"
COMPATIBLE_MACHINE = "(ccimx93)" COMPATIBLE_MACHINE = "(ccimx93)"