]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader.efi: Default to serial if we don't have a ConOut variable
authormanu <manu@FreeBSD.org>
Fri, 8 Nov 2019 20:08:44 +0000 (20:08 +0000)
committermanu <manu@FreeBSD.org>
Fri, 8 Nov 2019 20:08:44 +0000 (20:08 +0000)
commit8f9b3b58bfb2d8b3c692aca0f32b7c3b723ede1d
treedfc0f2156472b30babb9ba53e64ccc4e57302ac6
parentfd01ead7e42b74378bc9cc45be579faa3f5978ae
loader.efi: Default to serial if we don't have a ConOut variable

In the EFI implementation in U-Boot no ConOut efi variable is created,
this cause loader to fallback to TERM_EMU implementation which is very
very very slow (and uses the ConOut device in the system table anyway).
The UEFI spec aren't clear as if this variable needs to exists or not.

Reviewed by: imp, kevans
stand/efi/loader/main.c