u-boot-brain/arch/x86/cpu/ivybridge
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
..
bd82x6x.c x86: ivybridge: Declare global data where it is used 2017-02-06 11:38:46 +08:00
cpu.c board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
early_me.c dm: x86: Move link to use driver model for video 2016-10-11 11:55:33 +08:00
fsp_configs.c x86: ivybridge: Add FSP support 2016-02-21 13:42:52 +08:00
ivybridge.c x86: squash lines for immediate return 2016-09-23 17:53:49 -04:00
Kconfig x86: Move common MRC Kconfig options to the common file 2016-03-17 10:27:25 +08:00
lpc.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
Makefile x86: ivybridge: Provide a dummy SDRAM init for 64-bit 2017-02-06 11:38:46 +08:00
model_206ax.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
northbridge.c x86: ivybridge: Declare global data where it is used 2017-02-06 11:38:46 +08:00
sata.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
sdram_nop.c x86: ivybridge: Provide a dummy SDRAM init for 64-bit 2017-02-06 11:38:46 +08:00
sdram.c x86: ivybridge: Add more debugging for failures 2017-02-06 11:38:46 +08:00