Re: [PATCH v5] cmd: cat: add new command

2022-09-03 Thread Roger Knecht
On Saturday, September 3rd, 2022 at 01:54, Tom Rini wrote: > On Sun, Aug 21, 2022 at 02:54:13PM +, Roger Knecht wrote: > > > Add cat command to print file content to standard out > > > > Reviewed-by: Simon Glass s...@chromium.org > > Signed-off-by: Roger Knecht rkne...@pm.me > > > Two

Re: [PATCH v5] cmd: cat: add new command

2022-09-02 Thread Tom Rini
On Sun, Aug 21, 2022 at 02:54:13PM +, Roger Knecht wrote: > Add cat command to print file content to standard out > > Reviewed-by: Simon Glass > Signed-off-by: Roger Knecht Two problems: https://source.denx.de/u-boot/u-boot/-/jobs/490480 https://source.denx.de/u-boot/u-boot/-/jobs/490473

[PATCH v5] cmd: cat: add new command

2022-08-21 Thread Roger Knecht
Add cat command to print file content to standard out Reviewed-by: Simon Glass Signed-off-by: Roger Knecht --- v5: - Removed "default n" from Kconfig - Renamed 'buffer_sysmem_addr' in 'addr' - User yield instead of return in conftest.py - Catch 'CalledProcessError' in conftest.py - Clean