Pull request for efi-2021-10-rc4-2

Dear Tom,
The following changes since commit 4412fd8ba2ce5945d04f4b181a96e05576c46bf2:
Merge branch '2021-09-08-fix-FIT-hash-algos-in-SPL' (2021-09-08 21:23:55 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc4-2
for you to fetch changes up to aec7c0925c8e9dc8b1475f3dfec6b54573a8ab17:
efi_loader: simplify efi_watchdog_timer_notify() (2021-09-11 11:02:02 +0200)
---------------------------------------------------------------- Pull request for efi-2021-10-rc4-2
Documentation:
* improve documentation of U-Boot for /config DT node * integrate bloblist documentation
UEFI:
* correct usage of EFI_CALL() * code tidy up
---------------------------------------------------------------- Heinrich Schuchardt (3): efi_loader: require CONFIG_BLK efi_loader: eliminate EFI_CALL() in nvedit_efi.c efi_loader: simplify efi_watchdog_timer_notify()
Ilias Apalodimas (1): efi_loader: Remove incorrect calls of EFI_CALL in TCG2
Masahisa Kojima (1): efi_loader: boot_service_capability_min should be capitalized
Oleksandr Suvorov (1): doc: board: toradex: fix file names
Simon Glass (3): bloblist: Move to rST format doc: Tidy up the bindings for the config/ node doc: Complete the list of available runtime-config options
board/toradex/apalis-imx8/MAINTAINERS | 2 +- cmd/nvedit_efi.c | 9 ++- .../toradex/{apalix-imx8.rst => apalis-imx8.rst} | 0 .../toradex/{apalix-imx8x.rst => apalis-imx8x.rst} | 0 doc/board/toradex/index.rst | 4 +- doc/{README.bloblist => develop/bloblist.rst} | 4 +- doc/develop/index.rst | 1 + doc/device-tree-bindings/config.txt | 83 +++++++++++++++++----- include/efi_tcg2.h | 2 +- lib/efi_loader/Kconfig | 1 + lib/efi_loader/efi_tcg2.c | 19 +++-- lib/efi_loader/efi_watchdog.c | 3 +- 12 files changed, 88 insertions(+), 40 deletions(-) rename doc/board/toradex/{apalix-imx8.rst => apalis-imx8.rst} (100%) rename doc/board/toradex/{apalix-imx8x.rst => apalis-imx8x.rst} (100%) rename doc/{README.bloblist => develop/bloblist.rst} (97%)

On Sun, Sep 12, 2021 at 09:30:29PM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit 4412fd8ba2ce5945d04f4b181a96e05576c46bf2:
Merge branch '2021-09-08-fix-FIT-hash-algos-in-SPL' (2021-09-08 21:23:55 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc4-2
for you to fetch changes up to aec7c0925c8e9dc8b1475f3dfec6b54573a8ab17:
efi_loader: simplify efi_watchdog_timer_notify() (2021-09-11 11:02:02 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini