Re: [PATCH 2/4] ARM: stm32mp: enable data cache after LMB configuration for STM32MP1

2024-10-16 Thread Patrick DELAUNAY
Hi, On 10/11/24 17:31, Patrick Delaunay wrote: Move the stm32mp1 data cache reconfiguration after the lmb init call board_r::initr_lmb to allow parsing of the reserved region with no-map tag. After this patch the DDR is not fully mapped up to arch_early_init_r() call, only the relocation region

[PATCH 2/4] ARM: stm32mp: enable data cache after LMB configuration for STM32MP1

2024-10-11 Thread Patrick Delaunay
Move the stm32mp1 data cache reconfiguration after the lmb init call board_r::initr_lmb to allow parsing of the reserved region with no-map tag. After this patch the DDR is not fully mapped up to arch_early_init_r() call, only the relocation region is mapped, but it is enough for the first board_r