Re: [PATCH 10/10] arm/mpu: Create the skeleton for MPU compilation

2025-03-14 Thread Luca Fancellu
Hi Michal, > On 14 Mar 2025, at 08:27, Orzel, Michal wrote: > > > > On 12/03/2025 14:52, Luca Fancellu wrote: >> >> >> This commit introduces the skeleton for the MPU memory management >> subsystem that allows the compilation. > You forgot to mention that you're talking about Arm64 only. For

Re: [PATCH 10/10] arm/mpu: Create the skeleton for MPU compilation

2025-03-14 Thread Orzel, Michal
On 14/03/2025 09:38, Luca Fancellu wrote: > > > Hi Michal, > >> On 14 Mar 2025, at 08:27, Orzel, Michal wrote: >> >> >> >> On 12/03/2025 14:52, Luca Fancellu wrote: >>> >>> >>> This commit introduces the skeleton for the MPU memory management >>> subsystem that allows the compilation. >> You

Re: [PATCH 10/10] arm/mpu: Create the skeleton for MPU compilation

2025-03-14 Thread Orzel, Michal
On 12/03/2025 14:52, Luca Fancellu wrote: > > > This commit introduces the skeleton for the MPU memory management > subsystem that allows the compilation. You forgot to mention that you're talking about Arm64 only. For Arm32, Ayan has a series containing a few patches to enable compilation. P