public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [BOOTWRAPPER PATCH v3 0/2] Support GICv5
@ 2026-05-29  9:50 Vladimir Murzin
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Murzin @ 2026-05-29  9:50 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: vladimir.murzin, mark.rutland, maz, joey.gouly, Sascha.Bischoff

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



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

end of thread, other threads:[~2026-05-29 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29  9:50 [BOOTWRAPPER PATCH v3 0/2] Support GICv5 Vladimir Murzin
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox