mbox series

[PULL,for,2018.05] efi patch queue 2018-04-23 for 2018.05

Message ID 20180423193802.53994-1-agraf@suse.de
State New
Headers show
Series [PULL,for,2018.05] efi patch queue 2018-04-23 for 2018.05 | expand

Pull-request

git://github.com/agraf/u-boot.git tags/signed-efi-2018.05

Message

Alexander Graf April 23, 2018, 7:38 p.m. UTC
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

Comments

Tom Rini April 23, 2018, 10:38 p.m. UTC | #1
On Mon, Apr 23, 2018 at 09:38:02PM +0200, Alexander Graf wrote:

> 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)

> 


Applied to u-boot/master, thanks!

-- 
Tom