[U-Boot] [PATCH v2 1/2] x86: Move i8254_init() to x86_cpu_init_f()

Bin Meng bmeng.cn at gmail.com
Wed Dec 9 02:57:30 CET 2015


On Wed, Dec 9, 2015 at 9:31 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
>

applied to u-boot-x86/master, thanks!


More information about the U-Boot mailing list