u-boot/doc/usage/index.rst
Samuel Dionne-Riel dc0d17c26a cmd: Add pause command
This command is being introduced with the goal of allowing user-friendly
"generic use case" U-Boot builds to pause until user input under some
situations.

The main use case would be when a boot failure happens, to pause until
the user has had time to acknowledge the current state.

Tested using:

    make && ./u-boot -v -T -c 'ut lib lib_test_hush_pause'

Signed-off-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
Cc: Simon Glass <sjg@chromium.org>
2022-09-02 13:40:42 -04:00

79 lines
925 B
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/bootdev
cmd/bootefi
cmd/bootflow
cmd/booti
cmd/bootmenu
cmd/bootmeth
cmd/button
cmd/bootz
cmd/cbsysinfo
cmd/conitrace
cmd/dm
cmd/echo
cmd/env
cmd/event
cmd/exception
cmd/extension
cmd/exit
cmd/false
cmd/fatinfo
cmd/fatload
cmd/fdt
cmd/for
cmd/gpio
cmd/load
cmd/loadm
cmd/loady
cmd/mbr
cmd/md
cmd/mmc
cmd/pause
cmd/pinmux
cmd/printenv
cmd/pstore
cmd/qfw
cmd/reset
cmd/rng
cmd/sbi
cmd/sf
cmd/scp03
cmd/setexpr
cmd/size
cmd/true
cmd/ums
cmd/wdt
Booting OS
----------
.. toctree::
:maxdepth: 1
os/plan9
os/vxworks