[U-Boot] [PATCH v2 22/50] x86: broadwell: Allow booting from SPL
Bin Meng
bmeng.cn at gmail.com
Wed May 1 15:34:59 UTC 2019
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> arch/x86/cpu/broadwell/Makefile | 15 +++++++
> arch/x86/cpu/broadwell/cpu_from_spl.c | 63 +++++++++++++++++++++++++++
> 2 files changed, 78 insertions(+)
> create mode 100644 arch/x86/cpu/broadwell/cpu_from_spl.c
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list