ARM: Add per-cpu local timers for ARM.
authorGeoffrey Blake <geoffrey.blake@arm.com>
Fri, 19 Aug 2011 20:08:05 +0000 (15:08 -0500)
committerGeoffrey Blake <geoffrey.blake@arm.com>
Fri, 19 Aug 2011 20:08:05 +0000 (15:08 -0500)
commitf778c46b5ec37c2050b51c1e1610b2e33c018031
tree0e8aaabd10eeeae25cebd02768ab1e5f54436e33
parentefd91d22371c243348cc0fc9c68a72c55f7e8a1e
ARM: Add per-cpu local timers for ARM.

Cortex-A9 processors can have a local timer and watchdog counter. It
is enabled by default in Linux and up to this point we've had to disable
them since a model wasn't available. This change allows a default
MP ARM Linux configuration to boot.
src/dev/arm/RealView.py
src/dev/arm/SConscript
src/dev/arm/gic.cc
src/dev/arm/timer_cpulocal.cc [new file with mode: 0644]
src/dev/arm/timer_cpulocal.hh [new file with mode: 0644]