u-boot/doc/usage/index.rst
Rasmus Villemoes 2bec548052 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>
2023-03-17 16:10:42 -04:00

106 lines
1.3 KiB
ReStructuredText

Use U-Boot
==========
.. toctree::
:maxdepth: 1
dfu
environment
fdt_overlays
fit
netconsole
partitions
cmdline
semihosting
Shell commands
--------------
.. toctree::
:maxdepth: 1
cmd/acpi
cmd/addrmap
cmd/askenv
cmd/base
cmd/bdinfo
cmd/blkcache
cmd/bootd
cmd/bootdev
cmd/bootefi
cmd/bootflow
cmd/booti
cmd/bootmenu
cmd/bootmeth
cmd/button
cmd/bootz
cmd/cat
cmd/cbsysinfo
cmd/cls
cmd/cmp
cmd/conitrace
cmd/cyclic
cmd/dm
cmd/ebtupdate
cmd/echo
cmd/eficonfig
cmd/env
cmd/event
cmd/exception
cmd/extension
cmd/exit
cmd/false
cmd/fatinfo
cmd/fatload
cmd/fdt
cmd/font
cmd/for
cmd/fwu_mdata
cmd/gpio
cmd/host
cmd/load
cmd/loadm
cmd/loady
cmd/mbr
cmd/md
cmd/mmc
cmd/mtest
cmd/panic
cmd/part
cmd/pause
cmd/pinmux
cmd/printenv
cmd/pstore
cmd/qfw
cmd/read
cmd/reset
cmd/rng
cmd/sbi
cmd/sf
cmd/scp03
cmd/seama
cmd/setexpr
cmd/size
cmd/sleep
cmd/sound
cmd/source
cmd/sm
cmd/temperature
cmd/tftpput
cmd/trace
cmd/true
cmd/ums
cmd/ut
cmd/wdt
cmd/wget
cmd/write
cmd/xxd
Booting OS
----------
.. toctree::
:maxdepth: 1
os/plan9
os/vxworks