u-boot/drivers/timer
Bin Meng 4932443d26 x86: Move i8254_init() to x86_cpu_init_f()
Right now i8254_init() is called from timer_init() in the tsc timer
driver. But actually i8254 and tsc are completely different things.
Since tsc timer has been converted to driver model, we should find
a new place that is appropriate for U-Boot to call i8254_init(),
which is now x86_cpu_init_f().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-12-09 17:44:44 +08:00
..
Kconfig x86: tsc: Move tsc_timer.c to drivers/timer 2015-12-01 06:26:35 -07:00
Makefile x86: tsc: Move tsc_timer.c to drivers/timer 2015-12-01 06:26:35 -07:00
altera_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
sandbox_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
timer-uclass.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
tsc_timer.c x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00