Displaying 2 results from an estimated 2 matches for "efi_scroll_up".
2025 Apr 21
0
[PATCH] Improve EFI console logging
...ing the ldlinux.e32 file.
Another issue which might render the error message unreadable is that
the error message doesn't contain a newline marker, which might cause
the EFI shell command prompt to overwrite the message. This happens
with OVMF under Qemu.
Yet another minor issue is that the efi_scroll_up() function generates
a CRLF pair on the reverse order, LFCR, which can confuse some text
editors when viewing the logs, so it would be good to put them into
the correct order.
The efi_scroll_up() function also contains a bug where it ignores
the number of rows to scroll up by and always scrolls on...
2025 Apr 22
0
[PATCH] Improve EFI console logging
...render the error message unreadable is that
>> the error message doesn't contain a newline marker, which might cause
>> the EFI shell command prompt to overwrite the message. This happens
>> with OVMF under Qemu.
>>
>>
>> Yet another minor issue is that the efi_scroll_up() function generates
>> a CRLF pair on the reverse order, LFCR, which can confuse some text
>> editors when viewing the logs, so it would be good to put them into
>> the correct order.
>>
>> The efi_scroll_up() function also contains a bug where it ignores
>> the...