]> Git Repo - qemu.git/commit - target-arm/cpu.h
Add dummy implementation of generic timer cp15 registers
authorPeter Maydell <[email protected]>
Wed, 25 Jan 2012 12:42:29 +0000 (12:42 +0000)
committerPeter Maydell <[email protected]>
Wed, 25 Jan 2012 12:42:29 +0000 (12:42 +0000)
commit0383ac006f6bfa60d5cb3d0ddf4a9e1d65f9c900
tree08f53b40306c18fdb01895c081ccde5b9674c6eb
parent5fe91019e66e2c2187f0af2324e25d450eb03a86
Add dummy implementation of generic timer cp15 registers

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.

Reviewed-by: Andreas Färber <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/cpu.h
target-arm/helper.c
This page took 0.032072 seconds and 4 git commands to generate.