Re: [PATCH v3 2/3] efi_loader: Set default console colors on efi_cout_clear_screen if needed

2022-11-07 Thread Jan Kiszka
On 07.11.22 18:06, Heinrich Schuchardt wrote: > On 11/4/22 09:06, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Ensures a consistent background color of the whole screen for succeeding >> outputs as both demanded by the spec and implemented in EDK2 as well. > > To which sentence in the UEFI 2.10

Re: [PATCH v3 2/3] efi_loader: Set default console colors on efi_cout_clear_screen if needed

2022-11-07 Thread Heinrich Schuchardt
On 11/4/22 09:06, Jan Kiszka wrote: From: Jan Kiszka Ensures a consistent background color of the whole screen for succeeding outputs as both demanded by the spec and implemented in EDK2 as well. To which sentence in the UEFI 2.10 spec are you relating? Signed-off-by: Jan Kiszka ---

Re: [PATCH v3 2/3] efi_loader: Set default console colors on efi_cout_clear_screen if needed

2022-11-07 Thread Jan Kiszka
On 04.11.22 09:06, Jan Kiszka wrote: > From: Jan Kiszka > > Ensures a consistent background color of the whole screen for succeeding > outputs as both demanded by the spec and implemented in EDK2 as well. > > Signed-off-by: Jan Kiszka > --- > lib/efi_loader/efi_console.c | 6 ++ > 1 file

[PATCH v3 2/3] efi_loader: Set default console colors on efi_cout_clear_screen if needed

2022-11-04 Thread Jan Kiszka
From: Jan Kiszka Ensures a consistent background color of the whole screen for succeeding outputs as both demanded by the spec and implemented in EDK2 as well. Signed-off-by: Jan Kiszka --- lib/efi_loader/efi_console.c | 6 ++ 1 file changed, 6 insertions(+) diff --git