File tree 2 files changed +19
-4
lines changed
meta-arduino-bsp/recipes-bsp/imx-atf
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/plat/imx/imx8m/imx8mm/imx8mm_bl31_setup.c b/plat/imx/imx8m/imx8mm/imx8mm_bl31_setup.c
2
+ index 8702d5160..e68102ee1 100644
3
+ --- a/plat/imx/imx8m/imx8mm/imx8mm_bl31_setup.c
4
+ +++ b/plat/imx/imx8m/imx8mm/imx8mm_bl31_setup.c
5
+ @@ -108,7 +108,7 @@ static const struct imx_rdc_cfg rdc[] = {
6
+ RDC_MDAn(RDC_MDA_M4, DID1),
7
+
8
+ /* peripherals domain permission */
9
+ - RDC_PDAPn(RDC_PDAP_UART4, D1R | D1W),
10
+ + RDC_PDAPn(RDC_PDAP_UART4, D0R | D0W),
11
+ RDC_PDAPn(RDC_PDAP_UART2, D0R | D0W),
12
+ RDC_PDAPn(RDC_PDAP_UART1, D0R | D0W),
13
+
Original file line number Diff line number Diff line change @@ -2,16 +2,18 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
2
3
3
# FIXME: We should return INVALID here but currently only i.MX8M has support to override the UART
4
4
# base address in source code.
5
+ ATF_BOOT_UART_BASE :portenta -x8 ?= "0x30880000"
5
6
ATF_BOOT_UART_BASE :portenta -x9 ?= "0x42570000"
7
+ ATF_BOOT_UART_BASE :imx8mp -astrial ?= "0x30860000"
8
+
9
+ SRC_URI :append :portenta -x8 = " \
10
+ file://console-uart3.patch \
11
+ "
6
12
7
13
SRC_URI :append :portenta -x9 = " \
8
14
file://console-lpuart3.patch \
9
15
"
10
16
11
- # FIXME: We should return INVALID here but currently only i.MX8M has support to override the UART
12
- # base address in source code.
13
- ATF_BOOT_UART_BASE :imx8mp -astrial ?= "0x30860000"
14
-
15
17
SRC_URI :append :astrial -imx8mp = " \
16
18
file://console-uart1.patch \
17
19
"
You can’t perform that action at this time.
0 commit comments