u-boot-brain/arch/x86/cpu/broadwell
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
..
cpu.c board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
iobp.c x86: broadwell: Add a PCH driver 2016-03-17 10:27:25 +08:00
Kconfig x86: Add basic support for broadwell 2016-03-17 10:27:25 +08:00
lpc.c x86: broadwell: Add an LPC driver 2016-03-17 10:27:26 +08:00
Makefile x86: broadwell: Add support for high-speed I/O lane with ME 2016-03-17 10:27:26 +08:00
me.c x86: broadwell: Add support for high-speed I/O lane with ME 2016-03-17 10:27:26 +08:00
northbridge.c x86: broadwell: Add a northbridge driver 2016-03-17 10:27:26 +08:00
pch.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pinctrl_broadwell.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
power_state.c x86: broadwell: Add power-control support 2016-03-17 10:27:26 +08:00
refcode.c x86: broadwell: Add reference code support 2016-03-17 10:27:26 +08:00
sata.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
sdram.c dm: x86: Move samus to use new driver model support 2016-10-11 11:55:33 +08:00