public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Tom Rini <trini@konsulko.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Paul Barker <paul.barker@sancloud.com>
Subject: Pull request for efi-2023-01-rc1
Date: Fri, 7 Oct 2022 00:33:33 +0200	[thread overview]
Message-ID: <5fa1756e-8769-e7c3-e2f9-e3d31216de17@gmx.de> (raw)

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	other threads:[~2022-10-06 22:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06 22:33 Heinrich Schuchardt [this message]
2022-10-10 13:44 ` Pull request for efi-2023-01-rc1 Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5fa1756e-8769-e7c3-e2f9-e3d31216de17@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=paul.barker@sancloud.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox