[U-Boot] Pull request for UEFI sub-system for v2019.07-rc2

Heinrich Schuchardt xypron.glpk at gmx.de
Fri May 3 05:27:40 UTC 2019


The following changes since commit b4ee6daad7a2604ca9466b2ba48de86cc27d381f:

   Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imx
(2019-05-01 07:25:51 -0400)

are available in the Git repository at:

   git://git.denx.de/u-boot-efi.git tags/efi-2019-07-rc2

for you to fetch changes up to 4ccf678f37731d8ec09eae8dca5f4cbe84132a52:

   lib: uuid: Fix unseeded PRNG on RANDOM_UUID=y (2019-05-02 18:17:50 +0200)

----------------------------------------------------------------
Pull request for UEFI sub-system for v2019.07-rc2

This pull request provides error fixes for the handling of GPT
partitions and for the UEFI subsystem.

Travis CI showed no errors:
https://travis-ci.org/xypron2/u-boot/builds/527383078

Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4

----------------------------------------------------------------
AKASHI Takahiro (2):
       efi_loader: set OsIndicationsSupported at init
       cmd: efidebug: rework "boot dump" sub-command using
GetNextVariableName()

Eugeniu Rosca (4):
       disk: efi: Fix memory leak on 'gpt guid'
       disk: efi: Fix memory leak on 'gpt verify'
       cmd: gpt: fix and tidy up help message
       lib: uuid: Fix unseeded PRNG on RANDOM_UUID=y

Heinrich Schuchardt (7):
       efi_loader: parameter check CreateEventEx()
       efi_loader: FreePages() must fail with pages = 0
       efi_loader: optional data in load options are binary
       efi_loader: memory leak in append value
       efi_loader: implement support of exit data
       efi_selftest: test exit_data
       efi_loader: description of efi_add_handle()

  cmd/bootefi.c                                   |  15 ++--
  cmd/efidebug.c                                  | 106
++++++++++++++++--------
  cmd/gpt.c                                       |  12 +--
  cmd/nvedit_efi.c                                |   5 +-
  disk/part_efi.c                                 |   6 ++
  include/efi_loader.h                            |   7 +-
  include/efi_selftest.h                          |   2 +-
  lib/efi_loader/efi_bootmgr.c                    |  15 ++--
  lib/efi_loader/efi_boottime.c                   |  57 ++++++++++++-
  lib/efi_loader/efi_memory.c                     |   2 +-
  lib/efi_loader/efi_setup.c                      |  11 +++
  lib/efi_selftest/efi_selftest_miniapp_exit.c    |  17 ++--
  lib/efi_selftest/efi_selftest_startimage_exit.c |  15 +++-
  lib/uuid.c                                      |   2 +
  14 files changed, 204 insertions(+), 68 deletions(-)


More information about the U-Boot mailing list