[PATCH 16/27] efi: doc: Use inline links for EFI app documentation
Simon Glass
sjg at chromium.org
Wed May 28 10:24:42 CEST 2025
Update the links to an embedded style. Also drop the part about needing
to support ARM, as this is done now.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
doc/develop/uefi/u-boot_on_efi.rst | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/doc/develop/uefi/u-boot_on_efi.rst b/doc/develop/uefi/u-boot_on_efi.rst
index 7a1713f7588..f1f9113b01f 100644
--- a/doc/develop/uefi/u-boot_on_efi.rst
+++ b/doc/develop/uefi/u-boot_on_efi.rst
@@ -44,7 +44,9 @@ Build Instructions
------------------
First choose a board that has EFI support and obtain an EFI implementation
for that board. It will be either 32-bit or 64-bit. Alternatively, you can
-opt for using QEMU [1] and the OVMF [2], as detailed below.
+opt for using `QEMU <http://www.qemu.org>`_ and the
+`OVMF <https://github.com/tianocore/tianocore.github.io/wiki/OVMF>`_, as
+detailed below.
To build U-Boot as an EFI application, enable CONFIG_EFI_CLIENT and
CONFIG_EFI_APP. The efi-x86_app32 and efi-x86_app64 configs are set up for
@@ -341,8 +343,6 @@ Future work
-----------
This work could be extended in a number of ways:
-- Add ARM support
-
- Figure out how to solve the interrupt problem
- Add more drivers to the application side (e.g.USB, environment access).
@@ -372,6 +372,3 @@ common/cmd_efi.c
Ben Stoltz, Simon Glass
Google, Inc
July 2015
-
-* [1] http://www.qemu.org
-* [2] https://github.com/tianocore/tianocore.github.io/wiki/OVMF
--
2.43.0
More information about the U-Boot
mailing list