public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Clean up make process for EFI payload
@ 2017-09-05  1:19 Heinrich Schuchardt
  2017-09-05  1:19 ` [U-Boot] [PATCH 1/3] efi_loader: rename __efi_hello_world_* Heinrich Schuchardt
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Heinrich Schuchardt @ 2017-09-05  1:19 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-09  4:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05  1:19 [U-Boot] [PATCH 0/3] Clean up make process for EFI payload Heinrich Schuchardt
2017-09-05  1:19 ` [U-Boot] [PATCH 1/3] efi_loader: rename __efi_hello_world_* Heinrich Schuchardt
2017-09-09  4:54   ` Simon Glass
2017-09-05  1:19 ` [U-Boot] [PATCH 2/3] scripts/Makefile.lib: generalize building built in EFI app Heinrich Schuchardt
2017-09-09  4:54   ` Simon Glass
2017-09-05  1:19 ` [U-Boot] [PATCH 3/3] efi_loader: usage of always in Makefile Heinrich Schuchardt
2017-09-09  4:54   ` Simon Glass
2017-09-05 14:23 ` [U-Boot] [PATCH 0/3] Clean up make process for EFI payload Andy Shevchenko
2017-09-06  1:50   ` Heinrich Schuchardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox