[PATCH v3 5/7] x86: coreboot: Allow building an SPL image

Bin Meng bmeng.cn at gmail.com
Fri May 1 12:25:23 CEST 2020


On Fri, May 1, 2020 at 11:22 AM Simon Glass <sjg at chromium.org> wrote:
>
> Make a few adjustments to allow us to build an SPL image for coreboot.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/x86/cpu/Makefile                |  4 +++-
>  arch/x86/cpu/coreboot/Makefile       |  8 +++++++-
>  arch/x86/cpu/coreboot/coreboot.c     |  3 ++-
>  arch/x86/cpu/coreboot/coreboot_spl.c | 12 ++++++++++++
>  arch/x86/cpu/intel_common/Makefile   |  2 ++
>  arch/x86/cpu/x86_64/cpu.c            |  2 ++
>  6 files changed, 28 insertions(+), 3 deletions(-)
>  create mode 100644 arch/x86/cpu/coreboot/coreboot_spl.c
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Tested-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list