x86: Allow CPUs to be set up after relocation
authorSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 04:26:01 +0000 (22:26 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 22:13:48 +0000 (16:13 -0600)
commitbcb0c61e1a7f2a418e986044a9ade06561f8f8a8
treef99022b998eeee57503e250bc8c9c022d0599f4e
parent86196c65acd7f4a524c4d8d34fd4d9a6afe040c2
x86: Allow CPUs to be set up after relocation

This permits init of additional CPU cores after relocation and when driver
model is ready.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/cpu.c
arch/x86/include/asm/cpu.h
arch/x86/include/asm/u-boot-x86.h
common/board_r.c