diff options
author | Simon Glass | 2022-10-29 19:47:18 -0600 |
---|---|---|
committer | Simon Glass | 2022-11-07 16:24:30 -0700 |
commit | 2851cc94f3010d686fca3817f66ec8e9f4b2235b (patch) | |
tree | 10938ac453a5438e4337c444f8495abeceb77164 /doc/usage/index.rst | |
parent | 952018117ab4daff5fb4500d5ce0143678473ca4 (diff) |
dm: Add documentation for host command and implementation
Document the 'host' command and also the internals of how it is
implemented.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/index.rst')
-rw-r--r-- | doc/usage/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/usage/index.rst b/doc/usage/index.rst index f3c8fba2ce2..f7f03aeac16 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -52,6 +52,7 @@ Shell commands cmd/for cmd/fwu_mdata cmd/gpio + cmd/host cmd/load cmd/loadm cmd/loady |