All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Enable R52 support for the first chunk of MPU support
@ 2025-06-06 16:48 Ayan Kumar Halder
  2025-06-06 16:48 ` [PATCH v2 1/3] arm/mpu: Introduce MPU memory region map structure Ayan Kumar Halder
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Ayan Kumar Halder @ 2025-06-06 16:48 UTC (permalink / raw)
  To: xen-devel
  Cc: Ayan Kumar Halder, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk

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



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-06-09 11:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 16:48 [PATCH v2 0/3] Enable R52 support for the first chunk of MPU support Ayan Kumar Halder
2025-06-06 16:48 ` [PATCH v2 1/3] arm/mpu: Introduce MPU memory region map structure Ayan Kumar Halder
2025-06-09  7:31   ` Orzel, Michal
2025-06-06 16:48 ` [PATCH v2 2/3] arm/mpu: Provide and populate MPU C data structures Ayan Kumar Halder
2025-06-09  7:41   ` Orzel, Michal
2025-06-09  8:27     ` Ayan Kumar Halder
2025-06-09  8:42       ` Julien Grall
2025-06-09  9:16         ` Ayan Kumar Halder
2025-06-09 10:43           ` Ayan Kumar Halder
2025-06-09 11:26             ` Julien Grall
2025-06-06 16:48 ` [PATCH v2 3/3] arm/mpu: Provide access to the MPU region from the C code Ayan Kumar Halder
2025-06-09  7:44   ` Orzel, Michal
2025-06-09  8:37   ` Luca Fancellu
2025-06-09  9:16     ` Luca Fancellu
2025-06-09  9:26     ` Ayan Kumar Halder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.