Re: [U-Boot] [PATCH v2 17/20] x86: Allow CPUs to be set up after relocation

2015-04-29 Thread Bin Meng
Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass s...@chromium.org wrote: This permits init of additional CPU cores after relocation and when driver model is ready. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None arch/x86/cpu/cpu.c| 37

[U-Boot] [PATCH v2 17/20] x86: Allow CPUs to be set up after relocation

2015-04-28 Thread Simon Glass
This permits init of additional CPU cores after relocation and when driver model is ready. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None arch/x86/cpu/cpu.c| 37 + arch/x86/include/asm/cpu.h| 14 ++