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

2025-06-06 Thread Orzel, Michal
On 05/06/2025 16:27, Ayan Kumar Halder wrote: > Hi Michal/Julien, > > On 05/06/2025 08:44, Orzel, Michal wrote: >> >> On 04/06/2025 19:43, Ayan Kumar Halder wrote: >>> Do the arm32 equivalent initialization for commit id ca5df936c4. >> This is not a good commit msg. >> Also, we somewhat require

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

2025-06-05 Thread Ayan Kumar Halder
Hi Michal/Julien, On 05/06/2025 08:44, Orzel, Michal wrote: On 04/06/2025 19:43, Ayan Kumar Halder wrote: Do the arm32 equivalent initialization for commit id ca5df936c4. This is not a good commit msg. Also, we somewhat require passing 12 char long IDs. Modify Arm32 assembly boot code to re

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

2025-06-05 Thread Orzel, Michal
On 05/06/2025 10:58, Julien Grall wrote: > Hi Michal, > > On 05/06/2025 08:44, Orzel, Michal wrote: >> >> >> On 04/06/2025 19:43, Ayan Kumar Halder wrote: >>> Do the arm32 equivalent initialization for commit id ca5df936c4. >> This is not a good commit msg. >> Also, we somewhat require passing

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

2025-06-05 Thread Julien Grall
On 05/06/2025 09:58, Julien Grall wrote: Hi Michal, On 05/06/2025 08:44, Orzel, Michal wrote: On 04/06/2025 19:43, Ayan Kumar Halder wrote: Do the arm32 equivalent initialization for commit id ca5df936c4. This is not a good commit msg. Also, we somewhat require passing 12 char long IDs.

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

2025-06-05 Thread Julien Grall
Hi Michal, On 05/06/2025 08:44, Orzel, Michal wrote: On 04/06/2025 19:43, Ayan Kumar Halder wrote: Do the arm32 equivalent initialization for commit id ca5df936c4. This is not a good commit msg. Also, we somewhat require passing 12 char long IDs. We are following the same convention as Lin

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

2025-06-05 Thread Orzel, Michal
On 04/06/2025 19:43, Ayan Kumar Halder wrote: > Do the arm32 equivalent initialization for commit id ca5df936c4. This is not a good commit msg. Also, we somewhat require passing 12 char long IDs. > > Signed-off-by: Ayan Kumar Halder > --- > xen/arch/arm/arm32/asm-offsets.c | 6 +++ >