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

The following changes since commit c693f212c5b0433b3a49a89d87cbff28bf78eb87:
Merge branch '2020-05-01-master-imports' (2020-05-01 16:43:15 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-07-rc2-2
for you to fetch changes up to 16ad946f41d3dc3e475d8313f4acbba0df527a2a:
efi_loader: change setup sequence (2020-05-04 12:26:12 +0200)
No problems where reported by Gitlab and Travis:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/3072 https://travis-ci.org/github/xypron2/u-boot/builds/682864922
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2020-07-rc2-2
This patch contains error corrections and code simplifications for the UEFI sub-system.
---------------------------------------------------------------- AKASHI Takahiro (5): lib/crypto, efi_loader: avoid multiple inclusions of header files lib/crypto, efi_loader: move some headers to include/crypto efi_loader: fix unreachable statement in efi_sigstore_parse_siglist efi_loader: factor out the common code from efi_transfer_secure_state() efi_loader: disk: add efi_disk_is_system_part()
Heinrich Schuchardt (6): cmd: efidebug: simplify UEFI protocol calls efi_loader: eliminate efi_get_(non)volatile_variable efi_loader: eliminate efi_set_(non)volatile_variable efi_loader: correct comments for efi_status_t test: stabilize test_efi_secboot efi_loader: change setup sequence
cmd/efidebug.c | 40 ++- {lib => include}/crypto/pkcs7_parser.h | 4 + {lib => include}/crypto/x509_parser.h | 4 + include/efi_loader.h | 2 + lib/crypto/pkcs7_parser.c | 4 + lib/crypto/x509_cert_parser.c | 4 + lib/crypto/x509_public_key.c | 6 +- lib/efi_loader/efi_disk.c | 29 +++ lib/efi_loader/efi_image_loader.c | 2 +- lib/efi_loader/efi_setup.c | 12 +- lib/efi_loader/efi_signature.c | 6 +- lib/efi_loader/efi_variable.c | 325 ++++++------------------ test/lib/asn1.c | 4 +- test/py/tests/test_efi_secboot/test_authvar.py | 8 +- test/py/tests/test_efi_secboot/test_signed.py | 4 +- test/py/tests/test_efi_secboot/test_unsigned.py | 6 +- 16 files changed, 174 insertions(+), 286 deletions(-) rename {lib => include}/crypto/pkcs7_parser.h (96%) rename {lib => include}/crypto/x509_parser.h (96%)

On Tue, May 05, 2020 at 12:09:59PM +0200, Heinrich Schuchardt wrote:
The following changes since commit c693f212c5b0433b3a49a89d87cbff28bf78eb87:
Merge branch '2020-05-01-master-imports' (2020-05-01 16:43:15 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-07-rc2-2
for you to fetch changes up to 16ad946f41d3dc3e475d8313f4acbba0df527a2a:
efi_loader: change setup sequence (2020-05-04 12:26:12 +0200)
No problems where reported by Gitlab and Travis:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/3072 https://travis-ci.org/github/xypron2/u-boot/builds/682864922
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini