Skip to content
Snippets Groups Projects
Select Git revision
0 results

timer

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Bin Meng authored
    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: default avatarBin Meng <bmeng.cn@gmail.com>
    Acked-by: default avatarSimon Glass <sjg@chromium.org>
    4932443d
    History
    Name Last commit Last update
    ..