imx-atf: add new version 2.10 recipe for ccimx91
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
07646c5c57
commit
63c0702508
|
|
@ -44,4 +44,4 @@ IMXBOOT_TARGETS = "flash_singleboot"
|
|||
IMX_BOOT_SOC_TARGET = "iMX91"
|
||||
|
||||
# Set ATF platform name
|
||||
ATF_PLATFORM = "imx91p"
|
||||
ATF_PLATFORM = "imx91"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
From: Javier Viguera <javier.viguera@digi.com>
|
||||
Date: Mon, 19 Aug 2024 16:50:20 +0200
|
||||
Subject: [PATCH] ccimx91: use UART6 for the default console
|
||||
|
||||
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
|
||||
---
|
||||
plat/imx/imx91/include/platform_def.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/plat/imx/imx91/include/platform_def.h b/plat/imx/imx91/include/platform_def.h
|
||||
index 0ddd699f5e0b..6de23d8ef06f 100644
|
||||
--- a/plat/imx/imx91/include/platform_def.h
|
||||
+++ b/plat/imx/imx91/include/platform_def.h
|
||||
@@ -55,7 +55,7 @@
|
||||
#define MAX_MMAP_REGIONS 17
|
||||
#endif
|
||||
|
||||
-#define IMX_LPUART_BASE 0x44380000
|
||||
+#define IMX_LPUART_BASE 0x425a0000
|
||||
#define IMX_BOOT_UART_CLK_IN_HZ 24000000 /* Select 24MHz oscillator */
|
||||
#define IMX_CONSOLE_BAUDRATE 115200
|
||||
|
||||
|
|
@ -8,7 +8,10 @@ SRC_URI:append:ccimx8m = " \
|
|||
file://0003-imx8mn-Define-UART1-as-console-for-boot-stage.patch \
|
||||
file://0004-imx8mn-Disable-M7-debug-console.patch \
|
||||
"
|
||||
SRC_URI:append:ccimx9 = " \
|
||||
SRC_URI:append:ccimx91 = " \
|
||||
file://0001-ccimx91-use-UART6-for-the-default-console.patch \
|
||||
"
|
||||
SRC_URI:append:ccimx93 = " \
|
||||
file://0001-ccimx93-use-UART6-for-the-default-console.patch \
|
||||
file://0002-imx93-bring-back-ELE-clock-workaround-for-soc-revisi.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
# Copyright (C) 2024, Digi International Inc.
|
||||
|
||||
#
|
||||
# Reuse meta-freescale's imx-atf_2.6.bb
|
||||
#
|
||||
require recipes-bsp/imx-atf/imx-atf_2.6.bb
|
||||
|
||||
SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRCBRANCH = "lf_v2.10"
|
||||
# Tag: lf-6.6.23-2.0.0
|
||||
SRCREV = "49143a1701d9ccd3239e3f95f3042897ca889ea8"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx91)"
|
||||
|
|
@ -10,4 +10,4 @@ SRCBRANCH = "lf_v2.8"
|
|||
# Tag: lf-6.1.55-2.2.0
|
||||
SRCREV = "08e9d4eef2262c0dd072b4325e8919e06d349e02"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx9)"
|
||||
COMPATIBLE_MACHINE = "(ccimx93)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue