diff options
author | Tom Rini | 2020-11-06 11:27:14 -0500 |
---|---|---|
committer | Tom Rini | 2020-11-06 11:27:14 -0500 |
commit | 22ad69b7987eb4b10221330661db4427e40174fb (patch) | |
tree | b13bc4ba708907cd76a0ec09c4599b55cb586953 /doc | |
parent | 896cc5aa4a8fc0c28036b9615a37f0034addad44 (diff) | |
parent | dc4b2a9770b5b932cd6d98c33ebff6dc46de6849 (diff) |
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
patman status subcommand to collect tags from Patchwork
patman showing email replies from Patchwork
sandbox poweroff command
minor fixes in binman, tests
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/index.rst | 1 | ||||
-rw-r--r-- | doc/api/sandbox.rst | 9 |
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: |