]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:17 +0000 (22:35 +0200)
commit9f2e790fb568aa7a5a41834312e76884a446bf2f
tree235bd8a80ff5e51967e9745b83f5673db954b142
parent1e3a2e0ae9d26b322ed046f667e903ac381de8f4
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