The following changes since commit 28c2ebef372b4c9bb18bed8373e0d9e65a09b42b:
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi (2022-03-25 21:20:29 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-04-rc5-2 for you to fetch changes up to ccc41fcfaf33356f7789c8bd50551a9e37507f2d: cmd: efidebug: simplify do_efi_boot_add() (2022-03-26 07:46:21 +0100) Gitlab CI showed no problem: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/11459 ---------------------------------------------------------------- Pull request for efi-2022-04-rc5-2 Documentation: * man-page for the wdt command UEFI: * Unit test for boot manager ---------------------------------------------------------------- Heinrich Schuchardt (6): doc: man-page for the wdt command efi_loader: typo devie-path efi_loader: nocolor command line attr for initrddump.efi efi_loader: initrddump: drain input before prompt test: test UEFI boot manager cmd: efidebug: simplify do_efi_boot_add() cmd/efidebug.c | 5 +- doc/usage/index.rst | 1 + doc/usage/wdt.rst | 77 ++++++++++++++++++ lib/efi_loader/efi_device_path.c | 2 +- lib/efi_loader/initrddump.c | 91 ++++++++++++++++++---- test/py/tests/test_efi_bootmgr/conftest.py | 42 ++++++++++ test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py | 32 ++++++++ 7 files changed, 233 insertions(+), 17 deletions(-) create mode 100644 doc/usage/wdt.rst create mode 100644 test/py/tests/test_efi_bootmgr/conftest.py create mode 100644 test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py

