Re: [Qemu-devel] [PATCH arm-devs v3 4/4] cpu/a9mpcore: Add Global Timer

2013-11-28 Thread Peter Maydell
On 28 November 2013 06:21, Peter Crosthwaite wrote: > From: François LEGAL > > Add the global timer to A9 MPCore. > > Signed-off-by: François LEGAL > [PC Changes: > * new commit message > * split off original version as a separate patch > * Rebased against new mpcore implementation (with stru

[Qemu-devel] [PATCH arm-devs v3 4/4] cpu/a9mpcore: Add Global Timer

2013-11-27 Thread Peter Crosthwaite
From: François LEGAL Add the global timer to A9 MPCore. Signed-off-by: François LEGAL [PC Changes: * new commit message * split off original version as a separate patch * Rebased against new mpcore implementation (with struct embedding) ] Signed-off-by: Peter Crosthwaite --- changed from v2