Pull request efi-2023-07-rc5
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri Jun 16 09:22:30 CEST 2023
Dear Tom,
The following changes since commit 2f4664f5c3edc55b18d8906f256a4c8e303243c0:
Merge branch '2023-06-14-assorted-fixes' (2023-06-14 15:50:04 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-07-rc5
for you to fetch changes up to 5669591dd8d2b21bc79237b161107300eb7f2b12:
efi_selftests: fix protocol repeated selftesting (2023-06-16 06:48:46
+0200)
Gitlab showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16607
----------------------------------------------------------------
Pull request efi-2023-07-rc5
Documentation:
* man-page for imxtract
* correct EVT_DM_POST_INIT_F description
UEFI:
* bootm: don't call booti_setup for EFI images
* simplify efi_disk_remove
* fix tests that failed when executed repeatedly
----------------------------------------------------------------
Bin Meng (1):
doc: event: Correct EVT_DM_POST_INIT_F description
Heinrich Schuchardt (5):
doc: man-page for imxtract
Makefile: clean lib/efi_loader/helloworld_efi.S
efi_selftest: ReinstallProtocolInterface test
bootm: don't call booti_setup for EFI images
test: correct architecture in EFI FIT test
Ilias Apalodimas (3):
efi_selftests: fix controllers repeated selftesting
efi_loader: simplify efi_disk_remove
efi_selftests: fix protocol repeated selftesting
Makefile | 2 +-
boot/bootm.c | 3 +-
doc/develop/event.rst | 4 +-
doc/usage/cmd/imxtract.rst | 81
++++++++++++++++++++++
doc/usage/index.rst | 1 +
lib/efi_loader/efi_disk.c | 91
+++++++------------------
lib/efi_selftest/efi_selftest_controllers.c | 26 ++++++-
lib/efi_selftest/efi_selftest_manageprotocols.c | 2 +
lib/efi_selftest/efi_selftest_register_notify.c | 25 +++++++
test/py/tests/test_efi_fit.py | 5 ++
10 files changed, 170 insertions(+), 70 deletions(-)
create mode 100644 doc/usage/cmd/imxtract.rst
More information about the U-Boot
mailing list