Re: [PATCH 1/1] efi_loader: avoid EFI_CALL() for clearing screen

2022-11-04 Thread Jan Kiszka
On 04.11.22 08:25, Jan Kiszka wrote: > On 15.10.22 12:15, Heinrich Schuchardt wrote: >> Carve out function efi_clear_screen. >> > > This does not motivate *why* you prefer to not use efi_cout_clear_screen > anymore. Why this in principle still hold... > > A side effect of this is that the

Re: [PATCH 1/1] efi_loader: avoid EFI_CALL() for clearing screen

2022-11-04 Thread Jan Kiszka
On 15.10.22 12:15, Heinrich Schuchardt wrote: > Carve out function efi_clear_screen. > This does not motivate *why* you prefer to not use efi_cout_clear_screen anymore. A side effect of this is that the screen will not longer be filled with a new background color, leading to lines that are

Re: [PATCH 1/1] efi_loader: avoid EFI_CALL() for clearing screen

2022-10-15 Thread Ilias Apalodimas
On Sat, Oct 15, 2022 at 12:15:47PM +0200, Heinrich Schuchardt wrote: > Carve out function efi_clear_screen. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_console.c | 26 +- > 1 file changed, 17 insertions(+), 9 deletions(-) > > diff --git

[PATCH 1/1] efi_loader: avoid EFI_CALL() for clearing screen

2022-10-15 Thread Heinrich Schuchardt
Carve out function efi_clear_screen. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_console.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/lib/efi_loader/efi_console.c b/lib/efi_loader/efi_console.c index 3354b217a9..6d4784e140