aboutsummaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-25 11:56:57 -0400
committerTom Rini <trini@konsulko.com>2020-05-25 11:56:57 -0400
commit71f70cfcf4a79a58682596e6b7769fe6f8f0c4d1 (patch)
tree19a90e91b62dec0f1098a8585e795e9480792898 /doc/api
parent9c5fef577494769e3ff07952a85f9b7125ef765b (diff)
parentefc0644802a2c9c1747539e017562aabde1f54ec (diff)
Merge branch '2020-05-25-misc-fixes'
- A few minor Kconfig migrations / corrections - DFU doc fixes/improvements - Bugfix for ARMv8, env userspace building, more NULL checks in generic PHY code
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/dfu.rst7
-rw-r--r--doc/api/index.rst1
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/dfu.rst b/doc/api/dfu.rst
new file mode 100644
index 0000000000..5bd9e292a5
--- /dev/null
+++ b/doc/api/dfu.rst
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Device firmware update
+======================
+
+.. kernel-doc:: include/dfu.h
+ :internal:
diff --git a/doc/api/index.rst b/doc/api/index.rst
index 2578abd40e..fd3b5bdc82 100644
--- a/doc/api/index.rst
+++ b/doc/api/index.rst
@@ -6,6 +6,7 @@ U-Boot API documentation
.. toctree::
:maxdepth: 2
+ dfu
efi
linker_lists
serial