All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chao Liu <chao.liu@yeah.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, bin.meng@windriver.com,
	edgar.iglesias@gmail.com, alistair@alistair23.me,
	Chao Liu <chao.liu@yeah.net>
Subject: [PATCH v4 0/3] Drop ignore_memory_transaction_failures for xilink_zynq
Date: Mon,  7 Oct 2024 19:24:52 +0800	[thread overview]
Message-ID: <cover.1728299530.git.chao.liu@yeah.net> (raw)

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



             reply	other threads:[~2024-10-07 11:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-07 11:24 Chao Liu [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1728299530.git.chao.liu@yeah.net \
    --to=chao.liu@yeah.net \
    --cc=alistair@alistair23.me \
    --cc=bin.meng@windriver.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.