From patchwork Mon Jan 23 07:20:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Peter A. G. Crosthwaite" X-Patchwork-Id: 137289 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 17BD9B6F71 for ; Mon, 23 Jan 2012 19:33:27 +1100 (EST) Received: from localhost ([::1]:34015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpFL5-00042X-Vu for incoming@patchwork.ozlabs.org; Mon, 23 Jan 2012 03:33:19 -0500 Received: from eggs.gnu.org ([140.186.70.92]:45141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpECT-00013u-Bt for qemu-devel@nongnu.org; Mon, 23 Jan 2012 02:20:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpECR-0004cl-Ra for qemu-devel@nongnu.org; Mon, 23 Jan 2012 02:20:21 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:47015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpECR-0004U2-PC for qemu-devel@nongnu.org; Mon, 23 Jan 2012 02:20:19 -0500 Received: by mail-gx0-f173.google.com with SMTP id r1so585260ggn.4 for ; Sun, 22 Jan 2012 23:20:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.100.84.9 with SMTP id h9mr2827029anb.12.1327303219610; Sun, 22 Jan 2012 23:20:19 -0800 (PST) Received: from localhost ([124.148.20.9]) by mx.google.com with ESMTPS id j16sm32628341anm.9.2012.01.22.23.20.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jan 2012 23:20:18 -0800 (PST) From: "Peter A. G. Crosthwaite" To: qemu-devel@nongnu.org, monstr@monstr.eu, john.williams@petalogix.com, peter.crosthwaite@petalogix.com, edgar.iglesias@petalogix.com, duyl@xilinx.com, linnj@xilinx.com Date: Mon, 23 Jan 2012 17:20:34 +1000 Message-Id: <6be43bb605e74e9bc567eafdfe462f3eb1d6040f.1327302677.git.peter.crosthwaite@petalogix.com> X-Mailer: git-send-email 1.7.3.2 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQmpvK65Ya14e8wMYjAx/vEd3j8WnORo7j6xys0XrC0VZhR7BJ3I18h7TRZKIln5vg7TJyn1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.173 X-Mailman-Approved-At: Mon, 23 Jan 2012 03:32:29 -0500 Subject: [Qemu-devel] [RFC PATCH 7/7] xilinx_zynq: machine model first revision X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Xilinx zynq-7000 machine model. Also includes device model for the zynq-specific system level control register (SLCR) module. Signed-off-by: Peter A. G. Crosthwaite --- Makefile.target | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.target b/Makefile.target index e62ff59..1c89779 100644 --- a/Makefile.target +++ b/Makefile.target @@ -338,6 +338,7 @@ obj-arm-y += cadence_uart.o obj-arm-y += cadence_ttc.o obj-arm-y += cadence_wdt.o obj-arm-y += cadence_gem.o +obj-arm-y += xilinx_zynq.o zynq_arm_sysctl.o obj-arm-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o a9mpcore.o obj-arm-y += arm_l2x0.o obj-arm-y += arm_mptimer.o