Dear Tom, The following changes since commit 53c47c59e638cc118c272235db516bb541dad0ac:
Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm (2023-01-19 09:46:57 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-04-rc1-2 for you to fetch changes up to e10fffe8b56f4430e0e242977bfa67ab589b8235: efi_loader: fix CapsuleMax variable reporting (2023-01-20 17:10:57 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14806 ---------------------------------------------------------------- Pull request for efi-2023-04-rc1-2 Documentation * man-pages for source, blkcache, bdinfo * fix references to distro documentation UEFI: * allow clear screen by scrolling * ensure that file ubootefi.var is created * fix CapsuleMax variable reporting Others: * reduce verbosity of fat_read_file()efi-2023-04-rc1-2efi-2023-04-rc1-2 ---------------------------------------------------------------- Dario Binacchi (1): doc: fix references to distro documentation Heinrich Schuchardt (5): fs/fat: avoid noisy message fat_read_file() doc: man-page for source command doc: man-page for blkcache doc: man-page for bdinfo efi_loader: ensure that file ubootefi.var is created Ilias Apalodimas (2): efi_loader: update the error message of TCG protocol installation efi_loader: fix CapsuleMax variable reporting Jan Kiszka (2): efi_loader: Set default console colors on efi_cout_clear_screen if needed efi_loader: Avoid overwriting previous outputs on console screen clearing doc/README.gpt | 2 +- doc/README.uniphier | 2 +- doc/board/emulation/qemu-x86.rst | 3 +- doc/board/st/stm32mp1.rst | 2 +- doc/board/tbs/tbs2910.rst | 2 +- doc/usage/cmd/bdinfo.rst | 119 ++++++++++++++++++++++++ doc/usage/cmd/blkcache.rst | 74 +++++++++++++++ doc/usage/cmd/source.rst | 193 +++++++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 3 + fs/fat/fat.c | 22 +---- include/fat.h | 2 - lib/efi_loader/Kconfig | 9 ++ lib/efi_loader/efi_console.c | 19 +++- lib/efi_loader/efi_setup.c | 2 +- lib/efi_loader/efi_tcg2.c | 2 +- lib/efi_loader/efi_variable.c | 8 +- 16 files changed, 434 insertions(+), 30 deletions(-) create mode 100644 doc/usage/cmd/bdinfo.rst create mode 100644 doc/usage/cmd/blkcache.rst create mode 100644 doc/usage/cmd/source.rst