From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlux7-0004kT-BZ for qemu-devel@nongnu.org; Thu, 28 Nov 2013 01:20:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vluwz-0003dZ-Pt for qemu-devel@nongnu.org; Thu, 28 Nov 2013 01:19:53 -0500 Received: from mail-pd0-f172.google.com ([209.85.192.172]:34443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vluwz-0003d4-GI for qemu-devel@nongnu.org; Thu, 28 Nov 2013 01:19:45 -0500 Received: by mail-pd0-f172.google.com with SMTP id g10so11419968pdj.17 for ; Wed, 27 Nov 2013 22:19:44 -0800 (PST) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Wed, 27 Nov 2013 22:19:12 -0800 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH arm-devs v3 0/4] A9 global timer + mpcore trivials List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: peter.crosthwaite@xilinx.com, afaerber@suse.de Hi Peter, Another spin of the ARM MPCore global timer work. Patches 1 & 2 are some trivial cleanup to MPCore I did along the way. Regards, Peter François LEGAL (1): cpu/a9mpcore: Add Global Timer Peter Crosthwaite (3): cpu/a9mpcore: rename timerbusdev variable cpu/a9mpcore: reorder operations/declarations hw/timer: Introduce ARM A9 Global Timer. hw/cpu/a9mpcore.c | 44 ++++-- hw/timer/Makefile.objs | 2 +- hw/timer/a9gtimer.c | 369 ++++++++++++++++++++++++++++++++++++++++++++ include/hw/cpu/a9mpcore.h | 4 +- include/hw/timer/a9gtimer.h | 97 ++++++++++++ 5 files changed, 500 insertions(+), 16 deletions(-) create mode 100644 hw/timer/a9gtimer.c create mode 100644 include/hw/timer/a9gtimer.h -- 1.8.4.4