* Pull request for UEFI sub-system for efi-2020-07-rc2 (3)
@ 2020-05-08 5:49 Heinrich Schuchardt
2020-05-08 20:47 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-05-08 5:49 UTC (permalink / raw)
To: u-boot
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-08 20:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-08 5:49 Pull request for UEFI sub-system for efi-2020-07-rc2 (3) Heinrich Schuchardt
2020-05-08 20:47 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox