diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-05-23 12:01:08 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:54:53 -0400 |
commit | f39c8454b500a42a1baa65a2bdefbaa21f413003 (patch) | |
tree | 1c97b1158491abdf6f863966d1cc292f766006db /doc/api | |
parent | 378fc83ebd542f1e06da624cd0822577e1ee4cf2 (diff) | |
download | u-boot-f39c8454b500a42a1baa65a2bdefbaa21f413003.tar.gz |
doc: dfu: add DFU to HTML documentation
Add the device firmware update functions to the generated HTML
documentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/dfu.rst | 7 | ||||
-rw-r--r-- | doc/api/index.rst | 1 |
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 |