freebsd-skq/stand/efi/loader
manu 8f9b3b58bf 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
2019-11-08 20:08:44 +00:00
..
arch loader: use teken teminal emulator for x86 and uefi 2019-09-05 22:15:50 +00:00
autoload.c
bootinfo.c
conf.c
copy.c
efi_main.c
framebuffer.c
framebuffer.h
loader_efi.h
main.c loader.efi: Default to serial if we don't have a ConOut variable 2019-11-08 20:08:44 +00:00
Makefile We don't support configuring serial PCI cards in EFI. Make this clearer in the 2019-11-01 21:26:43 +00:00
Makefile.depend
version