[PATCH v2 0/3] Enable R52 support for the first chunk of MPU support

Ayan Kumar Halder posted 3 patches 6 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250606164854.1551148-1-ayan.kumar.halder@amd.com
There is a newer version of this series
xen/arch/arm/arm32/Makefile              |  1 +
xen/arch/arm/arm32/asm-offsets.c         |  6 ++
xen/arch/arm/arm32/cache.S               | 41 ++++++++++++++
xen/arch/arm/arm32/mpu/head.S            | 25 ++++++++
xen/arch/arm/include/asm/arm32/mpu.h     | 34 ++++++++++-
xen/arch/arm/include/asm/mpu.h           |  2 -
xen/arch/arm/include/asm/mpu/cpregs.h    | 72 +++++++++++++++++++++++-
xen/arch/arm/include/asm/mpu/regions.inc |  2 +-
xen/arch/arm/mpu/mm.c                    | 51 +++++++++++++++--
9 files changed, 224 insertions(+), 10 deletions(-)
create mode 100644 xen/arch/arm/arm32/cache.S
[PATCH v2 0/3] Enable R52 support for the first chunk of MPU support
Posted by Ayan Kumar Halder 6 months, 1 week ago
Hi all,

This patch serie enables R52 support based on Luca's series.
"[PATCH v6 0/6] First chunk for Arm R82 and MPU support".

Ayan Kumar Halder (3):
  arm/mpu: Introduce MPU memory region map structure
  arm/mpu: Provide and populate MPU C data structures
  arm/mpu: Provide access to the MPU region from the C code

 xen/arch/arm/arm32/Makefile              |  1 +
 xen/arch/arm/arm32/asm-offsets.c         |  6 ++
 xen/arch/arm/arm32/cache.S               | 41 ++++++++++++++
 xen/arch/arm/arm32/mpu/head.S            | 25 ++++++++
 xen/arch/arm/include/asm/arm32/mpu.h     | 34 ++++++++++-
 xen/arch/arm/include/asm/mpu.h           |  2 -
 xen/arch/arm/include/asm/mpu/cpregs.h    | 72 +++++++++++++++++++++++-
 xen/arch/arm/include/asm/mpu/regions.inc |  2 +-
 xen/arch/arm/mpu/mm.c                    | 51 +++++++++++++++--
 9 files changed, 224 insertions(+), 10 deletions(-)
 create mode 100644 xen/arch/arm/arm32/cache.S

-- 
2.25.1