Re: [PATCH v3 6/6] arm/mpu: Implement remove_early_mappings for MPU systems

2025-07-17 Thread Orzel, Michal
On 15/07/2025 09:45, Hari Limaye wrote: > From: Luca Fancellu > > Implement remove_early_mappings for MPU systems. > > Signed-off-by: Luca Fancellu > Signed-off-by: Hari Limaye > Reviewed-by: Ayan Kumar Halder > --- > Changes from v1: > - Add Ayan's R-b > > Changes from v2: > - Remove ful

[PATCH v3 6/6] arm/mpu: Implement remove_early_mappings for MPU systems

2025-07-15 Thread Hari Limaye
From: Luca Fancellu Implement remove_early_mappings for MPU systems. Signed-off-by: Luca Fancellu Signed-off-by: Hari Limaye Reviewed-by: Ayan Kumar Halder --- Changes from v1: - Add Ayan's R-b Changes from v2: - Remove full stop - Remove sanity check for `mapped_fdt_paddr == INVALID_PADDR`