From: Vladimir Murzin <vladimir.murzin@arm•com>
To: linux-arm-kernel@lists•infradead.org
Cc: vladimir.murzin@arm•com, mark.rutland@arm•com, maz@kernel•org,
joey.gouly@arm•com, Sascha.Bischoff@arm•com
Subject: [BOOTWRAPPER PATCH v3 0/2] Support GICv5
Date: Fri, 29 May 2026 10:50:30 +0100 [thread overview]
Message-ID: <20260529095032.48951-1-vladimir.murzin@arm.com> (raw)
Small series adding GICv5 to the list of supported GIC
versions. Minimal implementation, just enough for Fast Models.
Thanks!
Changelog:
v2 -> v3
- Fixed code formatting and incorrect comments (per Sascha)
- Fixed spelling and grammar mistakes (per Sascha)
- Added tags from Sascha Bischoff
v1 -> v2
- Assign SW_PPI to NS domain (per Sascha)
Vladimir Murzin (2):
Introduce --with-gic option
Add support for GICv5
Makefile.am | 15 +++-
arch/aarch64/include/asm/cpu.h | 11 +++
common/{gic.c => gic-v2.c} | 0
common/gic-v5.c | 132 +++++++++++++++++++++++++++++++++
configure.ac | 24 ++++--
scripts/FDT.pm | 16 ++++
scripts/findbase-by-regname.pl | 44 +++++++++++
7 files changed, 232 insertions(+), 10 deletions(-)
rename common/{gic.c => gic-v2.c} (100%)
create mode 100644 common/gic-v5.c
create mode 100755 scripts/findbase-by-regname.pl
--
2.34.1
next reply other threads:[~2026-05-29 9:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-29 9:50 Vladimir Murzin [this message]
2026-05-29 9:50 ` [BOOTWRAPPER PATCH v3 1/2] Introduce --with-gic option Vladimir Murzin
2026-05-29 9:50 ` [BOOTWRAPPER PATCH v3 2/2] Add support for GICv5 Vladimir Murzin
2026-05-29 15:34 ` Sascha Bischoff
2026-05-29 15:52 ` Vladimir Murzin
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=20260529095032.48951-1-vladimir.murzin@arm.com \
--to=vladimir.murzin@arm$(echo .)com \
--cc=Sascha.Bischoff@arm$(echo .)com \
--cc=joey.gouly@arm$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=mark.rutland@arm$(echo .)com \
--cc=maz@kernel$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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