efi: doc: Mention some EFI commands in the app documentation

It is not obvious what commands can be used in the app. Add some links.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-02 06:14:06 -06:00
parent a2759428a9
commit 64c72bcea2

View File

@@ -431,6 +431,15 @@ board/efi/efi-x86_payload
common/cmd_efi.c
the 'efi' command
Available commands
------------------
See :doc:`/usage/cmd/efidebug` and :doc:`/usage/cmd/efi` for useful commands
available in the EFI app. When Shim_ is in the bootflow, the
:doc:`/usage/cmd/shim` may be useful.
.. _`Shim`: https://github.com/rhboot/shim
--
Ben Stoltz, Simon Glass
Google, Inc