[PATCH v3 0/2] Enable early bootup of AArch64 MPU systems (Part 2)

Ayan Kumar Halder posted 2 patches 3 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241204172243.1229942-1-ayan.kumar.halder@amd.com
xen/arch/arm/Kconfig                    |  4 ++--
xen/arch/arm/Kconfig.debug              |  7 +++++++
xen/arch/arm/arm64/mpu/head.S           | 10 +++++++++
xen/arch/arm/include/asm/early_printk.h | 28 ++++++++++++++++++++++++-
4 files changed, 46 insertions(+), 3 deletions(-)
[PATCH v3 0/2] Enable early bootup of AArch64 MPU systems (Part 2)
Posted by Ayan Kumar Halder 3 weeks, 1 day ago
This patch serie concludes earlyboot support for Arm-v8R AArch64 MPU systems.

Ayan Kumar Halder (1):
  xen/mpu: Map early uart when earlyprintk on

Penny Zheng (1):
  xen/mmu: enable SMMU subsystem only in MMU

 xen/arch/arm/Kconfig                    |  4 ++--
 xen/arch/arm/Kconfig.debug              |  7 +++++++
 xen/arch/arm/arm64/mpu/head.S           | 10 +++++++++
 xen/arch/arm/include/asm/early_printk.h | 28 ++++++++++++++++++++++++-
 4 files changed, 46 insertions(+), 3 deletions(-)

-- 
2.25.1
Re: [PATCH v3 0/2] Enable early bootup of AArch64 MPU systems (Part 2)
Posted by Julien Grall 2 weeks, 6 days ago
Hi Ayan,

On 04/12/2024 17:22, Ayan Kumar Halder wrote:
> This patch serie concludes earlyboot support for Arm-v8R AArch64 MPU systems.
> 
> Ayan Kumar Halder (1):
>    xen/mpu: Map early uart when earlyprintk on
> 
> Penny Zheng (1):
>    xen/mmu: enable SMMU subsystem only in MMU

I have committed this series.

Cheers,

-- 
Julien Grall