u-boot/arch
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
..
arc arcv2: Halt non-master cores 2017-03-31 22:09:36 +03:00
arm Merge git://git.denx.de/u-boot-dm 2017-04-05 08:28:33 -04:00
avr32 efi: Use asmlinkage for EFIAPI 2016-10-19 09:01:53 +02:00
m68k spi: Zap cf_qspi driver and related code 2017-01-15 18:29:04 +01:00
microblaze microblaze: Fix endif macro command 2017-02-10 13:59:36 +01:00
mips mips: Use common _AC macro now. 2017-01-10 08:19:26 -05:00
nds32 nds32: Support relocation. 2016-09-29 15:38:10 +08:00
nios2 dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
powerpc board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private 2017-04-05 13:55:08 -04:00
sandbox board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() 2017-04-05 13:55:07 -04:00
sh sh: generate position independent code for all platforms 2016-12-02 21:32:54 -05:00
x86 board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
xtensa Remove arch/${ARCH}/include/asm/errno.h 2016-09-23 17:56:18 -04:00
.gitignore .gitignore: drop include/asm/proc from ignore pattern 2014-06-19 11:18:54 -04:00
Kconfig OpenRISC: Remove 2017-04-05 13:52:34 -04:00