commit | f841bb8f2827dabc2ae57be5f45505e156cd4594 | [log] [tgz] |
---|---|---|
author | Roger Knecht <rknecht@pm.me> | Sat Sep 03 13:15:04 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 11 15:40:48 2022 -0400 |
tree | 15bac492af33d58a7b244c914cd1714a7ffc3964 | |
parent | 11827c4566eb3c0e0b9d6229f4af2c2bd8bea130 [diff] [blame] |
cmd: xxd: add new command Add xxd command to print file content as hexdump to standard out Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Roger Knecht <rknecht@pm.me>
diff --git a/doc/usage/index.rst b/doc/usage/index.rst index a05aa42..64a2658 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst
@@ -72,6 +72,7 @@ cmd/true cmd/ums cmd/wdt + cmd/xxd Booting OS ----------