All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peter A. G. Crosthwaite" <peter.crosthwaite@petalogix.com>
To: batuzovk@ispras.ru, kyungmin.park@samsung.com,
	qemu-devel@nongnu.org, paul@codesourcery.com,
	peter.maydell@linaro.org, edgar.iglesias@gmail.com
Cc: peter.crosthwaite@petalogix.com, linnj@xilinx.com,
	duyl@xilinx.com, zhur@ispras.ru, john.williams@petalogix.com
Subject: [Qemu-devel] [PATCH v2 0/2] Xilinx Zynq PL330 support
Date: Fri, 30 Mar 2012 17:58:25 +1000	[thread overview]
Message-ID: <cover.1333094083.git.peter.crosthwaite@petalogix.com> (raw)

Hi,

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.

Changed from v1:
minor code formatting errors (1/2)
added GPLv2 copyright to 330 model (1/2)

Peter A. G. Crosthwaite (2):
  pl330: initial version
  xilinx_zynq: added pl330 to machine model

 MAINTAINERS      |    1 +
 Makefile.target  |    1 +
 hw/pl330.c       | 1403 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/xilinx_zynq.c |   18 +
 4 files changed, 1423 insertions(+), 0 deletions(-)
 create mode 100644 hw/pl330.c

-- 
1.7.3.2

             reply	other threads:[~2012-03-30  7:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-30  7:58 Peter A. G. Crosthwaite [this message]
2012-03-30  7:58 ` [Qemu-devel] [PATCH v2 1/2] pl330: initial version Peter A. G. Crosthwaite
2012-04-05  7:07   ` Andreas Färber
2012-03-30  7:58 ` [Qemu-devel] [PATCH v2 2/2] xilinx_zynq: added pl330 to machine model Peter A. G. Crosthwaite
2012-04-04 23:37 ` [Qemu-devel] [PATCH v2 0/2] Xilinx Zynq PL330 support John Williams
2012-04-05 18:02   ` 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.1333094083.git.peter.crosthwaite@petalogix.com \
    --to=peter.crosthwaite@petalogix.com \
    --cc=batuzovk@ispras.ru \
    --cc=duyl@xilinx.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=john.williams@petalogix.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linnj@xilinx.com \
    --cc=paul@codesourcery.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=zhur@ispras.ru \
    /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.