[U-Boot] [PATCH 24/40] x86: Add common Intel code for SPL
Bin Meng
bmeng.cn at gmail.com
Fri Feb 22 07:19:40 UTC 2019
On Wed, Jan 30, 2019 at 12:00 PM Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
>
> arch/x86/cpu/intel_common/Makefile | 6 ++++++
> arch/x86/cpu/intel_common/cpu_from_spl.c | 27 ++++++++++++++++++++++++
> 2 files changed, 33 insertions(+)
> create mode 100644 arch/x86/cpu/intel_common/cpu_from_spl.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list