mbox series

Pull request efi-2023-07-rc4

Message ID bf91c0de-433f-b788-23af-a8b048a75cd1@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2023-07-rc4 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-07-rc4

Message

Heinrich Schuchardt June 2, 2023, 10:16 a.m. UTC
Dear Tom,

The following changes since commit cb4437e530ec1ff3deae85754010344afab8bcc5:

   Merge branch '2023-05-30-TI-fixes-Apple-M2-support' (2023-05-30
16:23:41 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-07-rc4

for you to fetch changes up to 75ebeb4d94bd911ee7884b7beae06f3dec2838a8:

   efi_selftest: LocateHandleBuffer return code (2023-06-02 10:59:15 +0200)

----------------------------------------------------------------
Pull request efi-2023-07-rc4

Documentation:

* man pages for loadb, loadx

UEFI:

* check return value of part_get_info()
* improve unit test for RegisterProtocolNotify()

Gitlab CI did not indicate any problems:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16470

----------------------------------------------------------------
Bin Meng (1):
       doc: android: Fix a typo

Heinrich Schuchardt (5):
       doc: loadb man-page
       doc: loadx man-page
       doc: fix loady man-page
       efi_loader: check return value of part_get_info()
       efi_selftest: LocateHandleBuffer return code

  doc/android/boot-image.rst                      |  2 +-
  doc/usage/cmd/loadb.rst                         | 70
++++++++++++++++++++++
  doc/usage/cmd/loadx.rst                         | 77
+++++++++++++++++++++++++
  doc/usage/cmd/loady.rst                         |  8 +--
  doc/usage/index.rst                             |  2 +
  lib/efi_loader/efi_device_path.c                |  7 ++-
  lib/efi_selftest/efi_selftest_register_notify.c | 16 +++--
  7 files changed, 171 insertions(+), 11 deletions(-)
  create mode 100644 doc/usage/cmd/loadb.rst
  create mode 100644 doc/usage/cmd/loadx.rst

Comments

Tom Rini June 2, 2023, 7:09 p.m. UTC | #1
On Fri, Jun 02, 2023 at 12:16:40PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit cb4437e530ec1ff3deae85754010344afab8bcc5:
> 
>   Merge branch '2023-05-30-TI-fixes-Apple-M2-support' (2023-05-30
> 16:23:41 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2023-07-rc4
> 
> for you to fetch changes up to 75ebeb4d94bd911ee7884b7beae06f3dec2838a8:
> 
>   efi_selftest: LocateHandleBuffer return code (2023-06-02 10:59:15 +0200)
> 

Applied to u-boot/master, thanks!
Tom Rini June 5, 2023, 7:53 p.m. UTC | #2
On Fri, Jun 02, 2023 at 12:16:40PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit cb4437e530ec1ff3deae85754010344afab8bcc5:
> 
>   Merge branch '2023-05-30-TI-fixes-Apple-M2-support' (2023-05-30
> 16:23:41 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2023-07-rc4
> 
> for you to fetch changes up to 75ebeb4d94bd911ee7884b7beae06f3dec2838a8:
> 
>   efi_selftest: LocateHandleBuffer return code (2023-06-02 10:59:15 +0200)
> 

Applied to u-boot/master, thanks!