From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnO2T-00085M-KE for qemu-devel@nongnu.org; Mon, 02 Dec 2013 02:35:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnO2L-0004iW-L4 for qemu-devel@nongnu.org; Mon, 02 Dec 2013 02:35:29 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:43302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnO2L-0004iQ-G6 for qemu-devel@nongnu.org; Mon, 02 Dec 2013 02:35:21 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so18352684pbc.19 for ; Sun, 01 Dec 2013 23:35:20 -0800 (PST) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Sun, 1 Dec 2013 23:34:48 -0800 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH arm-devs v4 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. default-configs/arm-softmmu.mak | 1 + hw/cpu/a9mpcore.c | 44 +++-- hw/timer/Makefile.objs | 1 + hw/timer/a9gtimer.c | 369 ++++++++++++++++++++++++++++++++++++++++ include/hw/cpu/a9mpcore.h | 4 +- include/hw/timer/a9gtimer.h | 97 +++++++++++ 6 files changed, 501 insertions(+), 15 deletions(-) create mode 100644 hw/timer/a9gtimer.c create mode 100644 include/hw/timer/a9gtimer.h -- 1.8.4.4