Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

fsp_common.c

Forked from Reform / reform-boundary-uboot
32088 commits behind the upstream repository.
  • 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>