Re: [Qemu-devel] [PATCH arm-devs v1 1/2] hw/timer: Introduce ARM A9 Global Timer.

2013-07-10 Thread Andreas Färber
Am 10.07.2013 07:08, schrieb peter.crosthwa...@xilinx.com: > From: Peter Crosthwaite > > The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. > The timer is shared but each CPU has a private independent comparator > and interrupt. > > Original version contributed by Francois L

Re: [Qemu-devel] [PATCH arm-devs v1 1/2] hw/timer: Introduce ARM A9 Global Timer.

2013-07-10 Thread Peter Crosthwaite
Hi Andreas, On Wed, Jul 10, 2013 at 6:25 PM, Andreas Färber wrote: > Am 10.07.2013 09:41, schrieb Peter Maydell: >> On 10 July 2013 06:08, wrote: >>> From: Peter Crosthwaite >>> >>> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. >>> The timer is shared but each CPU has

Re: [Qemu-devel] [PATCH arm-devs v1 1/2] hw/timer: Introduce ARM A9 Global Timer.

2013-07-10 Thread Andreas Färber
Am 10.07.2013 09:41, schrieb Peter Maydell: > On 10 July 2013 06:08, wrote: >> From: Peter Crosthwaite >> >> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. >> The timer is shared but each CPU has a private independent comparator >> and interrupt. >> >> Original version c

Re: [Qemu-devel] [PATCH arm-devs v1 1/2] hw/timer: Introduce ARM A9 Global Timer.

2013-07-10 Thread Peter Maydell
On 10 July 2013 06:08, wrote: > From: Peter Crosthwaite > > The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. > The timer is shared but each CPU has a private independent comparator > and interrupt. > > Original version contributed by Francois LEGAL. > > Signed-off-by: Pete

[Qemu-devel] [PATCH arm-devs v1 1/2] hw/timer: Introduce ARM A9 Global Timer.

2013-07-09 Thread peter . crosthwaite
From: Peter Crosthwaite The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. The timer is shared but each CPU has a private independent comparator and interrupt. Original version contributed by Francois LEGAL. Signed-off-by: Peter Crosthwaite --- Francois, do you want to re-