The following changes since commit 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1:

  Merge tag 'u-boot-nand-20221009' of
https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-10-10
08:17:08 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-01-rc1-2

for you to fetch changes up to 21c4d7c5dddf7f51a4b8c11f94b8126278ff662e:

  efi_loader: reformat efi_disk_add_dev() (2022-10-10 16:34:26 +0200)

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

----------------------------------------------------------------
Pull request for efi-2023-01-rc1-2

Documentation:

* man-page for cls command
* update build requirements

UEFI

* Fix bugs in the Stop() function of the EFi Driver Binding protocol
  for block devices
* Avoid EFI_CALL() when invoking CloseProtocol()

----------------------------------------------------------------
Heinrich Schuchardt (13):
      cmd: CMD_CLS should not depend on video
      doc: man-page for cls
      doc: add python3-filelock python3-pytest-xdist
      doc: describe usage of virt-make-fs for testing
      efi_loader: printf code in efi_disk_get_device_name()
      efi_loader: don't export efi_remove_all_protocols
      efi_driver: fix efi_uc_stop()
      efi_loader: CloseProtocol in tcg2_measure_gpt_data
      efi_loader: CloseProtocol in efi_fmp_find
      efi_loader: internal CloseProtocol
      efi_driver: use efi_close_protocol
      efi_loader: simplify efi_set_load_options()
      efi_loader: reformat efi_disk_add_dev()

 cmd/Kconfig                       |  1 -
 doc/build/gcc.rst                 |  7 +--
 doc/develop/py_testing.rst        | 19 +++++++++
 doc/usage/cmd/cls.rst             | 26 +++++++++++
 doc/usage/index.rst               |  1 +
 include/efi_loader.h              | 11 ++---
 lib/efi_driver/efi_uclass.c       | 30 ++++++-------
 lib/efi_loader/efi_boottime.c     | 90
+++++++++++++++++++++++++--------------
 lib/efi_loader/efi_capsule.c      | 14 +++---
 lib/efi_loader/efi_disk.c         | 23 ++++++----
 lib/efi_loader/efi_load_options.c | 13 ++----
 lib/efi_loader/efi_tcg2.c         | 10 ++---
 12 files changed, 152 insertions(+), 93 deletions(-)
 create mode 100644 doc/usage/cmd/cls.rst

Reply via email to