Pull request for UEFI sub-system for efi-2020-04-rc4 (4)

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Mar 18 10:34:44 CET 2020


The following changes since commit a4df9d8ab848ea4ff10b247ae435b0a14bbbd066:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
(2020-03-16 12:33:24 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-04-rc4-4

for you to fetch changes up to 74b44875357378c83e4bd150c0b759ca6ae6563a:

   efi_loader: correct a definition of struct efi_capsule_header
(2020-03-17 08:29:52 +0100)

No errors were reported by Gitlab:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2454

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc4 (4)

This series fixes several bugs:

* consider the /reserved-memory node in the device tree
* consider memory reservations created in ft_board_setup()
* correct output of 'efidebug memmap' on the sandbox
* correct the definition of efi_capsule_header()

Furthermore some definitions needed for future patches are added to
header files.

----------------------------------------------------------------
AKASHI Takahiro (4):
       efi_loader: define OsIndicationsSupported flags
       efi_loader: define System Resource Table macros
       efi_loader: export a couple of protocol related functions
       efi_loader: correct a definition of struct efi_capsule_header

Atish Patra (1):
       cmd: bootefi: Parse reserved-memory node from DT

Heinrich Schuchardt (2):
       efi_loader: create reservations after ft_board_setup
       cmd: map addresses to sysmem in efidebug memmap

  cmd/bootefi.c                 | 49
++++++++++++++++++++++++++++++++-----------
  cmd/efidebug.c                |  6 ++++--
  include/efi_api.h             | 41 ++++++++++++++++++++++++++++++++++--
  include/efi_loader.h          | 14 +++++++++++++
  lib/efi_loader/efi_boottime.c | 16 +++++++-------
  5 files changed, 102 insertions(+), 24 deletions(-)


More information about the U-Boot mailing list