u-boot-brain/arch/x86/cpu/baytrail
Bin Meng 6e6f4ce4f8 x86: Move MP initialization codes into a common place
Most of the MP initialization codes in arch/x86/cpu/baytrail/cpu.c is
common to all x86 processors, except detect_num_cpus() which varies
from cpu to cpu. Move these to arch/x86/cpu/cpu.c and implement the
new 'get_count' method for baytrail and cpu_x86 drivers. Now we call
cpu_get_count() in mp_init() to get the number of CPUs.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-14 18:03:16 -06:00
..
cpu.c x86: Move MP initialization codes into a common place 2015-07-14 18:03:16 -06:00
early_uart.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
fsp_configs.c x86: Add support for Intel Minnowboard Max 2015-02-06 12:07:39 -07:00
Kconfig x86: Add support for Intel Minnowboard Max 2015-02-06 12:07:39 -07:00
Makefile x86: Add a CPU driver for baytrail 2015-04-30 16:13:50 -06:00
pci.c x86: baytrail: pci region 3 is not always mapped to end of ram 2015-06-04 03:03:18 -06:00
valleyview.c x86: Remove unwanted MMC debugging 2015-04-29 21:02:32 -06:00