]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Move UEFI under develop/
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:25:11 +0000 (20:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:10 +0000 (17:03 +1300)
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>
doc/arch/x86.rst
doc/develop/index.rst
doc/develop/uefi/index.rst [moved from doc/uefi/index.rst with 51% similarity]
doc/develop/uefi/iscsi.rst [moved from doc/uefi/iscsi.rst with 100% similarity]
doc/develop/uefi/u-boot_on_efi.rst [moved from doc/uefi/u-boot_on_efi.rst with 100% similarity]
doc/develop/uefi/uefi.rst [moved from doc/uefi/uefi.rst with 100% similarity]
doc/index.rst

index cc307aa8d5eb99692beeed97da5133718bec105d..2ebfed871bda2563f96be7b7a25933a0ec1f5237 100644 (file)
@@ -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
 -------------
index 41c0ba1ebd9b88696bed65e30ed74fef96c1f546..84914bb47bfc42a8d59983a5c8e488f429429b58 100644 (file)
@@ -13,6 +13,7 @@ Implementation
    global_data
    logging
    menus
+   uefi/index
    version
 
 Debugging
similarity index 51%
rename from doc/uefi/index.rst
rename to doc/develop/uefi/index.rst
index b790a91f174d0ff82776613489df28cb9d897061..7e65dbc5d5e89721c17ba8d073e63e0555ee170a 100644 (file)
@@ -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
 
similarity index 100%
rename from doc/uefi/uefi.rst
rename to doc/develop/uefi/uefi.rst
index 4c44955d67fda35e6937ac0bd51973cbad6458e9..366963813ace21bd65e4f04c668cd0c5ec8d0092 100644 (file)
@@ -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
 --------------------------