x86: broadwell: Allow booting from SPL
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:58:54 +0000 (21:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:13 +0000 (13:02 +0800)
commit43294e67d67f2aa1309a8d6cc0e8f1605aa98734
treeeac9c48117130632a45c838a2340e625e139e92e
parentd68574a72da5376784cbf3a553d82c6acfcd6824
x86: broadwell: Allow booting from SPL

At present broadwell only supports booting straight into U-Boot proper.
Add a separate init file to boot from SPL into U-Boot proper, and select
it when SPL is in use.

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