Dear Tom, The following changes since commit a481740629af5e51732b86b6ead61dc5aa5a440d:
Merge tag 'u-boot-dfu-20240822' of https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-08-22 08:14:48 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-10-rc4 for you to fetch changes up to dcd1b63b7072749f98ea0a87565d0ae5c8ddfb65: efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures (2024-08-24 11:41:23 +0200) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/22104 ---------------------------------------------------------------- Pull request efi-2024-10-rc4 Documentation: * Add description of the pwm command UEFI * Correct printf codes in mkeficapsule * Allow CONFIG_EFI_LOADER_BOUNCE_BUFFER on all architectures * Free memory in efi_get_dp_from_boot() ---------------------------------------------------------------- Emil Kronborg (1): doc: document the pwm command Heinrich Schuchardt (2): tools/mkeficapsule: correct printf codes efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures Ilias Apalodimas (1): efi_loader: fix memory freeing in efi_get_dp_from_boot() doc/usage/cmd/pwm.rst | 91 +++++++++++++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 1 + lib/efi_loader/Kconfig | 1 - lib/efi_loader/efi_helper.c | 5 ++- tools/mkeficapsule.c | 7 ++-- 5 files changed, 99 insertions(+), 6 deletions(-) create mode 100644 doc/usage/cmd/pwm.rst