qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH arm-devs v3 0/4] A9 global timer + mpcore trivials
@ 2013-11-28  6:19 Peter Crosthwaite
  2013-11-28  6:19 ` [Qemu-devel] [PATCH arm-devs v3 1/4] cpu/a9mpcore: rename timerbusdev variable Peter Crosthwaite
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Peter Crosthwaite @ 2013-11-28  6:19 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: peter.crosthwaite, afaerber

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-29  0:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28  6:19 [Qemu-devel] [PATCH arm-devs v3 0/4] A9 global timer + mpcore trivials Peter Crosthwaite
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

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).