u-boot-brain/arch/x86/lib/efi
Simon Glass 76d1d02fd2 board_f: x86: Use checkcpu() for CPU init
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: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
2017-04-05 13:55:09 -04:00
..
car.S x86: Add helper code for running from EFI 2015-08-05 08:44:08 -06:00
efi.c board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
Kconfig x86: Handle running as EFI payload 2015-08-05 08:44:08 -06:00
Makefile x86: Move efi .S files into the 'lib' directory 2016-11-14 23:24:04 +01:00