mbox series

Pull request for UEFI sub-system for efi-2020-10-rc3

Message ID 1b6e0418-da37-2a19-572b-f0e1275efb11@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-10-rc3 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-10-rc3

Message

Heinrich Schuchardt Aug. 11, 2020, 4:04 a.m. UTC
The following changes since commit b904d79e4809bf35cf53c2e5fee0f73647bab07a:

  Makefile: sunxi: Don't use binman to build ATF image (2020-08-08
08:31:52 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-10-rc3

for you to fetch changes up to 0ad64007feb93dced461647c75f782160b1c8ede:

  efi_loader: set load options in boot manager (2020-08-08 19:03:24 +0200)

Gitlab CI reported no problems:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/4371

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-10-rc3

Bugs in the UEFI sub-system are fixed:

* use the optional data of the BootXXXX variables as load options
* simplify function public_key_verify_signature()
* amend a copyright notice

----------------------------------------------------------------
AKASHI Takahiro (1):
      efi_loader: add copyright notice

Heinrich Schuchardt (3):
      lib/crypto: simplify public_key_verify_signature
      efi_loader: factor out efi_set_load_options()
      efi_loader: set load options in boot manager

 cmd/bootefi.c                   | 75
+++++++++++++++++------------------------
 cmd/efidebug.c                  |  4 ++-
 include/efi_loader.h            |  5 ++-
 lib/crypto/public_key.c         |  4 ---
 lib/efi_loader/efi_bootmgr.c    | 70 ++++++++++++++++++++++++++++++++------
 lib/efi_loader/efi_var_common.c |  1 +
 6 files changed, 97 insertions(+), 62 deletions(-)

Comments

Tom Rini Aug. 11, 2020, 9:21 p.m. UTC | #1
On Tue, Aug 11, 2020 at 06:04:00AM +0200, Heinrich Schuchardt wrote:

> The following changes since commit b904d79e4809bf35cf53c2e5fee0f73647bab07a:
> 
>   Makefile: sunxi: Don't use binman to build ATF image (2020-08-08
> 08:31:52 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-10-rc3
> 
> for you to fetch changes up to 0ad64007feb93dced461647c75f782160b1c8ede:
> 
>   efi_loader: set load options in boot manager (2020-08-08 19:03:24 +0200)
> 
> Gitlab CI reported no problems:
> 
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/4371
> 

Applied to u-boot/master, thanks!