]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
cmd: xxd: add new command
authorRoger Knecht <rknecht@pm.me>
Sat, 3 Sep 2022 13:15:04 +0000 (13:15 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 11 Oct 2022 19:40:48 +0000 (15:40 -0400)
commit23c0df6e7cd3f220a81151b662f0280bba0054b9
tree15bac492af33d58a7b244c914cd1714a7ffc3964
parent690a1d694899c55c7cc6a168c54984f765ff761e
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>
MAINTAINERS
cmd/Kconfig
cmd/Makefile
cmd/xxd.c [new file with mode: 0644]
configs/sandbox64_defconfig
configs/sandbox_defconfig
doc/usage/cmd/xxd.rst [new file with mode: 0644]
doc/usage/index.rst
test/py/tests/test_xxd/conftest.py [new file with mode: 0644]
test/py/tests/test_xxd/test_xxd.py [new file with mode: 0644]