aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/efi.rst (renamed from doc/efi.rst)0
-rw-r--r--doc/api/index.rst11
-rw-r--r--doc/api/linker_lists.rst (renamed from doc/linker_lists.rst)0
-rw-r--r--doc/api/serial.rst (renamed from doc/serial.rst)0
-rw-r--r--doc/index.rst14
5 files changed, 22 insertions, 3 deletions
diff --git a/doc/efi.rst b/doc/api/efi.rst
index 39e2dba..39e2dba 100644
--- a/doc/efi.rst
+++ b/doc/api/efi.rst
diff --git a/doc/api/index.rst b/doc/api/index.rst
new file mode 100644
index 0000000..d484c06
--- /dev/null
+++ b/doc/api/index.rst
@@ -0,0 +1,11 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+U-Boot API documentation
+========================
+
+.. toctree::
+ :maxdepth: 2
+
+ efi
+ linker_lists
+ serial
diff --git a/doc/linker_lists.rst b/doc/api/linker_lists.rst
index 72f514e..72f514e 100644
--- a/doc/linker_lists.rst
+++ b/doc/api/linker_lists.rst
diff --git a/doc/serial.rst b/doc/api/serial.rst
index ed34e59..ed34e59 100644
--- a/doc/serial.rst
+++ b/doc/api/serial.rst
diff --git a/doc/index.rst b/doc/index.rst
index 0353c10..1946d09 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -4,8 +4,16 @@
U-Boot Developer Manual
#######################
+U-Boot API documentation
+------------------------
+
+These books get into the details of how specific U-Boot subsystems work
+from the point of view of a U-Boot developer. Much of the information here
+is taken directly from the U-Boot source, with supplemental material added
+as needed (or at least as we managed to add it - probably *not* all that is
+needed).
+
.. toctree::
+ :maxdepth: 2
- efi
- linker_lists
- serial
+ api/index