u-boot-brain/arch/x86
Simon Glass 77a5e2d3bc x86: mp_init: Set up the CPU numbers at the start
At present each CPU is given a number when it starts itself up. While this
saves a tiny amount of time by doing the device-tree read in parallel, it
is confusing that the numbering happens on the fly.

Move this code into mp_init() and do it at the start.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-07-20 09:46:44 +08:00
..
cpu x86: mp_init: Set up the CPU numbers at the start 2020-07-20 09:46:44 +08:00
dts x86: fsp: Support a warning message when DRAM init is slow 2020-07-17 14:32:24 +08:00
include/asm x86: mp_init: Avoid declarations in header files 2020-07-20 09:46:43 +08:00
lib treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00
config.mk kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Kconfig x86: p2sb: make P2SB driver depend on P2SB uclass 2020-07-17 14:32:24 +08:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00