Dear Tom,

The following changes since commit 2afa989fbecf25ea23902a9c480f179ba608785a:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
(2022-10-06 08:44:23 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a75e8355eaa561ebd6128c92a90288d5d7c1f060:

  cmd: replace efi_create_handle/add_protocol with
InstallMultipleProtocol (2022-10-06 22:54:58 +0200)

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

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

UEFI:

* Provide driver binding protocol to registered events for block devices
* Code simplification and refactoring
* Fix pylint errors in test_efi_secboot

Other:

* Improve checks for register ranges

----------------------------------------------------------------
Heinrich Schuchardt (17):
      regmap: fix range checks
      doc: typo 'it it' in doc/develop/package/index.rst
      cmd: simplify do_env_set_efi()
      cmd: simplify do_efi_boot_add()
      efi_loader: efi_dp_part_node check dp_alloc return value
      test: fix some pylint errors in test_efi_secboot
      efi_loader: function to unlink udevice and handle
      efi_driver: fix error handling
      efi_driver: simplify efi_uc_stop(), call efi_free_pool()
      cmd: simplify command efidebug
      efi_driver: carve out function to create block device
      doc: documentation of EFI driver binding protocol
      efi_driver: reformat efi_block_device.c
      efi_driver: provide driver binding protocol to bind function
      efi_driver: add init function to EFI block driver
      efi_selftest: rename event_notify
      efi_driver: move event registration to driver

Ilias Apalodimas (3):
      MAINTAINERS: get rid of the optee variables entry
      efi_loader: define internal implementations of
install/uninstallmultiple
      cmd: replace efi_create_handle/add_protocol with
InstallMultipleProtocol

Paul Barker (1):
      efi: Add string conversion helper

 MAINTAINERS                                      |   7 +-
 cmd/bootefi.c                                    |  17 +-
 cmd/efidebug.c                                   | 108 ++----------
 cmd/nvedit_efi.c                                 |  11 +-
 doc/api/efi.rst                                  |   6 +
 doc/develop/package/index.rst                    |   2 +-
 drivers/core/regmap.c                            |   4 +-
 include/efi.h                                    |   2 +
 include/efi_driver.h                             |  39 +++--
 include/efi_loader.h                             |  17 +-
 lib/efi_driver/efi_block_device.c                | 137 ++++++++++-----
 lib/efi_driver/efi_uclass.c                      |  42 +++--
 lib/efi_loader/efi_boottime.c                    | 214
+++++++++++++++++------
 lib/efi_loader/efi_capsule.c                     |  15 +-
 lib/efi_loader/efi_console.c                     |  14 +-
 lib/efi_loader/efi_device_path.c                 |   3 +-
 lib/efi_loader/efi_disk.c                        |  40 ++---
 lib/efi_loader/efi_helper.c                      |  19 ++
 lib/efi_loader/efi_load_initrd.c                 |  15 +-
 lib/efi_loader/efi_root_node.c                   |  48 ++---
 lib/efi_loader/efi_setup.c                       |   8 +-
 lib/efi_loader/efi_string.c                      |  24 +++
 lib/efi_selftest/efi_selftest_events.c           |  18 +-
 lib/efi_selftest/efi_selftest_exitbootservices.c |   6 +-
 lib/efi_selftest/efi_selftest_tpl.c              |  47 ++---
 lib/efi_selftest/efi_selftest_watchdog.c         |  30 ++--
 test/py/tests/test_efi_secboot/conftest.py       |  12 +-
 27 files changed, 520 insertions(+), 385 deletions(-)

Reply via email to