Home
last modified time | relevance | path

Searched hist:"4932443 d260d23c882e48eefcc66a83dfca7ee5a" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/timer/
H A Dtsc_timer.c4932443d260d23c882e48eefcc66a83dfca7ee5a Wed Dec 09 01:31:39 UTC 2015 Bin Meng <bmeng.cn@gmail.com> 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>
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dcpu.c4932443d260d23c882e48eefcc66a83dfca7ee5a Wed Dec 09 01:31:39 UTC 2015 Bin Meng <bmeng.cn@gmail.com> 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>