u-boot-brain/arch/x86/cpu/quark
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
..
acpi.c x86: quark: Introduce ACPI global NVS 2016-07-12 13:46:01 +08:00
car.S x86: quark: Add Cache-As-RAM initialization 2015-02-06 12:07:41 -07:00
dram.c x86: quark: Implement mrc cache 2015-10-21 07:46:27 -06:00
hte.c x86: quark: MRC codes clean up 2015-03-24 21:22:37 -06:00
hte.h x86: quark: MRC codes clean up 2015-03-24 21:22:37 -06:00
irq.c dm: x86: quark: Add an interrupt driver 2016-01-24 12:07:18 +08:00
Kconfig x86: tsc: Remove legacy timer codes 2015-12-01 06:26:35 -07:00
Makefile x86: quark: Generate ACPI FADT/MADT tables 2016-05-30 10:21:12 +08:00
mrc_util.c x86: quark: Use Quark's own PCI config APIs 2016-02-05 12:47:23 +08:00
mrc_util.h x86: quark: MRC codes clean up 2015-03-24 21:22:37 -06:00
mrc.c arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME 2015-03-24 21:22:37 -06:00
msg_port.c x86: quark: Optimize MRC execution time 2015-09-09 07:48:03 -06:00
quark.c board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
smc.c x86: quark: MRC codes clean up 2015-03-24 21:22:37 -06:00
smc.h x86: quark: MRC codes clean up 2015-03-24 21:22:37 -06:00