Re: [PATCH] ARM: stm32: Fix SYSRAM size on STM32MP13xx

2025-05-21 Thread Patrice CHOTARD
On 5/12/25 18:44, Marek Vasut wrote: > The STM32MP13xx has only 128 kiB of SYSRAM starting at address 0x2ffe . > The STM32MP15xx has 256 kiB of SYSRAM starting at address 0x2ffc . Make > sure both SoCs configure ARMV7_SECURE_BASE correctly . Define the SYSRAM > base in stm32.h to be cons

[PATCH] ARM: stm32: Fix SYSRAM size on STM32MP13xx

2025-05-12 Thread Marek Vasut
The STM32MP13xx has only 128 kiB of SYSRAM starting at address 0x2ffe . The STM32MP15xx has 256 kiB of SYSRAM starting at address 0x2ffc . Make sure both SoCs configure ARMV7_SECURE_BASE correctly . Define the SYSRAM base in stm32.h to be consistent with the STM32MP15xx macro. Signed-off-b