qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Drop ignore_memory_transaction_failures for xilink_zynq
@ 2024-10-07 11:24 Chao Liu
  2024-10-07 11:24 ` [PATCH v4 1/3] xilink_zynq: Add various missing unimplemented devices Chao Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Chao Liu @ 2024-10-07 11:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, bin.meng, edgar.iglesias, alistair, Chao Liu

Hi, maintainer,

Following the reference from the chip manualug585-Zynq-7000-TRM manual
B.3 (Module Summary), placeholders have been added for all unimplemented
devices, including the AXI and AMBA bus controllers that interact with
the FPGA.

We can check against the manual by printing the address space of the
zynq board with the following qemu command:
    ${QEMU_PATH}/qemu-system-aarch64 \
    -M xilinx-zynq-a9 \
    -display none \
    -monitor stdio -s
    (qemu) info mtree -f

The testing methodology previously discussed in earlier email exchanges
will not be repeated here.

Chao Liu (3):
  xilink_zynq: Add various missing unimplemented devices
  xilink-zynq-devcfg: Fix up for memory address range size not set
    correctly
  xilink-zynq-devcfg: Avoid disabling devcfg memory region during
    initialization

 hw/arm/xilinx_zynq.c              | 71 ++++++++++++++++++++++++++++++-
 hw/dma/xlnx-zynq-devcfg.c         |  9 +++-
 include/hw/dma/xlnx-zynq-devcfg.h |  2 +-
 3 files changed, 78 insertions(+), 4 deletions(-)

-- 
2.46.1



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

end of thread, other threads:[~2024-10-14 15:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 11:24 [PATCH v4 0/3] Drop ignore_memory_transaction_failures for xilink_zynq Chao Liu
2024-10-07 11:24 ` [PATCH v4 1/3] xilink_zynq: Add various missing unimplemented devices Chao Liu
2024-10-14 15:18   ` Peter Maydell
2024-10-07 11:24 ` [PATCH v4 2/3] xilink-zynq-devcfg: Fix up for memory address range size not set correctly Chao Liu
2024-10-14 15:13   ` Peter Maydell
2024-10-07 11:24 ` [PATCH v4 3/3] xilink-zynq-devcfg: Avoid disabling devcfg memory region during initialization Chao Liu
2024-10-14 15:15   ` Peter Maydell
2024-10-14 15:23 ` [PATCH v4 0/3] Drop ignore_memory_transaction_failures for xilink_zynq 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).