1
0
Fork 0
remarkable-uboot/drivers/timer
Simon Glass c95fec3192 timer: Provide an early timer
In some cases the timer must be accessible before driver model is active.
Examples include when using CONFIG_TRACE to trace U-Boot's execution before
driver model is set up. Enable this option to use an early timer. These
functions must be supported by your timer driver: timer_early_get_count()
and timer_early_get_rate().

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-02-26 08:53:10 -07:00
..
Kconfig timer: Provide an early timer 2016-02-26 08:53:10 -07:00
Makefile drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -07:00
altera_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
omap-timer.c drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -07:00
sandbox_timer.c timer: sandbox: work without device tree 2016-01-20 19:06:23 -07:00
timer-uclass.c timer: Support tracing fully 2016-02-26 08:53:10 -07:00
tsc_timer.c x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00