]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit61d2c10b7e1c6a98e8d083975d14d6d499f1afb3
tree4fb01c692be78f30e124b0f710e42fce0401e657
parent3ba79eab77ea38e4bf347dd1f02877796b16bd97
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]