[Concept,02/18] efi: doc: Mention some EFI commands in the app documentation

Message ID 20250902152158.2285264-3-sjg@u-boot.org
State New
Headers
Series efi: Improve integration of the app with a Shim environment |

Commit Message

Simon Glass Sept. 2, 2025, 3:21 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

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

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 doc/develop/uefi/u-boot_on_efi.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
  

Patch

diff --git a/doc/develop/uefi/u-boot_on_efi.rst b/doc/develop/uefi/u-boot_on_efi.rst
index 845d04d7826..451a6e71fc3 100644
--- a/doc/develop/uefi/u-boot_on_efi.rst
+++ b/doc/develop/uefi/u-boot_on_efi.rst
@@ -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