x86: Add common Intel code for SPL
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:58:56 +0000 (21:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:14 +0000 (13:02 +0800)
commit17903c06e8d4d960b6d3ae1444905e45fe99a551
tree4fb01c692be78f30e124b0f710e42fce0401e657
parentc0052b6efd462ccfd43343b1cbd3460e5e3fe0dc
x86: Add common Intel code for SPL

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/cpu_from_spl.c [new file with mode: 0644]