From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgPtE-0000DV-FT for qemu-devel@nongnu.org; Sun, 17 Jun 2012 20:32:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgPtC-0007AS-Pt for qemu-devel@nongnu.org; Sun, 17 Jun 2012 20:32:20 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:58137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgPtC-0007AO-JO for qemu-devel@nongnu.org; Sun, 17 Jun 2012 20:32:18 -0400 Received: by pbbro12 with SMTP id ro12so7989761pbb.4 for ; Sun, 17 Jun 2012 17:32:14 -0700 (PDT) From: "Peter A. G. Crosthwaite" Date: Mon, 18 Jun 2012 10:42:01 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v4 0/2] Xilinx Zynq PL330 support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: edgar.iglesias@gmail.com, qemu-devel@nongnu.org, peter.maydell@linaro.org, i.mitsyanko@samsung.com Cc: zhur@ispras.ru, batuzovk@ispras.ru, peter.crosthwaite@petalogix.com, kyungmin.park@samsung.com, paul@codesourcery.com, duyl@xilinx.com, linnj@xilinx.com, john.williams@petalogix.com 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 since v3: rebased against Makefile refactor changed since v2: addressed reviewer comments from Igor mitsyanko and Peter Maydell (1/2) Peter A. G. Crosthwaite (2): pl330: initial version xilinx_zynq: added pl330 to machine model hw/arm/Makefile.objs | 1 + hw/pl330.c | 1411 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/xilinx_zynq.c | 18 + 3 files changed, 1430 insertions(+), 0 deletions(-) create mode 100644 hw/pl330.c -- 1.7.3.2