Hi, I have extracted patches 1, 2 from "https://patchew.org/Xen/20250204192357.1862264-1-ayan.kumar.hal...@amd.com/" as it will introduce the common files on which the following can be based :- 1. "[PATCH 0/9] First chunk for Arm R82 and MPU support" 2. "Enable early bootup of AArch32 MPU systems" (patches 3-5)
Ayan Kumar Halder (2): xen/arm: mpu: Move some of the definitions to common file xen/arm: mpu: Ensure that the page size is 4KB xen/arch/arm/Makefile | 1 + xen/arch/arm/arm64/mpu/Makefile | 1 - xen/arch/arm/arm64/mpu/head.S | 2 +- xen/arch/arm/include/asm/early_printk.h | 2 +- xen/arch/arm/include/asm/{arm64 => }/mpu.h | 6 +++--- xen/arch/arm/mpu/Makefile | 1 + xen/arch/arm/{arm64 => }/mpu/mm.c | 0 7 files changed, 7 insertions(+), 6 deletions(-) rename xen/arch/arm/include/asm/{arm64 => }/mpu.h (87%) create mode 100644 xen/arch/arm/mpu/Makefile rename xen/arch/arm/{arm64 => }/mpu/mm.c (100%) -- 2.25.1