Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Jan Kiszka
On 07.11.22 18:18, Heinrich Schuchardt wrote: > On 11/7/22 17:41, Jan Kiszka wrote: >> On 07.11.22 17:29, Heinrich Schuchardt wrote: >>> On 11/4/22 09:06, Jan Kiszka wrote: From: Jan Kiszka Before clearing the screen, ensure that no previous output of firmware or UEFI programs

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Heinrich Schuchardt
On 11/7/22 18:32, Simon Glass wrote: Hi Heinrich, On Mon, 7 Nov 2022 at 09:18, Heinrich Schuchardt wrote: On 11/7/22 16:28, Simon Glass wrote: Hi Jan, On Mon, 7 Nov 2022 at 06:50, Jan Kiszka wrote: On 04.11.22 20:08, Simon Glass wrote: Hi, On Fri, 4 Nov 2022 at 02:07, Jan Kiszka

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Simon Glass
Hi Heinrich, On Mon, 7 Nov 2022 at 09:18, Heinrich Schuchardt wrote: > > On 11/7/22 16:28, Simon Glass wrote: > > Hi Jan, > > > > On Mon, 7 Nov 2022 at 06:50, Jan Kiszka wrote: > >> > >> On 04.11.22 20:08, Simon Glass wrote: > >>> Hi, > >>> > >>> On Fri, 4 Nov 2022 at 02:07, Jan Kiszka wrote:

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Heinrich Schuchardt
On 11/7/22 17:41, Jan Kiszka wrote: On 07.11.22 17:29, Heinrich Schuchardt wrote: On 11/4/22 09:06, Jan Kiszka wrote: From: Jan Kiszka Before clearing the screen, ensure that no previous output of firmware or UEFI programs will be overwritten on serial devices or other streaming consoles.

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Jan Kiszka
On 07.11.22 17:29, Heinrich Schuchardt wrote: > On 11/4/22 09:06, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Before clearing the screen, ensure that no previous output of firmware >> or UEFI programs will be overwritten on serial devices or other >> streaming consoles. This helps generating

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Heinrich Schuchardt
On 11/4/22 09:06, Jan Kiszka wrote: From: Jan Kiszka Before clearing the screen, ensure that no previous output of firmware or UEFI programs will be overwritten on serial devices or other streaming consoles. This helps generating complete boot logs. Tested regarding multi-output against

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Heinrich Schuchardt
On 11/7/22 16:28, Simon Glass wrote: Hi Jan, On Mon, 7 Nov 2022 at 06:50, Jan Kiszka wrote: On 04.11.22 20:08, Simon Glass wrote: Hi, On Fri, 4 Nov 2022 at 02:07, Jan Kiszka wrote: From: Jan Kiszka Before clearing the screen, ensure that no previous output of firmware or UEFI programs

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Simon Glass
Hi Jan, On Mon, 7 Nov 2022 at 06:50, Jan Kiszka wrote: > > On 04.11.22 20:08, Simon Glass wrote: > > Hi, > > > > On Fri, 4 Nov 2022 at 02:07, Jan Kiszka wrote: > >> > >> From: Jan Kiszka > >> > >> Before clearing the screen, ensure that no previous output of firmware > >> or UEFI programs will

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-07 Thread Jan Kiszka
On 04.11.22 20:08, Simon Glass wrote: > Hi, > > On Fri, 4 Nov 2022 at 02:07, Jan Kiszka wrote: >> >> From: Jan Kiszka >> >> Before clearing the screen, ensure that no previous output of firmware >> or UEFI programs will be overwritten on serial devices or other >> streaming consoles. This helps

Re: [PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-04 Thread Simon Glass
Hi, On Fri, 4 Nov 2022 at 02:07, Jan Kiszka wrote: > > From: Jan Kiszka > > Before clearing the screen, ensure that no previous output of firmware > or UEFI programs will be overwritten on serial devices or other > streaming consoles. This helps generating complete boot logs. > > Tested

[PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-04 Thread Jan Kiszka
From: Jan Kiszka Before clearing the screen, ensure that no previous output of firmware or UEFI programs will be overwritten on serial devices or other streaming consoles. This helps generating complete boot logs. Tested regarding multi-output against qemu-x86_defconfig. Signed-off-by: Jan