x86: coreboot: Allow building an SPL image
authorSimon Glass <sjg@chromium.org>
Fri, 1 May 2020 03:21:43 +0000 (21:21 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 4 May 2020 07:28:28 +0000 (15:28 +0800)
commitb4d4f592b243d08791ce582073710444ede48446
tree4cb67abd5a0808c6fe20eaba7a8fd9dd3b0b4425
parentfc486371c3696cf246163fc35e79c740a5d7d1b9
x86: coreboot: Allow building an SPL image

Make a few adjustments to allow us to build an SPL image for coreboot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile
arch/x86/cpu/coreboot/Makefile
arch/x86/cpu/coreboot/coreboot.c
arch/x86/cpu/coreboot/coreboot_spl.c [new file with mode: 0644]
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/x86_64/cpu.c