Pull request for efi-2022-10-rc5

Heinrich Schuchardt xypron.glpk at gmx.de
Fri Sep 9 19:39:16 CEST 2022


Dear Tom,

The following changes since commit e9de8c8c649044080371399a1ef4923b08632611:

   Merge tag 'u-boot-stm32-20220907' of
https://source.denx.de/u-boot/custodians/u-boot-stm (2022-09-08 08:33:41
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2022-10-rc5

for you to fetch changes up to 8cf8ad353345cc4a92288b5136e7d714d2bdde4a:

   efi_driver: don't bind internal block devices (2022-09-09 16:07:54 +0200)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/13403

----------------------------------------------------------------
Pull request for efi-2022-10-rc5

Documentation:

* man-page for tftpput

UEFI:

* fix driver binding protocol for block IO devices
* don't delete invalid handles
* add a unit test for the EFI Conformance Profile Table

Other:

* correct short text for tftpboot

----------------------------------------------------------------
Etienne Carriere (1):
       lib: efi_loader: don't delete invalid handles

Heinrich Schuchardt (6):
       cmd: fix tftpput command
       cmd: correct short text for tftpboot
       doc: man-page for tftpput
       efi_selftest: export efi_st_get_config_table()
       efi_selftest: unit test for EFI Conformance Profile Table
       efi_driver: don't bind internal block devices

  cmd/Kconfig                          |  2 +-
  cmd/net.c                            | 92
++++++++++++++++++++++++++----------
  doc/usage/cmd/tftpput.rst            | 87
++++++++++++++++++++++++++++++++++
  doc/usage/index.rst                  |  1 +
  include/efi_selftest.h               | 11 +++++
  lib/efi_driver/efi_uclass.c          |  9 ++++
  lib/efi_loader/efi_boottime.c        |  9 +++-
  lib/efi_selftest/Makefile            |  1 +
  lib/efi_selftest/efi_selftest.c      | 38 +++++++--------
  lib/efi_selftest/efi_selftest_ecpt.c | 76 +++++++++++++++++++++++++++++
  lib/efi_selftest/efi_selftest_fdt.c  | 17 -------
  lib/efi_selftest/efi_selftest_util.c | 11 +++++
  12 files changed, 290 insertions(+), 64 deletions(-)
  create mode 100644 doc/usage/cmd/tftpput.rst
  create mode 100644 lib/efi_selftest/efi_selftest_ecpt.c


More information about the U-Boot mailing list