aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 20:25:11 +1300
committerSimon Glass <sjg@chromium.org>2021-03-22 19:23:29 +1300
commitd748bc16edbbc5bc166a91779757dcd0fa836ba9 (patch)
tree2495517036c4dfa5070463cb0104bd422dadcac2
parentdb0f9474d9f05382e426e88bf9d05663d0d16e6b (diff)
downloadu-boot-d748bc16edbbc5bc166a91779757dcd0fa836ba9.zip
u-boot-d748bc16edbbc5bc166a91779757dcd0fa836ba9.tar.gz
u-boot-d748bc16edbbc5bc166a91779757dcd0fa836ba9.tar.bz2
doc: Move UEFI under develop/
Much of the content here is useful only for development. Move it under that section. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r--doc/arch/x86.rst4
-rw-r--r--doc/develop/index.rst1
-rw-r--r--doc/develop/uefi/index.rst (renamed from doc/uefi/index.rst)4
-rw-r--r--doc/develop/uefi/iscsi.rst (renamed from doc/uefi/iscsi.rst)0
-rw-r--r--doc/develop/uefi/u-boot_on_efi.rst (renamed from doc/uefi/u-boot_on_efi.rst)0
-rw-r--r--doc/develop/uefi/uefi.rst (renamed from doc/uefi/uefi.rst)0
-rw-r--r--doc/index.rst12
7 files changed, 7 insertions, 14 deletions
diff --git a/doc/arch/x86.rst b/doc/arch/x86.rst
index cc307aa..2ebfed8 100644
--- a/doc/arch/x86.rst
+++ b/doc/arch/x86.rst
@@ -709,8 +709,8 @@ to load a 'u-boot-payload.efi', see below test logs on QEMU.
No controllers found
Hit any key to stop autoboot: 0
-See :doc:`../uefi/u-boot_on_efi` and :doc:`../uefi/uefi` for details of
-EFI support in U-Boot.
+See :doc:`../develop/uefi/u-boot_on_efi` and :doc:`../develop/uefi/uefi` for
+details of EFI support in U-Boot.
Chain-loading
-------------
diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index 41c0ba1..84914bb 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -13,6 +13,7 @@ Implementation
global_data
logging
menus
+ uefi/index
version
Debugging
diff --git a/doc/uefi/index.rst b/doc/develop/uefi/index.rst
index b790a91..7e65dbc 100644
--- a/doc/uefi/index.rst
+++ b/doc/develop/uefi/index.rst
@@ -3,6 +3,10 @@
Unified Extensible Firmware (UEFI)
==================================
+U-Boot provides an implementation of the UEFI API allowing to run UEFI
+compliant software like Linux, GRUB, and iPXE. Furthermore U-Boot itself
+can be run an UEFI payload.
+
.. toctree::
:maxdepth: 2
diff --git a/doc/uefi/iscsi.rst b/doc/develop/uefi/iscsi.rst
index 51d38cd..51d38cd 100644
--- a/doc/uefi/iscsi.rst
+++ b/doc/develop/uefi/iscsi.rst
diff --git a/doc/uefi/u-boot_on_efi.rst b/doc/develop/uefi/u-boot_on_efi.rst
index c9a41bc..c9a41bc 100644
--- a/doc/uefi/u-boot_on_efi.rst
+++ b/doc/develop/uefi/u-boot_on_efi.rst
diff --git a/doc/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
index 5a67737..5a67737 100644
--- a/doc/uefi/uefi.rst
+++ b/doc/develop/uefi/uefi.rst
diff --git a/doc/index.rst b/doc/index.rst
index 4c44955..3669638 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -38,18 +38,6 @@ want to contribute to U-Boot.
develop/index
-Unified Extensible Firmware (UEFI)
-----------------------------------
-
-U-Boot provides an implementation of the UEFI API allowing to run UEFI
-compliant software like Linux, GRUB, and iPXE. Furthermore U-Boot itself
-can be run an UEFI payload.
-
-.. toctree::
- :maxdepth: 2
-
- uefi/index
-
Driver-Model documentation
--------------------------