Pull request efi-2023-07-rc3
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue May 16 08:37:28 CEST 2023
Dear Tom,
The following changes since commit e94fbdd2729fdcd570035d43f67adda8e0dfc115:
Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-05-11
08:40:33 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-07-rc3
for you to fetch changes up to c7c0ca37673d8f1ae1c54dad1869101f566923f7:
efi_loader: fix efi_dp_from_file() (2023-05-13 11:09:51 +0200)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16352
----------------------------------------------------------------
Pull request efi-2023-07-rc3
Documentation:
* update the description of signature algorithms
UEFI:
* fix unaligned access to GUID in HII database protocol
* fix launching EFI binaries loaded via semihosting
* fix filling of file path in loaded image protocol for non-block devices
----------------------------------------------------------------
Baruch Siach (5):
doc: signature: update algorithms support description
doc: signature: update algorithm addition description
doc: signature: describe how to enable ECDSA
doc: signature: trim the future work list
doc: devicetree: fix u-boot.bin filename typo
Heinrich Schuchardt (9):
fwu: fix config FWU_MULTI_BANK_UPDATE
efi_loader: print file path w/o boot device
efi_loader: support booting semihosting file
efi_loader: avoid #ifdef in efi_dp_from_name()
efi_loader: duplicate code in efi_dp_from_name
efi_loader: clean up efi_dp_from_file
efi_loader: error code efi_dp_from_name()
efi_loader: simplify efi_dp_from_name()
efi_loader: fix efi_dp_from_file()
Ilias Apalodimas (1):
efi_loader: Fix warnings for unaligned accesses
cmd/bootefi.c | 2 +-
doc/develop/devicetree/control.rst | 2 +-
doc/uImage.FIT/signature.txt | 15 +++----
include/efi_api.h | 28 +++++++++++-
include/efi_loader.h | 2 +-
lib/efi_loader/efi_bootmgr.c | 13 +++---
lib/efi_loader/efi_device_path.c | 92
+++++++++++++-------------------------
lib/efi_loader/helloworld.c | 8 ++--
lib/fwu_updates/Kconfig | 2 +-
9 files changed, 77 insertions(+), 87 deletions(-)
More information about the U-Boot
mailing list