From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org, i.mitsyanko@samsung.com
Cc: vineshp@xilinx.com, edgar.iglesias@gmail.com,
Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
john.williams@xilinx.com, afaerber@suse.de
Subject: [Qemu-devel] [PATCH v6 0/2] Xilinx Zynq PL330 support
Date: Tue, 30 Oct 2012 11:35:21 +1000 [thread overview]
Message-ID: <cover.1351560671.git.peter.crosthwaite@xilinx.com> (raw)
These patches add support for the Primcell PL330 DMA controller and add it to the Xilinx Zynq machine model. Patch 1 is the device model. Patch 2 is the machine model update.
The Device model was originally contributed by Kirill Batuzov / Samsung, as indicated by the (C) notice in hw/pl330.c.
This series requires Peter Maydells dma_context_memory patch to function.
changed since v5:
addressed reviewer comments from Igor mitsyanko and Peter Maydell (1/2)
changed since v4:
s/petalogix/xilinx in my email address.
addressed reviewer comments from Igor mitsyanko and Peter Maydell (1/2)
changed since v3:
rebased against Makefile refactor
changed since v2:
addressed reviewer comments from Igor mitsyanko and Peter Maydell (1/2)
Peter Crosthwaite (2):
pl330: Initial version
xilinx_zynq: added pl330 to machine model
default-configs/arm-softmmu.mak | 1 +
hw/Makefile.objs | 1 +
hw/pl330.c | 1600 +++++++++++++++++++++++++++++++++++++++
hw/xilinx_zynq.c | 24 +
4 files changed, 1626 insertions(+), 0 deletions(-)
create mode 100644 hw/pl330.c
next reply other threads:[~2012-10-30 1:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-30 1:35 Peter Crosthwaite [this message]
2012-10-30 1:35 ` [Qemu-devel] [PATCH v6 1/2] pl330: Initial version Peter Crosthwaite
2012-10-30 13:52 ` Igor Mitsyanko
2012-10-30 1:35 ` [Qemu-devel] [PATCH v6 2/2] xilinx_zynq: added pl330 to machine model Peter Crosthwaite
2012-10-30 19:01 ` Blue Swirl
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.1351560671.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=afaerber@suse.de \
--cc=edgar.iglesias@gmail.com \
--cc=i.mitsyanko@samsung.com \
--cc=john.williams@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=vineshp@xilinx.com \
/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 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).