qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/2] Xilinx Zynq PL330 support
@ 2012-10-30  1:35 Peter Crosthwaite
  2012-10-30  1:35 ` [Qemu-devel] [PATCH v6 1/2] pl330: Initial version Peter Crosthwaite
  2012-10-30  1:35 ` [Qemu-devel] [PATCH v6 2/2] xilinx_zynq: added pl330 to machine model Peter Crosthwaite
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Crosthwaite @ 2012-10-30  1:35 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, i.mitsyanko
  Cc: vineshp, edgar.iglesias, Peter Crosthwaite, john.williams,
	afaerber

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

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

end of thread, other threads:[~2012-10-30 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30  1:35 [Qemu-devel] [PATCH v6 0/2] Xilinx Zynq PL330 support Peter Crosthwaite
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

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