]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit555fe33070117c847438410dc30e81506c4d2885
tree15bac492af33d58a7b244c914cd1714a7ffc3964
parent533bbc116dd5189c1d7968d4314af804376b0f7f
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]