mbox series

Pull request for efi-2021-04-rc3-2

Message ID 550b8af8-4496-6973-49b0-6c7fa111132d@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2021-04-rc3-2 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-04-rc3-2

Message

Heinrich Schuchardt Feb. 27, 2021, 4:13 a.m. UTC
Dear Tom,

The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:

   Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-04-rc3-2

for you to fetch changes up to a2c3f1bca4bf21371d041d1de589039aa3459e91:

   cmd/efidebug: add firmware management protocol GUID (2021-02-26
16:17:43 +0100)

Gitlab CI reported no issues:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6536

----------------------------------------------------------------
Pull request for efi-2021-04-rc3-2

Bug fixes:
* debug build for mkeficapsule
* limit output length for VenHw, VenMedia
* ACPI tables must be in EfiACPIReclaimMemory

----------------------------------------------------------------
Heinrich Schuchardt (5):
       efi_loader: ACPI tables must be in EfiACPIReclaimMemory
       MAINTAINERS: assign tools/mkeficapsule.c to EFI PAYLOAD
       efi_loader: limit output length for VenHw, VenMedia
       efi_loader: fix documentation in efi_loader.h
       cmd/efidebug: add firmware management protocol GUID

Klaus Heinrich Kiwi (1):
       tools/mkeficapsule.c: fix DEBUG build

  MAINTAINERS                              |  1 +
  cmd/efidebug.c                           |  4 ++++
  include/efi_loader.h                     | 20 +++++++++++++-------
  lib/efi_loader/efi_acpi.c                |  3 +--
  lib/efi_loader/efi_device_path_to_text.c |  6 ++++--
  tools/mkeficapsule.c                     |  2 +-
  6 files changed, 24 insertions(+), 12 deletions(-)

Comments

Tom Rini Feb. 28, 2021, 6:55 p.m. UTC | #1
On Sat, Feb 27, 2021 at 05:13:17AM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:
> 
>   Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-04-rc3-2
> 
> for you to fetch changes up to a2c3f1bca4bf21371d041d1de589039aa3459e91:
> 
>   cmd/efidebug: add firmware management protocol GUID (2021-02-26
> 16:17:43 +0100)
> 
> Gitlab CI reported no issues:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6536
> 

Applied to u-boot/master, thanks!