]> git.baikalelectronics.ru Git - uboot.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)
commitb13a3bb87acaa493f052384879410642ab660fe1
treefa27fee6e4fa53049eb2bdcf4a64d5216f907abd
parent787b74090c21e33b2a7ea1ba705aa4b15f299130
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