Re: [PATCH v2] cmd: xxd: add new command

2022-10-11 Thread Tom Rini
On Sat, Sep 03, 2022 at 01:15:04PM +, Roger Knecht wrote: > Add xxd command to print file content as hexdump to standard out > > Reviewed-by: Simon Glass > Signed-off-by: Roger Knecht Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2] cmd: xxd: add new command

2022-09-03 Thread Roger Knecht
Add xxd command to print file content as hexdump to standard out Reviewed-by: Simon Glass Signed-off-by: Roger Knecht --- v2: - Fix pylint error "Undefined variable CalledProcessError" - Fix htmldoc error "cat.rst: document isn't included in any toctree" - Added reviewed by Simon The 'xxd' c