1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-28 04:57:10 +01:00
Files
u-boot-megous/drivers
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
..
2015-11-02 10:38:00 +09:00
2015-12-05 18:22:23 -05:00
2015-12-01 08:07:22 -07:00
2015-10-22 14:22:22 -04:00
2015-12-05 18:22:32 -05:00
2015-12-06 21:53:18 -05:00
2015-11-22 11:30:59 +01:00
2015-05-26 14:13:12 +02:00
2015-10-23 09:42:28 -06:00
2015-10-12 12:56:32 -04:00