[BOOTWRAPPER PATCH v4 0/2] Support GICv5

Vladimir Murzin vladimir.murzin at arm.com
Fri Jun 5 03:48:51 PDT 2026


Small series adding GICv5 to the list of supported GIC
versions. Minimal implementation, just enough for Fast Models.

Thanks!

Changelog:
  v3 -> v4
     - Fixed stray new line at the EOF (per Sascha)
     - Added more tags from Sascha Bischoff
  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                | 131 +++++++++++++++++++++++++++++++++
 configure.ac                   |  24 ++++--
 scripts/FDT.pm                 |  16 ++++
 scripts/findbase-by-regname.pl |  44 +++++++++++
 7 files changed, 231 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




More information about the linux-arm-kernel mailing list