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

2022-08-21 Thread Roger Knecht
--- Original Message --- On Sunday, August 21st, 2022 at 14:18, Simon Glass wrote: > > > Hi Roger, > > On Sun, 21 Aug 2022 at 07:27, Roger Knecht rkne...@pm.me wrote: > > > --- Original Message --- > > On Friday, August 19th, 2022 at 16:08, Simon Glass s...@chromium.org w

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

2022-08-21 Thread Roger Knecht
--- Original Message --- On Friday, August 19th, 2022 at 16:08, Simon Glass wrote: > > > Hi, Hi Simon, > > On Thu, 18 Aug 2022 at 11:08, Heinrich Schuchardt xypron.g...@gmx.de wrote: > > > On 8/18/22 18:54, Roger Knecht wrote: > > > > > Add cat command to print file content to standa

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

2022-08-21 Thread Simon Glass
Hi Roger, On Sun, 21 Aug 2022 at 07:27, Roger Knecht wrote: > > --- Original Message --- > On Friday, August 19th, 2022 at 16:08, Simon Glass wrote: > > > > > > Hi, > Hi Simon, > > > > > On Thu, 18 Aug 2022 at 11:08, Heinrich Schuchardt xypron.g...@gmx.de wrote: > > > > > On 8/18/22 18:5

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

2022-08-19 Thread Simon Glass
Hi, On Thu, 18 Aug 2022 at 11:08, Heinrich Schuchardt wrote: > > On 8/18/22 18:54, Roger Knecht wrote: > > Add cat command to print file content to standard out > > > > Signed-off-by: Roger Knecht > > --- > > v3: > > - Disable 'cat' by default (CONFIG_CMD_CAT=n) > > - Enable 'cat' in sandbox

[PATCH v3] cmd: cat: add new command

2022-08-19 Thread Roger Knecht
Add cat command to print file content to standard out Signed-off-by: Roger Knecht --- v3: - Disable 'cat' by default (CONFIG_CMD_CAT=n) - Enable 'cat' in sandbox and sandbox64 defconfig - Use map_to_sysmem() to fix "phys_to_virt: Cannot map sandbox address" - Use puts() instead of a loop - A

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

2022-08-18 Thread Heinrich Schuchardt
On 8/18/22 18:54, Roger Knecht wrote: Add cat command to print file content to standard out Signed-off-by: Roger Knecht --- v3: - Disable 'cat' by default (CONFIG_CMD_CAT=n) - Enable 'cat' in sandbox and sandbox64 defconfig - Use map_to_sysmem() to fix "phys_to_virt: Cannot map sandbox ad