Re: [PATCH v3 2/6] arm/mpu: Provide and populate MPU C data structures

2025-06-16 Thread Julien Grall
Hi Ayan, On 11/06/2025 15:35, Ayan Kumar Halder wrote: Modify Arm32 assembly boot code to reset any unused MPU region, initialise 'max_mpu_regions' with the number of supported MPU regions and set/clear the bitmap 'xen_mpumap_mask' used to track the enabled regions. Introduce cache.S to hold ar

Re: [PATCH v3 2/6] arm/mpu: Provide and populate MPU C data structures

2025-06-13 Thread Luca Fancellu
Hi Ayan, > On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: > > Modify Arm32 assembly boot code to reset any unused MPU region, initialise > 'max_mpu_regions' with the number of supported MPU regions and set/clear the > bitmap 'xen_mpumap_mask' used to track the enabled regions. > > Introduce