summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-26 07:46:08 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-30 22:36:22 +0300
commit73d95c24a5fe3d25346aed556ecd6c1cfea62238 (patch)
tree84726df63258494f1c2557771b4d43cd4165479e /doc/index.rst
parenta6ccba0c35abf3702ad2daf0a22194f74d09b4bf (diff)
downloadu-boot-73d95c24a5fe3d25346aed556ecd6c1cfea62238.tar.xz
doc: integrate UEFI documentation into Sphinx toctree
Change the UEFI documentation to Sphinx style and integrate it into the rest of the Sphinx generated documentation. Remove the inaccurate TODO list in doc/uefi/uefi.rst. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 9ae2e167bc..458f0d2d0e 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -15,8 +15,21 @@ if you want to help out.
.. toctree::
:maxdepth: 2
+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
--------------------------
+
The following holds information on the U-Boot device driver framework:
driver-model, including the design details of itself and several driver
subsystems.