Re: [PATCH] ARM: stm32: fix PRE_CON_BUF_ADDR on STM32MP13

2025-07-31 Thread Patrice CHOTARD
On 7/28/25 09:19, Patrice Chotard wrote: > From: Patrick Delaunay > > Since SYS_MALLOC_F_LEN increasing to 0x210 on STM32MP13, the > pre-console buffer is overlapped by stack (0xC040 + 0x210), > so the this buffer must be moved just before the bootstage to avoid issue. > > After t

[PATCH] ARM: stm32: fix PRE_CON_BUF_ADDR on STM32MP13

2025-07-28 Thread Patrice Chotard
From: Patrick Delaunay Since SYS_MALLOC_F_LEN increasing to 0x210 on STM32MP13, the pre-console buffer is overlapped by stack (0xC040 + 0x210), so the this buffer must be moved just before the bootstage to avoid issue. After this patch the pre-relocation memory mapping for STM32MP13x