u-boot-2016/arch/x86/cpu/coreboot
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 Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
coreboot.c board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
Kconfig x86: coreboot: Convert to use DM coreboot video driver 2016-10-12 10:58:24 +08:00
Makefile x86: coreboot: Remove the dummy pch driver 2016-06-29 10:08:15 +08:00
sdram.c x86: Move asm/arch-coreboot/tables.h to a common place 2016-03-17 10:27:21 +08:00
tables.c x86: Move asm/arch-coreboot/tables.h to a common place 2016-03-17 10:27:21 +08:00
timestamp.c x86: Convert to use driver model timer 2015-12-01 06:26:35 -07:00