Re: [PATCH v2] efi_loader: Improve console screen clearing and reset

2022-10-14 Thread Jan Kiszka
On 09.05.22 11:05, Jan Kiszka wrote: > On 09.05.22 10:31, Jan Kiszka wrote: >> On 06.05.22 18:46, Heinrich Schuchardt wrote: >>> On 5/6/22 16:50, Jan Kiszka wrote: From: Jan Kiszka Before clearing the screen, ensure that no previous output of firmware or UEFI programs will be o

Re: [PATCH v2] efi_loader: Improve console screen clearing and reset

2022-05-09 Thread Jan Kiszka
On 09.05.22 10:31, Jan Kiszka wrote: > On 06.05.22 18:46, Heinrich Schuchardt wrote: >> On 5/6/22 16:50, 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 >>> str

Re: [PATCH v2] efi_loader: Improve console screen clearing and reset

2022-05-09 Thread Jan Kiszka
On 06.05.22 18:46, Heinrich Schuchardt wrote: > On 5/6/22 16:50, 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 comple

Re: [PATCH v2] efi_loader: Improve console screen clearing and reset

2022-05-06 Thread Heinrich Schuchardt
On 5/6/22 16:50, 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 qemu-x8

[PATCH v2] efi_loader: Improve console screen clearing and reset

2022-05-06 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 Kisz