qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v9 0/3] Xilinx Zynq PL330 support


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH v9 0/3] Xilinx Zynq PL330 support
Date: Fri, 8 Feb 2013 13:42:48 +1000

These patches add support for the Primcell PL330 DMA controller and add it to 
the Xilinx Zynq machine model. Patch 2 is the device model. Patch 3 is the 
machine model update. Patch 1 is a helper function for debug mode.

The Device model was originally contributed by Kirill Batuzov / Samsung, as 
indicated by the (C) notice in hw/pl330.c.

P.S. I am aware of the email threading issue and am working on it.

changed since v8:
Added Hexdumper patch (P1)
Please see patch 2 for detailed comments on changes to pl330 device model
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 (3):
  iov: Factor out hexdumper
  pl330: Initial version
  xilinx_zynq: added pl330 to machine model

 default-configs/arm-softmmu.mak |    1 +
 hw/Makefile.objs                |    1 +
 hw/pl330.c                      | 1645 +++++++++++++++++++++++++++++++++++++++
 hw/xilinx_zynq.c                |   24 +
 include/qemu/hexdump.h          |    3 +
 util/Makefile.objs              |    1 +
 util/hexdump.c                  |   45 ++
 util/iov.c                      |   31 +-
 8 files changed, 1726 insertions(+), 25 deletions(-)
 create mode 100644 hw/pl330.c
 create mode 100644 include/qemu/hexdump.h
 create mode 100644 util/hexdump.c





reply via email to

[Prev in Thread] Current Thread [Next in Thread]