From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SD5Vz-00084B-5d for qemu-devel@nongnu.org; Wed, 28 Mar 2012 22:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SD5Vx-0006s6-GH for qemu-devel@nongnu.org; Wed, 28 Mar 2012 22:55:06 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:44114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SD5Vx-0006oU-BT for qemu-devel@nongnu.org; Wed, 28 Mar 2012 22:55:05 -0400 Received: by iafj26 with SMTP id j26so2837737iaf.4 for ; Wed, 28 Mar 2012 19:55:02 -0700 (PDT) From: "Peter A. G. Crosthwaite" Date: Thu, 29 Mar 2012 12:54:44 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/2] Xilinx Zynq PL330 support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: batuzovk@ispras.ru, 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 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. Thw Device model was originally contributed by Kirill Batuzov / Samsung, as indicated by the (C) notice in hw/pl330.c. Peter A. G. Crosthwaite (2): pl330: initial version xilinx_zynq: added pl330 to machine model MAINTAINERS | 1 + Makefile.target | 1 + hw/pl330.c | 1395 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/xilinx_zynq.c | 18 + 4 files changed, 1415 insertions(+), 0 deletions(-) create mode 100644 hw/pl330.c -- 1.7.3.2