Pull request for UEFI sub-system for efi-2021-01-rc1
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue Oct 6 12:17:29 CEST 2020
The following changes since commit b24550accd7e3a62c6da773a9096dfd1471403d5:
configs: Resync with savedefconfig (2020-10-05 14:11:16 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-01-rc1
for you to fetch changes up to 4cbb2930bd8c67f40f848528941930cf4c2a1841:
efi_loader: consider no-map property of reserved memory (2020-10-06
07:43:56 +0200)
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc1
The following bugs in the UEFI system are resolved:
* illegal free in EFI_LOAD_FILE2_PROTOCOL implementation
* incorrect documentation of EFI_LOAD_FILE2_PROTOCOL implementation
* output of CRC32 as decimal instead hexadecimal in unit test
* use EfiReservedMemoryType for no-map reserved memory
* avoid unnecessary resets in UEFI unit tests
* call EFI bootmgr even without having /EFI/boot
----------------------------------------------------------------
Heinrich Schuchardt (7):
efi_loader: description EFI_LOAD_FILE2_PROTOCOL
efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL
efi_selftest: enable printing hexadecimal numbers
efi_selftest: print CRC32 of initrd as hexadecimal
efi_selftest: avoid unnecessary reset
efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n
efi_loader: consider no-map property of reserved memory
Michael Walle (1):
distro_bootcmd: call EFI bootmgr even without having /EFI/boot
Sean Anderson (1):
efi: Fix typo in documentation
cmd/bootefi.c | 34 ++++++++++---
configs/qemu_arm_defconfig | 1 -
include/config_distro_bootcmd.h | 9 ++--
lib/efi_loader/Kconfig | 1 +
lib/efi_loader/efi_load_initrd.c | 59
++++++++++++----------
lib/efi_selftest/efi_selftest.c | 31 ++++++++++++
lib/efi_selftest/efi_selftest_console.c | 35 ++++++++-----
lib/efi_selftest/efi_selftest_load_initrd.c | 2 +-
.../efi_selftest_set_virtual_address_map.c | 2 +-
9 files changed, 122 insertions(+), 52 deletions(-)
More information about the U-Boot
mailing list