mbox series

Pull request efi-2024-04-rc5

Message ID 792febd8-7372-436e-8720-3efeb8d66b75@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2024-04-rc5 | expand

Pull-request

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

Message

Heinrich Schuchardt March 14, 2024, 12:19 a.m. UTC
Dear Tom,

The following changes since commit f3c979dd0053c082d2df170446923e7ce5edbc2d:

   Prepare v2024.04-rc4 (2024-03-11 13:11:46 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c8a2567475508156f4f43ea2caf3532790d47f8e:

   doc: fix incorrect path Documentation (2024-03-13 08:16:16 +0100)

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

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

Documentation:

* fix Python string escapes
* develop: commands: Fix function prototype
* fix incorrect path Documentation
* fix mistyped "env flags" command
* board: phytec: phycore-am62x: Update artifact names

UEFI:

* Invoke ft_board_setup() before efi_carve_out_dt_rsv()

----------------------------------------------------------------
Alexander Dahl (1):
       doc: develop: commands: Fix function prototype

Benjamin Gray (1):
       doc/sphinx: fix Python string escapes

Heinrich Schuchardt (1):
       doc: fix incorrect path Documentation

Mark Kettenis (1):
       efi_loader: Don't carve out memory reservations too early

Thomas Weißschuh (1):
       doc: fix mistyped "env flags" command

Wadim Egorov (1):
       doc: board: phytec: phycore-am62x: Update artifact names

  doc/board/phytec/phycore-am62x.rst |  6 +++---
  doc/develop/commands.rst           |  2 +-
  doc/sphinx/cdomain.py              |  2 +-
  doc/sphinx/kernel_abi.py           |  2 +-
  doc/sphinx/kerneldoc.py            |  2 +-
  doc/sphinx/maintainers_include.py  | 14 +++++++-------
  doc/usage/cmd/env.rst              |  2 +-
  lib/efi_loader/efi_helper.c        | 11 +++++++----
  8 files changed, 22 insertions(+), 19 deletions(-)

Comments

Tom Rini March 14, 2024, 12:45 p.m. UTC | #1
On Thu, Mar 14, 2024 at 01:19:40AM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit f3c979dd0053c082d2df170446923e7ce5edbc2d:
> 
>   Prepare v2024.04-rc4 (2024-03-11 13:11:46 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2024-04-rc5
> 
> for you to fetch changes up to c8a2567475508156f4f43ea2caf3532790d47f8e:
> 
>   doc: fix incorrect path Documentation (2024-03-13 08:16:16 +0100)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/19917
> 

Applied to u-boot/master, thanks!