All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Enable early bootup of Armv8-R AArch32 systems
@ 2025-03-13 18:28 Ayan Kumar Halder
  2025-03-13 18:28 ` [PATCH v2 1/4] xen/arm32: Initialize MM specific registers in enable_mmu Ayan Kumar Halder
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ayan Kumar Halder @ 2025-03-13 18:28 UTC (permalink / raw)
  To: xen-devel
  Cc: Ayan Kumar Halder, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk

Enabled early booting of Armv8-R AArch32 based systems.

This patch serie with
https://patchwork.kernel.org/project/xen-devel/list/?series=943154 and
https://gitlab.com/xen-project/people/ayankuma/xen/-/commit/b407e5713c619821f3f5a55da65d4f8f380c3778

will enable build on Xen on Armv8-R AArch32 for MPU.

The current patch serie does *not* conflict with the other serie. Thus, any of
them can be committed in any order.

Ayan Kumar Halder (3):
  xen/arm32: Initialize MM specific registers in enable_mmu
  xen/arm32: mpu: Create boot-time MPU protection regions
  xen/arm32: mpu: Implement a dummy enable_secondary_cpu_mm

Michal Orzel (1):
  xen/arm32: Allow ARM_PA_BITS_40 only if !MPU

 xen/arch/arm/Kconfig                  |   2 +-
 xen/arch/arm/arm32/Makefile           |   1 +
 xen/arch/arm/arm32/head.S             |  14 --
 xen/arch/arm/arm32/mmu/head.S         |  15 +++
 xen/arch/arm/arm32/mpu/Makefile       |   1 +
 xen/arch/arm/arm32/mpu/head.S         | 180 ++++++++++++++++++++++++++
 xen/arch/arm/include/asm/cpregs.h     |   4 +
 xen/arch/arm/include/asm/mpu/cpregs.h |  21 +++
 8 files changed, 223 insertions(+), 15 deletions(-)
 create mode 100644 xen/arch/arm/arm32/mpu/Makefile
 create mode 100644 xen/arch/arm/arm32/mpu/head.S
 create mode 100644 xen/arch/arm/include/asm/mpu/cpregs.h

-- 
2.25.1



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

end of thread, other threads:[~2025-03-19 11:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-13 18:28 [PATCH v2 0/4] Enable early bootup of Armv8-R AArch32 systems Ayan Kumar Halder
2025-03-13 18:28 ` [PATCH v2 1/4] xen/arm32: Initialize MM specific registers in enable_mmu Ayan Kumar Halder
2025-03-17 11:40   ` Orzel, Michal
2025-03-19 11:48     ` Ayan Kumar Halder
2025-03-13 18:28 ` [PATCH v2 2/4] xen/arm32: mpu: Create boot-time MPU protection regions Ayan Kumar Halder
2025-03-17 11:56   ` Orzel, Michal
2025-03-13 18:28 ` [PATCH v2 3/4] xen/arm32: mpu: Implement a dummy enable_secondary_cpu_mm Ayan Kumar Halder
2025-03-13 18:28 ` [PATCH v2 4/4] xen/arm32: Allow ARM_PA_BITS_40 only if !MPU 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.