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