From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: peter.crosthwaite@xilinx.com, afaerber@suse.de
Subject: [Qemu-devel] [PATCH arm-devs v3 0/4] A9 global timer + mpcore trivials
Date: Wed, 27 Nov 2013 22:19:12 -0800 [thread overview]
Message-ID: <cover.1385619194.git.peter.crosthwaite@xilinx.com> (raw)
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
next reply other threads:[~2013-11-28 6:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-28 6:19 Peter Crosthwaite [this message]
2013-11-28 6:19 ` [Qemu-devel] [PATCH arm-devs v3 1/4] cpu/a9mpcore: rename timerbusdev variable Peter Crosthwaite
2013-11-28 18:30 ` Peter Maydell
2013-11-28 6:20 ` [Qemu-devel] [PATCH arm-devs v3 2/4] cpu/a9mpcore: reorder operations/declarations Peter Crosthwaite
2013-11-28 18:30 ` Peter Maydell
2013-11-28 6:20 ` [Qemu-devel] [PATCH arm-devs v3 3/4] hw/timer: Introduce ARM A9 Global Timer Peter Crosthwaite
2013-11-28 6:21 ` [Qemu-devel] [PATCH arm-devs v3 4/4] cpu/a9mpcore: Add " Peter Crosthwaite
2013-11-28 18:31 ` Peter Maydell
2013-11-28 18:30 ` [Qemu-devel] [PATCH arm-devs v3 0/4] A9 global timer + mpcore trivials Peter Maydell
2013-11-29 0:12 ` Peter Crosthwaite
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1385619194.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=afaerber@suse.de \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).