Pull request for UEFI sub-system for efi-2020-07-rc2

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Apr 30 17:54:26 CEST 2020


The following changes since commit 6864fc8704661878294d1f0f981f47e864ef470f:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh (2020-04-29
10:39:18 -0400)

are available in the Git repository at:

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

for you to fetch changes up to f9f5f92bc54b035223e447bc5740544efd0569d9:

  efi_loader: fix 'efidebug bootorder' (2020-04-30 10:25:07 +0200)

No errors were reported by GitLab and Travis:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/3013
https://travis-ci.org/github/xypron2/u-boot/builds/681415565

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-07-rc2

This pull request contains bug fixes needed due to the merged changes
for EFI secure boot.

Patches are supplied to identify EFI system partitions.

----------------------------------------------------------------
AKASHI Takahiro (1):
      efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.h

Heinrich Schuchardt (9):
      test/py: fix test_efi_secboot/conftest.py
      efi_loader: remove superfluous NULL check in bootefi.c
      part: detect EFI system partition
      efi_loader: identify EFI system partition
      doc/efi: rework secure boot description
      MAINTAINERS: assign test/py/tests/test_efi*/ to EFI PAYLOAD
      efi_loader: fix 'efidebug boot dump'
      efi_loader: efidebug, avoid illegal memory access
      efi_loader: fix 'efidebug bootorder'

 MAINTAINERS                                |   1 +
 cmd/bootefi.c                              |   6 +-
 cmd/efidebug.c                             |  95 +++++++++++++------------
 cmd/gpt.c                                  |   4 +-
 disk/part_dos.c                            |  14 ++--
 disk/part_efi.c                            |  16 +++--
 doc/uefi/uefi.rst                          | 110
++++++++++++++++-------------
 include/efi_loader.h                       |  12 ++--
 include/part.h                             |  11 ++-
 lib/efi_loader/efi_disk.c                  |  20 ++++++
 test/py/tests/test_efi_secboot/conftest.py |  30 ++------
 11 files changed, 179 insertions(+), 140 deletions(-)


More information about the U-Boot mailing list