Pull request for UEFI sub-system for efi-2020-07-rc3 (2)

Heinrich Schuchardt xypron.glpk at gmx.de
Fri May 22 08:26:45 CEST 2020


The following changes since commit b0b13f4114d30b6756e0f6f3b5819d78de22541e:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
(2020-05-20 08:46:56 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-07-rc3-2

for you to fetch changes up to 0a87e05dbd1b6ddafd61603e2a9c12659168ae65:

  efi_loader: check device path is not installed twice (2020-05-21
10:00:17 +0200)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-07-rc3 (2)

Problems fixed with these patches are:

* UEFI sub-system not working with virtio block devices
* Missing SATA support in UEFI sub-system
* A superfluous debug statement

----------------------------------------------------------------
Heinrich Schuchardt (5):
      efi_loader: add EFI_MEMORY_SP to memory attributes
      efi_loader: initialize root node first
      efi_loader: device path for virtio block devices
      efi_loader: device path for SATA devices
      efi_loader: check device path is not installed twice

Pragnesh Patel (1):
      efi_loader: Remove unnecessary debug

 cmd/efi.c                                |  1 +
 cmd/efidebug.c                           |  1 +
 include/efi.h                            |  1 +
 include/efi_api.h                        |  8 +++++
 include/efi_loader.h                     |  4 +++
 lib/efi_loader/efi_device_path.c         | 51
++++++++++++++++++++++++++++++++
 lib/efi_loader/efi_device_path_to_text.c | 10 +++++++
 lib/efi_loader/efi_disk.c                | 25 +++++++++++-----
 lib/efi_loader/efi_setup.c               | 10 +++----
 lib/efi_loader/efi_variable.c            |  2 --
 10 files changed, 99 insertions(+), 14 deletions(-)


More information about the U-Boot mailing list