[PATCH 15/20] doc: Move UEFI down a bit
Simon Glass
sjg at chromium.org
Sun Mar 7 20:31:42 CET 2021
This features a little too prominently in the contents at present. It
seems more important to talk about driver model and the API (which
includes some UEFI notes).
Reposition it below those.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
doc/index.rst | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/doc/index.rst b/doc/index.rst
index 4c44955d67f..cdcc0a9e60a 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
--------------------------
@@ -76,6 +64,18 @@ needed).
api/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
+
Architecture-specific doc
-------------------------
--
2.30.1.766.gb4fecdf3b7-goog
More information about the U-Boot
mailing list