From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Clean up make process for EFI payload
Date: Tue, 05 Sep 2017 17:23:03 +0300 [thread overview]
Message-ID: <1504621383.25945.237.camel@linux.intel.com> (raw)
In-Reply-To: <20170905011939.5794-1-xypron.glpk@gmx.de>
On Tue, 2017-09-05 at 03:19 +0200, Heinrich Schuchardt wrote:
> 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.
Please, amend .gitignore, if needed, according to the changes.
>
> 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(-)
>
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
next prev parent reply other threads:[~2017-09-05 14:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Andy Shevchenko [this message]
2017-09-06 1:50 ` [U-Boot] [PATCH 0/3] Clean up make process for EFI payload Heinrich Schuchardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1504621383.25945.237.camel@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.