Re: [PATCH] console: Use only 0x00 as line separator for console recording

2023-03-10 Thread Simon Glass
On Mon, 27 Feb 2023 at 12:55, Marek Vasut wrote: > > In case character 0x20 (space) is used as line separator, > character 0x9 (tab) is treated end of line. Commands which > output a lot of tabs, i.e. various tree printing commands > like 'fdt print' then end up generating a lot of newlines > in t

Re: [PATCH] console: Use only 0x00 as line separator for console recording

2023-03-01 Thread Simon Glass
On Mon, 27 Feb 2023 at 12:55, Marek Vasut wrote: > > In case character 0x20 (space) is used as line separator, > character 0x9 (tab) is treated end of line. Commands which > output a lot of tabs, i.e. various tree printing commands > like 'fdt print' then end up generating a lot of newlines > in t

[PATCH] console: Use only 0x00 as line separator for console recording

2023-02-27 Thread Marek Vasut
In case character 0x20 (space) is used as line separator, character 0x9 (tab) is treated end of line. Commands which output a lot of tabs, i.e. various tree printing commands like 'fdt print' then end up generating a lot of newlines in the recorded output, and the recorded output is corrupted. Use