[U-Boot] [PULL for 2018.05] efi patch queue 2018-04-23 for 2018.05
Alexander Graf
agraf at suse.de
Mon Apr 23 19:38:02 UTC 2018
Hi Tom,
This is my current stable patch queue for efi. Please pull.
Alex
The following changes since commit 275d80a4c2fb63890f3f4c16b7ad481064e650a0:
Merge git://git.denx.de/u-boot-usb (2018-04-22 09:30:36 -0400)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-2018.05
for you to fetch changes up to e83222bfc3ad2d7b2ecb1f1e559d78ec0d1f03cd:
efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL (2018-04-23 21:34:28 +0200)
----------------------------------------------------------------
Patch queue for efi - 2018-04-23
Some last minute fixes for 2018.05. Most of them are minor fixes. On
top we have some functional improvements for the device path logic
which should also help us be more compatible.
----------------------------------------------------------------
Heinrich Schuchardt (10):
log: fix typo LOGL_EFI
efi_loader: no support for ARMV7_NONSEC=y
efi_selftest: do not execute test if setup failed
efi_selftest: fix typo in efi_selftest_devicepath.c
efi_loader: implement CreateDeviceNode
efi_loader: fix AppendDevicePath
efi_loader: correctly determine length of empty device path
efi_loader: correcty determine total device path length
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL
doc/README.uefi | 2 +
include/efi_api.h | 1 +
include/efi_loader.h | 19 +-
include/efi_selftest.h | 2 +
include/log.h | 2 +-
lib/efi_loader/Kconfig | 2 +
lib/efi_loader/efi_boottime.c | 4 +-
lib/efi_loader/efi_device_path.c | 124 +++++++++-
lib/efi_loader/efi_device_path_utilities.c | 133 ++++++++++-
lib/efi_selftest/Makefile | 1 +
lib/efi_selftest/efi_selftest.c | 14 +-
lib/efi_selftest/efi_selftest_devicepath.c | 2 +-
lib/efi_selftest/efi_selftest_devicepath_util.c | 286 ++++++++++++++++++++++++
13 files changed, 556 insertions(+), 36 deletions(-)
create mode 100644 lib/efi_selftest/efi_selftest_devicepath_util.c
More information about the U-Boot
mailing list