genode/repos/base/mk/spec
Martin Stein 1208d14681 hw: use kernel timer for timer driver
* Adds public timeout syscalls to kernel API
  * Kernel::timeout installs a timeout and binds a signal context to it that
    shall trigger once the timeout expired
  * With Kernel::timeout_max_us, one can get the maximum installable timeout
  * Kernel::timeout_age_us returns the time that has passed since the
    calling threads last timeout installation

* Removes all device specific back-ends for the base-hw timer driver and
  implements a generic back-end taht uses the kernel timeout API

* Adds assertions about the kernel timer frequency that originate from the
  requirements of the the kernel timeout API and adjusts all timers
  accordingly by using the their internal dividers

* Introduces the Kernel::Clock class. As member of each Kernel::Cpu object
  it combines the management of the timer of the CPU with a timeout scheduler.
  Not only the timeout API uses the timeout scheduler but also the CPUs job
  scheduler for installing scheduling timeouts.

* Introduces the Kernel::time_t type for timer tic values and values inherited
  from timer tics (like microseconds).

Fixes #1972
2016-05-26 15:54:15 +02:00
..
32bit.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
64bit.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
arm_v6.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
arm_v7.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
arm_v7a.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
arm.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
arndale.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
cortex_a8.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
cortex_a9.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
cortex_a15.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
experimental.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
exynos5.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
fpu_vfpv3.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
imx6.mk hw: use kernel timer for timer driver 2016-05-26 15:54:15 +02:00
imx53.mk hw: use kernel timer for timer driver 2016-05-26 15:54:15 +02:00
odroid_x2.mk foc_odroid_x2: basic configuration for gpio pins 2015-09-30 12:20:38 +02:00
odroid_xu.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
panda.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
pbxa9.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
pl011.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
release.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
rpi.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
tl16c750.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
x86_32.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
x86_64.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
zynq_qemu.mk hw_zynq: refactor specs 2016-04-25 10:48:00 +02:00
zynq.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00