qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs
@ 2025-05-13 14:14 Clément Chigot
  2025-05-13 14:14 ` [PATCH 1/4] hw/arm: make cpu targeted by arm_load_kernel the primary CPU Clément Chigot
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Clément Chigot @ 2025-05-13 14:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, peter.maydell, edgar.iglesias, alistair,
	Clément Chigot

This series enhances Xilinx ZynqMP support to allow booting on RPUs and
ease gdb connections to them.

It was validated with home-made binaries. FreeRTOS was tested but without
success: outputs/IRQ seems broken. AFAICT, FreeRTOS is expecting Xilinx's
QEMU thus I didn't investigate further, but I'd still like advice
on the 3rd patch ("wire a second GIC") since it could be related to it.

Clément Chigot (2):
  hw/arm: make cpu targeted by arm_load_kernel the primary CPU.
  hw/arm/xlnx-zynqmp: adapt cluster-id based on the boot cpu

Frederic Konrad (2):
  hw/intc/arm_gic: introduce a first-cpu-index property
  hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5

 hw/arm/boot.c                    |  15 +++--
 hw/arm/xlnx-zynqmp.c             | 104 ++++++++++++++++++++++++++++---
 hw/intc/arm_gic.c                |   2 +-
 hw/intc/arm_gic_common.c         |   1 +
 include/hw/arm/boot.h            |   3 +
 include/hw/arm/xlnx-zynqmp.h     |   6 ++
 include/hw/intc/arm_gic_common.h |   2 +
 7 files changed, 115 insertions(+), 18 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-05-20 12:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 14:14 [PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs Clément Chigot
2025-05-13 14:14 ` [PATCH 1/4] hw/arm: make cpu targeted by arm_load_kernel the primary CPU Clément Chigot
2025-05-19 14:57   ` Peter Maydell
2025-05-13 14:14 ` [PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property Clément Chigot
2025-05-13 15:39   ` Philippe Mathieu-Daudé
2025-05-14 12:41     ` Clément Chigot
2025-05-16 11:37       ` Philippe Mathieu-Daudé
2025-05-19 16:26     ` Peter Maydell
2025-05-20  8:58       ` Edgar E. Iglesias
2025-05-13 14:14 ` [PATCH 3/4] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5 Clément Chigot
2025-05-13 14:14 ` [PATCH 4/4] hw/arm/xlnx-zynqmp: adapt cluster-id based on the boot cpu Clément Chigot
2025-05-19 15:37   ` Peter Maydell
2025-05-20 12:41     ` Clément Chigot

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).