Pull request for efi-2021-07-rc4
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue May 25 17:46:08 CEST 2021
Dear Tom,
The following changes since commit e1bf0336a58cfe873a34c36ff53e5e3806f2d263:
Prepare v2021.07-rc3 (2021-05-24 20:53:13 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-07-rc4
for you to fetch changes up to 1f6871df40d6ad94a00a2dcd46f3cc91b232c4d6:
efi_loader: Fix -Wextra warning for EFI TCG2 (2021-05-25 14:33:22 +0200)
Gitlab reported no problems:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7623
----------------------------------------------------------------
Pull request for efi-2021-07-rc4
Documentation:
* correct mmc man-page
Bug fixes:
* reduce code size of efidebug command
* remove 31 character limit for file paths in efidebug command
* fix build warning in the TCG2 protocol implementation
----------------------------------------------------------------
Heinrich Schuchardt (6):
efi_loader: remove weak efi_get_public_key_data()
efi_loader: path length in efi_dp_from_name()
efi_loader: simplify show_efi_boot_opt_data()
efi_loader: simplify show_efi_boot_order()
efi_loader: use efi_create_indexed_name()
efi_loader: simplify accessing variables
Ilias Apalodimas (1):
efi_loader: Fix -Wextra warning for EFI TCG2
Jaehoon Chung (1):
doc: usage: modify mmc man-page
Masahisa Kojima (1):
efi_loader: expose efi_image_parse() even if UEFI Secure Boot is
disabled
cmd/efidebug.c | 96
++++++++++++++-------------------------
doc/usage/mmc.rst | 3 +-
lib/efi_loader/Kconfig | 5 ++
lib/efi_loader/Makefile | 2 +-
lib/efi_loader/efi_capsule.c | 10 ----
lib/efi_loader/efi_device_path.c | 9 +++-
lib/efi_loader/efi_image_loader.c | 64 +++++++++++++++++++++++++-
lib/efi_loader/efi_signature.c | 67 +--------------------------
lib/efi_loader/efi_tcg2.c | 40 ++++++++--------
lib/efi_loader/efi_var_common.c | 3 ++
10 files changed, 137 insertions(+), 162 deletions(-)
More information about the U-Boot
mailing list