All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL for 2018.05] efi patch queue 2018-04-23 for 2018.05
@ 2018-04-23 19:38 Alexander Graf
  2018-04-23 22:38 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Graf @ 2018-04-23 19:38 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] [PULL for 2018.05] efi patch queue 2018-04-23 for 2018.05
  2018-04-23 19:38 [U-Boot] [PULL for 2018.05] efi patch queue 2018-04-23 for 2018.05 Alexander Graf
@ 2018-04-23 22:38 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-04-23 22:38 UTC (permalink / raw)
  To: u-boot

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180423/fae890f7/attachment.sig>

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

end of thread, other threads:[~2018-04-23 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 19:38 [U-Boot] [PULL for 2018.05] efi patch queue 2018-04-23 for 2018.05 Alexander Graf
2018-04-23 22:38 ` Tom Rini

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.