Skip to content
Snippets Groups Projects
Select Git revision
0 results

quark.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    76d1d02f
    board_f: x86: Use checkcpu() for CPU init · 76d1d02f
    Simon Glass authored
    
    At present we misuse print_cpuinfo() do so CPU init on x86. This is done
    because it is the next available call after the console is enabled. But
    several arches use checkcpu() instead. Despite the horrible name (which
    we can fix), it seems a better choice.
    
    Adjust the various x86 CPU implementations to move their init code into
    checkcpu() and use print_cpuinfo() only for printing CPU info.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarStefan Roese <sr@denx.de>
    76d1d02f
    History
    board_f: x86: Use checkcpu() for CPU init
    Simon Glass authored
    
    At present we misuse print_cpuinfo() do so CPU init on x86. This is done
    because it is the next available call after the console is enabled. But
    several arches use checkcpu() instead. Despite the horrible name (which
    we can fix), it seems a better choice.
    
    Adjust the various x86 CPU implementations to move their init code into
    checkcpu() and use print_cpuinfo() only for printing CPU info.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarStefan Roese <sr@denx.de>