
22 Feb
2019
22 Feb
'19
8:19 a.m.
On Wed, Jan 30, 2019 at 12:00 PM Simon Glass sjg@chromium.org wrote:
Split the CPU init into two parts - the 'full' init which happens in the first U-Boot phase, and the rest of the init that happens on subsequent stages.
Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/cpu/broadwell/Makefile | 1 + arch/x86/cpu/broadwell/cpu.c | 673 ----------------------------- arch/x86/cpu/broadwell/cpu_full.c | 694 ++++++++++++++++++++++++++++++ 3 files changed, 695 insertions(+), 673 deletions(-) create mode 100644 arch/x86/cpu/broadwell/cpu_full.c
Reviewed-by: Bin Meng bmeng.cn@gmail.com