Re: [PATCH 4/7] WIP: efi: Disable ANSI output

2023-11-21 Thread Simon Glass
Hi Heinrich, On Tue, 21 Nov 2023 at 10:32, Heinrich Schuchardt wrote: > > On 11/21/23 12:35, Simon Glass wrote: > > We don't want ANSI characters written in tests since it is a pain to > > check the output. > > I never experienced such pain. The Gitlab output just renders things as > expected. >

Re: [PATCH 4/7] WIP: efi: Disable ANSI output

2023-11-21 Thread Heinrich Schuchardt
On 11/21/23 12:35, Simon Glass wrote: We don't want ANSI characters written in tests since it is a pain to check the output. I never experienced such pain. The Gitlab output just renders things as expected. For now, don't bother checking the console size. A better solution is need, which al

[PATCH 4/7] WIP: efi: Disable ANSI output

2023-11-21 Thread Simon Glass
We don't want ANSI characters written in tests since it is a pain to check the output. For now, don't bother checking the console size. A better solution is need, which allows ANSI output to be controlled within EFI. Signed-off-by: Simon Glass --- include/efi_loader.h | 14 +++