1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/stand/efi/loader
Toomas Soome 56758831fe loader: use teken teminal emulator for x86 and uefi
Replace mini cons25 emulator with teken, this does enable us proper console
terminal for loader and will make it possible to implement different
back end callbacks to draw to screen.

At this time we still only "draw" in text mode.
2019-09-05 22:15:50 +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 Fix EFI loader build when LOADER_NET_SUPPORT=no. 2019-07-30 14:54:18 +00:00
copy.c Reduce size of EFI_STAGING_SIZE to 32 on arm 2019-08-17 06:47:43 +00:00
efi_main.c loader.efi: replace HandleProtocol() with OpenProtocol() 2019-08-06 19:27:27 +00:00
framebuffer.c loader.efi: replace HandleProtocol() with OpenProtocol() 2019-08-06 19:27:27 +00:00
framebuffer.h
loader_efi.h
main.c loader: use teken teminal emulator for x86 and uefi 2019-09-05 22:15:50 +00:00
Makefile
Makefile.depend
version