aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/index.rst1
-rw-r--r--doc/api/sandbox.rst9
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst
index ae4a1b6c634..cbecd107558 100644
--- a/doc/api/index.rst
+++ b/doc/api/index.rst
@@ -12,6 +12,7 @@ U-Boot API documentation
linker_lists
pinctrl
rng
+ sandbox
serial
timer
unicode
diff --git a/doc/api/sandbox.rst b/doc/api/sandbox.rst
new file mode 100644
index 00000000000..724776399be
--- /dev/null
+++ b/doc/api/sandbox.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Sandbox
+=======
+
+The following API routines are used to implement the U-Boot sandbox.
+
+.. kernel-doc:: include/os.h
+ :internal: