[U-Boot] [PATCH 0/3] Clean up make process for EFI payload

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Sep 5 01:19:36 UTC 2017


Currently we have a single EFI application that we can deliver
integrated into U-Boot. It is a hello world application that
can be called with 'bootefi hello'.

The Makefiles do not easily accomodate further EFI payloads
like a unit test for the EFI API or an EFI shell.

This patch series changes Makefile.lib to allow additional
EFI payloads. Required fixes to the helloworld app are
provided.

Further work will be needed to accomodate EFI payloads built
out of multiple source files.

Heinrich Schuchardt (3):
  efi_loader: rename __efi_hello_world_*
  scripts/Makefile.lib: generalize building built in EFI app
  efi_loader: usage of always in Makefile

 cmd/bootefi.c                  |  4 ++--
 include/asm-generic/sections.h |  4 ++--
 lib/efi_loader/Makefile        |  5 +++--
 scripts/Makefile.lib           | 28 +++++++++++++++-------------
 4 files changed, 22 insertions(+), 19 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list