qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH arm-devs v4 0/4] A9 global timer + mpcore trivials


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH arm-devs v4 0/4] A9 global timer + mpcore trivials
Date: Sun, 1 Dec 2013 23:34:48 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]