mbox series

Pull request for UEFI sub-system for efi-2021-01-rc3 (2)

Message ID 356a7fa9-8d3d-2d7b-b938-70f033dfe9e6@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2021-01-rc3 (2) | expand

Pull-request

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

Message

Heinrich Schuchardt Nov. 21, 2020, 12:55 p.m. UTC
Dear Tom,

The following changes since commit b80680633dc954d32f81f3afacd3d1f2f3d290b0:

   Merge branch '2020-11-18-assorted-fixes' (2020-11-19 10:23:50 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 7e5875a85689d762bde58a587a7d531667358ee4:

   efi_loader: parameter check in GetNextVariableName() (2020-11-21
07:26:16 +0100)

Gilab CI reported no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5384

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc3 (2)

The parameter check for UEFI service GetNextVariableName() is corrected.

The dependencies of CONFIG_DFU_TFTP are simplified.

The set of supported hash algorithms reported by the EFI_TCG2_PROTOCOL
is corrected.

----------------------------------------------------------------
AKASHI Takahiro (1):
       dfu: simplify the dependencies of DFU_TFTP

Heinrich Schuchardt (1):
       efi_loader: parameter check in GetNextVariableName()

Ilias Apalodimas (1):
       efi_loader: tcg2 protocol updates

  drivers/dfu/Kconfig          |   3 +-
  include/efi_tcg2.h           |   2 -
  lib/efi_loader/efi_tcg2.c    | 160
+++++++++++++++++++++++++------------------
  lib/efi_loader/efi_var_mem.c |  11 ++-
  4 files changed, 101 insertions(+), 75 deletions(-)

Comments

Tom Rini Nov. 22, 2020, 3:16 a.m. UTC | #1
On Sat, Nov 21, 2020 at 01:55:11PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit b80680633dc954d32f81f3afacd3d1f2f3d290b0:
> 
>   Merge branch '2020-11-18-assorted-fixes' (2020-11-19 10:23:50 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-01-rc3-2
> 
> for you to fetch changes up to 7e5875a85689d762bde58a587a7d531667358ee4:
> 
>   efi_loader: parameter check in GetNextVariableName() (2020-11-21
> 07:26:16 +0100)
> 
> Gilab CI reported no problems:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5384
> 

Applied to u-boot/master, thanks!