mbox series

Pull request efi-2024-04-rc5-2

Message ID 2c0ee51f-4f03-40b2-b286-5b8642ba207f@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2024-04-rc5-2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-04-rc5-2

Message

Heinrich Schuchardt March 21, 2024, 7:56 a.m. UTC
Dear Tom,

The following changes since commit 6ec096a7116a5f1f7dfac5f69ef192429331905c:

   Merge tag 'u-boot-imx-master-20240317' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-03-17 19:43:02
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2024-04-rc5-2

for you to fetch changes up to fcd0c8b8474f7db0b94608424715a73fbeba92dc:

   patman: Properly document the patchwork_url setting (2024-03-21
07:36:54 +0100)

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

----------------------------------------------------------------
Pull request efi-2024-04-rc5-2

Documentation:

* patman: Properly document the patchwork_url setting
* doc: man-page for if
* colibri-imx8x, apalis-imx8: update board documentation

UEFI:

* correct handling of EFI binary return code
* don't show usage help if EFI binary fails.
* correct error handling for bootefi selftest command

----------------------------------------------------------------
Douglas Anderson (1):
       patman: Properly document the patchwork_url setting

Heinrich Schuchardt (5):
       efi_loader: correct handling of EFI binary return code
       cmd: bootefi: Don't show usage help if EFI binary fails.
       cmd: bootefi: error handling bootefi selftest
       doc: man-page for if
       doc: typo Synopis

Hiago De Franco (2):
       doc: board: colibri-imx8x: Update and improve documentation
       doc: board: apalis-imx8: Update and improve documentation

  cmd/bootefi.c                       | 12 ++-----
  doc/board/toradex/apalis-imx8.rst   | 32 ++++++++---------
  doc/board/toradex/colibri-imx8x.rst | 23 ++++++++----
  doc/usage/cmd/acpi.rst              |  4 +--
  doc/usage/cmd/bootdev.rst           |  4 +--
  doc/usage/cmd/bootflow.rst          |  4 +--
  doc/usage/cmd/bootmeth.rst          |  4 +--
  doc/usage/cmd/cbsysinfo.rst         |  4 +--
  doc/usage/cmd/cedit.rst             |  4 +--
  doc/usage/cmd/cli.rst               |  4 +--
  doc/usage/cmd/dm.rst                |  4 +--
  doc/usage/cmd/fdt.rst               |  4 +--
  doc/usage/cmd/font.rst              |  4 +--
  doc/usage/cmd/for.rst               |  4 +--
  doc/usage/cmd/history.rst           |  4 +--
  doc/usage/cmd/host.rst              |  4 +--
  doc/usage/cmd/if.rst                | 72
+++++++++++++++++++++++++++++++++++++
  doc/usage/cmd/md.rst                |  4 +--
  doc/usage/cmd/mtrr.rst              |  4 +--
  doc/usage/cmd/panic.rst             |  4 +--
  doc/usage/cmd/part.rst              |  4 +--
  doc/usage/cmd/sf.rst                |  4 +--
  doc/usage/cmd/sm.rst                |  4 +--
  doc/usage/cmd/trace.rst             |  4 +--
  doc/usage/cmd/ut.rst                |  4 +--
  doc/usage/index.rst                 |  1 +
  lib/efi_loader/efi_bootbin.c        | 16 ++++++---
  tools/patman/patman.rst             |  8 ++---
  28 files changed, 165 insertions(+), 83 deletions(-)
  create mode 100644 doc/usage/cmd/if.rst

Comments

Tom Rini March 21, 2024, 6:35 p.m. UTC | #1
On Thu, Mar 21, 2024 at 08:56:12AM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 6ec096a7116a5f1f7dfac5f69ef192429331905c:
> 
>   Merge tag 'u-boot-imx-master-20240317' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-03-17 19:43:02
> -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2024-04-rc5-2
> 
> for you to fetch changes up to fcd0c8b8474f7db0b94608424715a73fbeba92dc:
> 
>   patman: Properly document the patchwork_url setting (2024-03-21
> 07:36:54 +0100)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/20013
> 

Applied to u-boot/master, thanks!