From: "Orzel, Michal" <michal.orzel@amd.com>
To: Jan Beulich <jbeulich@suse.com>,
Ayan Kumar Halder <ayan.kumar.halder@amd.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
Julien Grall <julien@xen.org>,
Bertrand Marquis <bertrand.marquis@arm.com>,
Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH v7 0/3] Enable early bootup of Armv8-R AArch32 systems
Date: Wed, 16 Apr 2025 09:37:46 +0200 [thread overview]
Message-ID: <c953da5b-2edd-4c93-9bdb-67577edfb23e@amd.com> (raw)
In-Reply-To: <47fc3dad-3f7b-4a9b-89c1-99e79a048ad9@suse.com>
On 15/04/2025 08:55, Jan Beulich wrote:
> On 14.04.2025 18:45, Ayan Kumar Halder wrote:
>> Enable early booting of Armv8-R AArch32 based systems.
>>
>> Added Luca's R-b in all the patches.
>> Added Michal's R-b in patch 1 and 3.
>>
>> Ayan Kumar Halder (3):
>> xen/arm: Move some of the functions to common file
>> xen/arm32: Create the same boot-time MPU regions as arm64
>> xen/arm32: mpu: Stubs to build MPU for arm32
>>
>> xen/arch/arm/arm32/Makefile | 1 +
>> xen/arch/arm/arm32/mpu/Makefile | 3 +
>> xen/arch/arm/arm32/mpu/head.S | 104 +++++++++++++++++++++++
>> xen/arch/arm/arm32/mpu/p2m.c | 19 +++++
>> xen/arch/arm/arm32/mpu/smpboot.c | 26 ++++++
>> xen/arch/arm/arm64/mpu/head.S | 78 +----------------
>> xen/arch/arm/include/asm/arm32/sysregs.h | 13 ++-
>> xen/arch/arm/include/asm/arm64/sysregs.h | 13 +++
>> xen/arch/arm/include/asm/cpregs.h | 2 +
>> xen/arch/arm/include/asm/mm.h | 9 +-
>> xen/arch/arm/include/asm/mmu/mm.h | 7 ++
>> xen/arch/arm/include/asm/mpu/cpregs.h | 32 +++++++
>> xen/arch/arm/include/asm/mpu/mm.h | 5 ++
>> xen/arch/arm/include/asm/mpu/regions.inc | 79 +++++++++++++++++
>> xen/arch/arm/mpu/Makefile | 1 +
>> xen/arch/arm/mpu/domain_page.c | 45 ++++++++++
>> 16 files changed, 350 insertions(+), 87 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/arm32/mpu/p2m.c
>> create mode 100644 xen/arch/arm/arm32/mpu/smpboot.c
>> create mode 100644 xen/arch/arm/include/asm/mpu/cpregs.h
>> create mode 100644 xen/arch/arm/include/asm/mpu/regions.inc
>> create mode 100644 xen/arch/arm/mpu/domain_page.c
>
> Even if we have files of this name elsewhere, it would imo be nice if new ones
> still used dash(es) instead of underscore(s) in their names.
I took care of this while committing.
~Michal
next prev parent reply other threads:[~2025-04-16 7:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 16:45 [PATCH v7 0/3] Enable early bootup of Armv8-R AArch32 systems Ayan Kumar Halder
2025-04-14 16:45 ` [PATCH v7 1/3] xen/arm: Move some of the functions to common file Ayan Kumar Halder
2025-04-15 6:20 ` Orzel, Michal
2025-04-14 16:45 ` [PATCH v7 2/3] xen/arm32: Create the same boot-time MPU regions as arm64 Ayan Kumar Halder
2025-04-15 6:17 ` Orzel, Michal
2025-04-14 16:45 ` [PATCH v7 3/3] xen/arm32: mpu: Stubs to build MPU for arm32 Ayan Kumar Halder
2025-04-15 6:55 ` [PATCH v7 0/3] Enable early bootup of Armv8-R AArch32 systems Jan Beulich
2025-04-16 7:37 ` Orzel, Michal [this message]
2025-04-15 8:05 ` Luca Fancellu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c953da5b-2edd-4c93-9bdb-67577edfb23e@amd.com \
--to=michal.orzel@amd.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=ayan.kumar.halder@amd.com \
--cc=bertrand.marquis@arm.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.