[U-Boot] [PULL] efi patch queue 2018-01-28

Hi Tom,
This is my current patch queue for efi. Please pull.
Alex
The following changes since commit 4f6c7b12ed425095e635c32f184e8f8002da3823:
omap3_logic: Clean up I2C pin muxing. (2018-01-28 12:27:37 -0500)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-next
for you to fetch changes up to 29a8a2828e5c6f3f167a8526a80da992b4626daf:
efi_loader: add a README.iscsi describing booting via iSCSI (2018-01-28 21:37:13 +0100)
---------------------------------------------------------------- Patch queue for efi - 2018-01-28
This is the second part of patches for 2018.03-rc1, fixing a few minor issues and adding a readme file for iSCSI booting.
---------------------------------------------------------------- Alexander Graf (3): efi: Conflict efi_loader with different stub bitness efi_loader: Always use EFIAPI instead of asmlinkage efi_loader: Call Exit() on return from payload in StartImage()
Heinrich Schuchardt (6): efi_loader: catch misspelled bootefi subcommand efi_loader: fix comments in indent_string() vsprintf.c: correct printing of a NULL device path efi_loader: do not install NULL as device path efi_loader: consistently use %pD to print device paths efi_loader: add a README.iscsi describing booting via iSCSI
MAINTAINERS | 1 + cmd/bootefi.c | 14 ++-- doc/README.iscsi | 159 ++++++++++++++++++++++++++++++++++++++++++ include/efi.h | 2 +- lib/efi_loader/Kconfig | 4 ++ lib/efi_loader/efi_bootmgr.c | 6 +- lib/efi_loader/efi_boottime.c | 42 ++++++----- lib/vsprintf.c | 3 +- test/print_ut.c | 4 ++ 9 files changed, 208 insertions(+), 27 deletions(-) create mode 100644 doc/README.iscsi

On Sun, Jan 28, 2018 at 09:40:39PM +0100, Alexander Graf wrote:
Hi Tom,
This is my current patch queue for efi. Please pull.
Alex
The following changes since commit 4f6c7b12ed425095e635c32f184e8f8002da3823:
omap3_logic: Clean up I2C pin muxing. (2018-01-28 12:27:37 -0500)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-next
for you to fetch changes up to 29a8a2828e5c6f3f167a8526a80da992b4626daf:
efi_loader: add a README.iscsi describing booting via iSCSI (2018-01-28 21:37:13 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Alexander Graf
-
Tom Rini