Dear Tom, The following changes since commit b3b6cc28c240507503e471edc105e2d93a277126:
Merge tag 'dm-pull-26jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm (2023-01-26 21:57:38 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-04-rc1-3 for you to fetch changes up to 15436faa46a9958b019aea22d24bc52eb1da15ff: efi_loader: don't use HandleProtocol (2023-01-27 18:32:00 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14913 ---------------------------------------------------------------- Pull request efi-2023-04-rc1-3 Documentation: * Improve the sl-mx8mm documenation * Clean up README, move some section to HTML * Man-pages for the mtime and sleep command * Description of reducible builds * Document dynamic event handlers UEFI: * Support scrolling in eficonfig command Other: * fix mtest on 64 bit systems ---------------------------------------------------------------- Frieder Schrempf (6): doc: sl-mx8mm: Mention OSM 1.1 support doc: sl-mx8mm: Add note about using cross toolchain doc: sl-mx8mm: Update the NXP TF-A source reference doc: sl-mx8mm: Update references to latest DDR firmware 8.18 doc: sl-mx8mm: Add guide for copying the bootloader to SPI NOR doc: sl-mx8mm: Add CROSS_COMPILE to U-Boot make call and improve comment Heinrich Schuchardt (16): cmd: fix mtest on 64 bit systems doc: example heading should be h2 doc: sleep man-page doc: update font man-page doc: rework doc/mkeficapsule.1 doc: man-page for mtest README: correct path to sandbox.rst README: rework contribution advices README: remove NetBSD section README: replace references to CHANGELOG doc: move 'Reproducible builds' README: remove section 'Versioning' doc: move directory hierarchy to HTML README: remove 'U-Boot Porting Guide' section efi_loader: fix comment in ESRT code efi_loader: don't use HandleProtocol Masahisa Kojima (4): eficonfig: refactor eficonfig_process_common function eficonfig: refactor change boot order implementation eficonfig: add vertical scroll support eficonfig: increase the number of menu entries Ovidiu Panait (1): spl: doc: use correct name in jump_to_image_optee() description Patrick Delaunay (1): doc: add rst references to distro documentation in stm32mp1 board Simon Glass (1): event: Document dynamic event handlers README | 296 ++---------------------------- cmd/eficonfig.c | 399 ++++++++++++++++++++++++++++------------- cmd/eficonfig_sbkey.c | 18 +- cmd/mem.c | 26 ++- doc/board/kontron/sl-mx8mm.rst | 76 ++++++-- doc/board/st/stm32mp1.rst | 3 +- doc/build/index.rst | 1 + doc/build/reproducible.rst | 25 +++ doc/develop/directories.rst | 76 ++++++++ doc/develop/event.rst | 23 +++ doc/develop/index.rst | 1 + doc/mkeficapsule.1 | 21 +-- doc/usage/cmd/bdinfo.rst | 2 +- doc/usage/cmd/font.rst | 19 +- doc/usage/cmd/mtest.rst | 66 +++++++ doc/usage/cmd/sleep.rst | 45 +++++ doc/usage/index.rst | 2 + include/efi_config.h | 19 +- include/efi_loader.h | 1 + include/spl.h | 2 +- lib/efi_loader/efi_boottime.c | 5 +- lib/efi_loader/efi_esrt.c | 2 +- 22 files changed, 665 insertions(+), 463 deletions(-) create mode 100644 doc/build/reproducible.rst create mode 100644 doc/develop/directories.rst create mode 100644 doc/usage/cmd/mtest.rst create mode 100644 doc/usage/cmd/sleep.rst