public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Mark Rutland <mark.rutland@arm.com>
To: Luca Fancellu <luca.fancellu@arm.com>
Cc: andre.przywara@arm.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [boot-wrapper v4 0/4] Add Armv8-R AArch64 support
Date: Tue, 26 Nov 2024 11:54:30 +0000	[thread overview]
Message-ID: <Z0W24N2vQAbIfYa3@J2N7QTR9R3> (raw)
In-Reply-To: <20241017095520.939464-1-luca.fancellu@arm.com>

Hi Luca,

Sorry for the long delay on this; I've picked up patches 1-3 and pushed
those out, but I have some concerns with the Xen support in patch 4
(which I'll comment on there).

Mark.

On Thu, Oct 17, 2024 at 10:55:16AM +0100, Luca Fancellu wrote:
> Currently, we cannot boot Linux with boot-wrapper on Armv8-R AArch64:
> 1. The Armv8-R AArch64 profile does not support the EL3.
> 2. The Armv8-R AArch64 EL2 only supports a PMSA, which Linux does not
> support. So it's necessary to drop into EL1 before entering the kernel.
> 3. There is no EL2 booting code for Armv8-R AArch64 and no
> configuration for dropping to EL1 in boot-wrapper.
> 
> These patches enable boot-wrapper booting Linux with Armv8-R AArch64.
> 
> This work took inspiration from a serie already present upstream [1].
> 
> [1] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20210525062509.201464-1-jaxson.han@arm.com/
> 
> Changes from v3:
> - rebase on current master
> - detailed changes on each patch
> Changes from v2:
>  - Now this work is based on this serie:
>    https://patchwork.kernel.org/project/linux-arm-kernel/cover/20240729161501.1806271-1-mark.rutland@arm.com/
>    Given the major rework, dropped every R-by.
> Changes from v1:
>  - Dropped patch 4 regarding GIC changes, it's not needed anymore.
> 
> Luca Fancellu (4):
>   Introduce --with-bw-arch for boot-wrapper compile arch
>   aarch64: Enable Armv8-R EL2 boot
>   aarch64: Implement PSCI for Armv8-R
>   aarch64: Start Xen on Armv8-R at EL2
> 
>  Makefile.am                    |  7 ++-
>  arch/aarch64/boot.S            |  5 ++
>  arch/aarch64/include/asm/cpu.h | 24 ++++++++++
>  arch/aarch64/init.c            | 83 ++++++++++++++++++++++++++++++++--
>  configure.ac                   | 20 ++++++--
>  5 files changed, 130 insertions(+), 9 deletions(-)
> 
> -- 
> 2.34.1
> 


      parent reply	other threads:[~2024-11-26 11:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17  9:55 [boot-wrapper v4 0/4] Add Armv8-R AArch64 support Luca Fancellu
2024-10-17  9:55 ` [boot-wrapper v4 1/4] Introduce --with-bw-arch for boot-wrapper compile arch Luca Fancellu
2024-10-17  9:55 ` [boot-wrapper v4 2/4] aarch64: Enable Armv8-R EL2 boot Luca Fancellu
2024-10-17  9:55 ` [boot-wrapper v4 3/4] aarch64: Implement PSCI for Armv8-R Luca Fancellu
2024-10-17  9:55 ` [boot-wrapper v4 4/4] aarch64: Start Xen on Armv8-R at EL2 Luca Fancellu
2024-11-26 11:58   ` Mark Rutland
2024-11-26 14:40     ` Luca Fancellu
2024-11-26 11:54 ` Mark Rutland [this message]

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=Z0W24N2vQAbIfYa3@J2N7QTR9R3 \
    --to=mark.rutland@arm.com \
    --cc=andre.przywara@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=luca.fancellu@arm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox