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

2021-02-28 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: PGP signature


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

2021-02-26 Thread Heinrich Schuchardt

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(-)