Hi Ayan,
> On 3 Apr 2025, at 18:12, Ayan Kumar Halder <[email protected]> wrote:
>
> Enable early booting of Armv8-R AArch32 based systems.
>
> Ayan Kumar Halder (3):
> xen/arm: Move some of the functions to common file
> xen/arm32: Create the same boot-time MPU regions as arm64
> xen/arm32: mpu: Stubs to build MPU for arm32
the serie is breaking the compilation of Arm64 MPU:
[…]
xen/arch/arm/include/asm/mpu/cpregs.h:6: error: "REGION_TEXT_PRBAR" redefined
[-Werror]
6 | #define REGION_TEXT_PRBAR 0x18 /* SH=11 AP=10 XN=0 */
|
[…]
Cheers,
Luca