]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: document read/write commands
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Thu, 2 Mar 2023 08:12:23 +0000 (09:12 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Mar 2023 20:10:42 +0000 (16:10 -0400)
commit2bec5480522298c99d04b7600d300a83b318a0d5
treefa27fee6e4fa53049eb2bdcf4a64d5216f907abd
parent8311ac5fe0831ae26ffb68fab6b927b18d7036d2
doc: document read/write commands

The read and write commands are, deliberately, implemented in the same
file, so that they stay feature-compatible (e.g. if someone implements
support for "read the full partition, however large that is", that
same syntax should also work for write). In order to ensure the
documentation for both are similarly kept in sync, and to avoid
duplication, document them both in read.rst, and add a stub write.rst
referring to read.rst.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/usage/cmd/read.rst [new file with mode: 0644]
doc/usage/cmd/write.rst [new file with mode: 0644]
doc/usage/index.rst