Re: [Qemu-devel] [PATCH 1/2] Add dummy implementation of generic timer cp15 registers

2012-01-25 Thread Peter Maydell
On 25 January 2012 14:01, Andreas Färber wrote: > Am 25.01.2012 14:32, schrieb Peter Maydell: >> Add a dummy implementation of the cp15 registers for the generic >> timer (found in the Cortex-A15), just sufficient for Linux to >> decide that it can't use it. This requires at least CNTP_CTL and >>

Re: [Qemu-devel] [PATCH 1/2] Add dummy implementation of generic timer cp15 registers

2012-01-25 Thread Andreas Färber
Am 25.01.2012 14:32, schrieb Peter Maydell: > Add a dummy implementation of the cp15 registers for the generic > timer (found in the Cortex-A15), just sufficient for Linux to > decide that it can't use it. This requires at least CNTP_CTL and > CNTFRQ to be implemented as RAZ/WI; we RAZ/WI all of c1

[Qemu-devel] [PATCH 1/2] Add dummy implementation of generic timer cp15 registers

2012-01-25 Thread Peter Maydell
Add a dummy implementation of the cp15 registers for the generic timer (found in the Cortex-A15), just sufficient for Linux to decide that it can't use it. This requires at least CNTP_CTL and CNTFRQ to be implemented as RAZ/WI; we RAZ/WI all of c14. Signed-off-by: Peter Maydell --- target-arm/cp