From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TT0jv-0001iE-LV for qemu-devel@nongnu.org; Mon, 29 Oct 2012 21:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TT0ju-0000gH-JC for qemu-devel@nongnu.org; Mon, 29 Oct 2012 21:35:35 -0400 Received: from mail-da0-f45.google.com ([209.85.210.45]:40074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TT0ju-0000gB-DI for qemu-devel@nongnu.org; Mon, 29 Oct 2012 21:35:34 -0400 Received: by mail-da0-f45.google.com with SMTP id n15so2535205dad.4 for ; Mon, 29 Oct 2012 18:35:33 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Tue, 30 Oct 2012 11:35:21 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v6 0/2] Xilinx Zynq PL330 support 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 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