qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore
@ 2025-01-30 18:24 Philippe Mathieu-Daudé
  2025-01-30 18:24 ` [PATCH 1/8] hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition Philippe Mathieu-Daudé
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-01-30 18:24 UTC (permalink / raw)
  To: qemu-devel
  Cc: Edgar E. Iglesias, Rob Herring, qemu-arm, Peter Maydell,
	Alistair Francis, Igor Mitsyanko, Philippe Mathieu-Daudé

Some boards based on Cortex-A9MP / Cortex-A15MP do not explicit
the number of external GIC IRQs, using some (implicit) default value,
not always trivial to figure out. Change that by removing the default
value, requiring MPCore objects to be created with the "num-irq" set.

Philippe Mathieu-Daudé (8):
  hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL'
    definition
  hw/arm/exynos4210: Explicit number of GIC external IRQs
  hw/arm/realview: Explicit number of GIC external IRQs
  hw/arm/xilinx_zynq: Replace IRQ_OFFSET -> GIC_INTERNAL
  hw/arm/xilinx_zynq: Explicit number of GIC external IRQs
  hw/arm/vexpress: Explicit number of GIC external IRQs
  hw/arm/highbank: Explicit number of GIC external IRQs
  hw/cpu/arm_mpcore: Remove default values for GIC external IRQs

 hw/arm/exynos4210.c  | 16 +++++++++++++--
 hw/arm/highbank.c    | 15 ++++++++++----
 hw/arm/realview.c    | 17 ++++++++++++++--
 hw/arm/vexpress.c    | 13 ++++++++++--
 hw/arm/xilinx_zynq.c | 47 +++++++++++++++++++++++++-------------------
 hw/cpu/a15mpcore.c   | 13 ++++++------
 hw/cpu/a9mpcore.c    | 14 ++++++-------
 7 files changed, 91 insertions(+), 44 deletions(-)

-- 
2.47.1



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

end of thread, other threads:[~2025-02-12 14:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 18:24 [PATCH 0/8] hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore Philippe Mathieu-Daudé
2025-01-30 18:24 ` [PATCH 1/8] hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition Philippe Mathieu-Daudé
2025-02-04 14:06   ` Peter Maydell
2025-01-30 18:24 ` [PATCH 2/8] hw/arm/exynos4210: Explicit number of GIC external IRQs Philippe Mathieu-Daudé
2025-01-30 18:30   ` Peter Maydell
2025-01-30 19:39     ` Philippe Mathieu-Daudé
2025-01-30 18:24 ` [PATCH 3/8] hw/arm/realview: " Philippe Mathieu-Daudé
2025-01-30 18:36   ` Peter Maydell
2025-02-12 14:58     ` Philippe Mathieu-Daudé
2025-01-30 18:24 ` [PATCH 4/8] hw/arm/xilinx_zynq: Replace IRQ_OFFSET -> GIC_INTERNAL Philippe Mathieu-Daudé
2025-02-04 14:07   ` Peter Maydell
2025-01-30 18:24 ` [PATCH 5/8] hw/arm/xilinx_zynq: Explicit number of GIC external IRQs Philippe Mathieu-Daudé
2025-01-30 18:24 ` [PATCH 6/8] hw/arm/vexpress: " Philippe Mathieu-Daudé
2025-01-30 18:24 ` [PATCH 7/8] hw/arm/highbank: " Philippe Mathieu-Daudé
2025-01-30 18:24 ` [PATCH 8/8] hw/cpu/arm_mpcore: Remove default values for " Philippe Mathieu-Daudé
2025-02-04 14:13   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).