genode/repos/base-hw/src/core/spec/exynos5
Martin Stein 4d3d4ecca0 hw core: merge Kernel::Clock and Kernel::Timer
With this, we get rid of platform specific timer interfaces. The new
Timer class does the same as the old Clock class and has a generic
interface. The old Timer class was merely used by the old Clock class.
Also, we get rid of having only one timer instance which we tell with
each method call for which CPU it shall be done. Instead now each Cpu
object has its own Timer member that knows the CPU it works for.

Also, rename all "tics" to "ticks".

Fixes #2347
2017-05-31 13:16:10 +02:00
..
cpu.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timer.cc hw core: merge Kernel::Clock and Kernel::Timer 2017-05-31 13:16:10 +02:00
timer_driver.h hw core: merge Kernel::Clock and Kernel::Timer 2017-05-31 13:16:10 +02:00