Re: [U-Boot] [PATCH v2 24/50] x86: Add common Intel code for SPL

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Add an implementation of arch_cpu_init_f() so that the x86 SPL code builds > and identifies the CPU. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/intel_common/Makefile | 6 +++

[U-Boot] [PATCH v2 24/50] x86: Add common Intel code for SPL

2019-04-25 Thread Simon Glass
Add an implementation of arch_cpu_init_f() so that the x86 SPL code builds and identifies the CPU. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/intel_common/Makefile | 6 ++ arch/x86/cpu/intel_common/cpu_from_spl.c | 27 +