Dear Tom, The following changes since commit c4ee4fe92e9be120be6d12718273dec6b63cc7d9:
Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-11-14 09:33:36 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-01-rc2 for you to fetch changes up to a930d69baa958d5f308b3910187c5f3c083fe171: efi_loader: replace a u16_strdup with alloc + memcpy (2022-11-16 08:34:06 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14127 ---------------------------------------------------------------- Pull request for efi-2023-01-rc2 Documentation: * fix building with Sphinx 5.0+ * man-pages for cmp and bootd commands UEFI: * Avoid unaligned access in efi_file_from_path() * More bug fixes ---------------------------------------------------------------- Heinrich Schuchardt (7): doc: fix documentation of enum gd_flags sandbox: fix documentation of struct host_ops Documentation: man-page for command bootd doc: add man-page for cmp command MAINTAINERS: add UEFI commands to EFI PAYLOAD cmd: remove superfluous if in eficonfig_edit_boot_option efi_loader: improve description of efi_file_from_path() Ilias Apalodimas (4): efi_loader: initialize return values in efi_uninstall_multiple_protocol_interfaces_int() efi_loader: add comments on efi_file_from_path() regarding alignment efi_loader: add missing EFI_CALL when closing a file efi_loader: replace a u16_strdup with alloc + memcpy Masahisa Kojima (1): eficonfig: fix missing variable initialization Quentin Schulz (1): doc: fix build with sphinx 5.0 and later. MAINTAINERS | 4 ++ cmd/eficonfig.c | 4 +- doc/conf.py | 2 +- doc/usage/cmd/bootd.rst | 38 ++++++++++++++ doc/usage/cmd/cmp.rst | 105 ++++++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 2 + include/asm-generic/global_data.h | 2 +- include/sandbox_host.h | 19 +++---- lib/efi_loader/efi_boottime.c | 2 +- lib/efi_loader/efi_file.c | 24 ++++++++- 10 files changed, 183 insertions(+), 19 deletions(-) create mode 100644 doc/usage/cmd/bootd.rst create mode 100644 doc/usage/cmd/cmp.rst