From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSiwX-00012e-Dr for qemu-devel@nongnu.org; Mon, 29 Oct 2012 02:35:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSiwW-0001aO-H3 for qemu-devel@nongnu.org; Mon, 29 Oct 2012 02:35:25 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:54203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSiwW-0001aJ-Ar for qemu-devel@nongnu.org; Mon, 29 Oct 2012 02:35:24 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so3022131pad.4 for ; Sun, 28 Oct 2012 23:35:23 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Mon, 29 Oct 2012 16:35:20 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v5 0/2] 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. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, i.mitsyanko@samsung.com Cc: vineshp@xilinx.com, edgar.iglesias@gmail.com, Peter Crosthwaite , john.williams@xilinx.com, afaerber@suse.de The Device model was originally contributed by Kirill Batuzov / Samsung, as indicated by the (C) notice in hw/pl330.c. 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 | 1587 +++++++++++++++++++++++++++++++++++++++ hw/xilinx_zynq.c | 24 + 4 files changed, 1613 insertions(+), 0 deletions(-) create mode 100644 hw/pl330.c