From d28d37fd25ae40d3b8a984b7f705ea687f8d3aaa Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 17 May 2025 13:54:03 +0200 Subject: [PATCH] efi: doc: Use inline links for EFI app documentation 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 --- 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 `_ and the +`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