mbox series

[PULL,MASTER] Pull request efi-2024-10-rc4

Message ID dd9352a4-767d-4aef-9d19-08cf301ee8f7@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,MASTER] Pull request efi-2024-10-rc4 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-10-rc4

Message

Heinrich Schuchardt Aug. 24, 2024, 7:06 p.m. UTC
Dear Tom,

The following changes since commit a481740629af5e51732b86b6ead61dc5aa5a440d:

   Merge tag 'u-boot-dfu-20240822' of
https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-08-22 08:14:48
-0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2024-10-rc4

for you to fetch changes up to dcd1b63b7072749f98ea0a87565d0ae5c8ddfb65:

   efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
(2024-08-24 11:41:23 +0200)

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

----------------------------------------------------------------
Pull request efi-2024-10-rc4

Documentation:

  * Add description of the pwm command

UEFI

* Correct printf codes in mkeficapsule
* Allow CONFIG_EFI_LOADER_BOUNCE_BUFFER on all architectures
* Free memory in efi_get_dp_from_boot()

----------------------------------------------------------------
Emil Kronborg (1):
       doc: document the pwm command

Heinrich Schuchardt (2):
       tools/mkeficapsule: correct printf codes
       efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures

Ilias Apalodimas (1):
       efi_loader: fix memory freeing in efi_get_dp_from_boot()

  doc/usage/cmd/pwm.rst       | 91
+++++++++++++++++++++++++++++++++++++++++++++
  doc/usage/index.rst         |  1 +
  lib/efi_loader/Kconfig      |  1 -
  lib/efi_loader/efi_helper.c |  5 ++-
  tools/mkeficapsule.c        |  7 ++--
  5 files changed, 99 insertions(+), 6 deletions(-)
  create mode 100644 doc/usage/cmd/pwm.rst

Comments

Tom Rini Aug. 25, 2024, 1:36 a.m. UTC | #1
On Sat, Aug 24, 2024 at 09:06:56PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit a481740629af5e51732b86b6ead61dc5aa5a440d:
> 
>   Merge tag 'u-boot-dfu-20240822' of
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-08-22 08:14:48
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2024-10-rc4
> 
> for you to fetch changes up to dcd1b63b7072749f98ea0a87565d0ae5c8ddfb65:
> 
>   efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
> (2024-08-24 11:41:23 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/22104
> 

Applied to u-boot/master, thanks!