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