Pull request for UEFI sub-system for efi-2020-07-rc2 (3)

The following changes since commit 69bf66ad8c0d53cc5e64d0f4f2e3bc9ad18e61aa:
Merge branch '2020-05-06-master-imports' (2020-05-07 09:02:28 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-07-rc2-3
for you to fetch changes up to d7ca3ce3d3b990503cb6e0bafad91aa2a7c96b9d:
efi_loader: crypto/pkcs7_parser.h is not a local include (2020-05-07 18:23:18 +0200)
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2020-07-rc2-3
This series contains bug fixes and code simplifications.
Following clarification in the discussion of the EBBR specification device trees will be passed as EfiACPIReclaimMemory to UEFI applications.
No problems where reported by Gitlab and Travis:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/3131 https://travis-ci.org/github/xypron2/u-boot/builds/684346617
---------------------------------------------------------------- Heinrich Schuchardt (6): efi_loader: remove redundant assignment in dp_fill() efi_loader: error handling in efi_set_variable_common(). efi_loader: do not unnecessarily use EFI_CALL() efi_loader: use logical and in do_env_print_efi() efi_loader: put device tree into EfiACPIReclaimMemory efi_loader: crypto/pkcs7_parser.h is not a local include
Jan Kiszka (1): kbuild: efi: Avoid rebuilding efi targets
Patrick Wildt (2): efi_loader: efi_variable_parse_signature() returns NULL on error efi_loader: pkcs7_parse_message() returns error pointer
cmd/bootefi.c | 4 ++-- cmd/nvedit_efi.c | 2 +- lib/efi_loader/Makefile | 1 + lib/efi_loader/efi_device_path.c | 2 +- lib/efi_loader/efi_image_loader.c | 6 ++++-- lib/efi_loader/efi_variable.c | 39 ++++++++++++++++++---------------- lib/efi_selftest/efi_selftest_memory.c | 4 ++-- scripts/Makefile.lib | 2 ++ 8 files changed, 34 insertions(+), 26 deletions(-)

On Fri, May 08, 2020 at 07:49:50AM +0200, Heinrich Schuchardt wrote:
The following changes since commit 69bf66ad8c0d53cc5e64d0f4f2e3bc9ad18e61aa:
Merge branch '2020-05-06-master-imports' (2020-05-07 09:02:28 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-07-rc2-3
for you to fetch changes up to d7ca3ce3d3b990503cb6e0bafad91aa2a7c96b9d:
efi_loader: crypto/pkcs7_parser.h is not a local include (2020-05-07 18:23:18 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini