freebsd-skq/stand/efi
kevans e095143112 loader efifb: implement uga_autoresize as a call to text_autoresize
UGA does not have the same kind of mode enumeration that GOP does. Implement
it instead as a call to text_autoresize so that firmwares with only UGA
present still get some kind of autoresizing behavior.

While here, rename a typo'd "gop" to "uga", although it will remain unused
for the time being.
2018-03-26 13:45:17 +00:00
..
boot1 UEFI: Ditch console mode setting, choose optimal GOP mode later in boot 2018-03-21 20:36:57 +00:00
fdt Remove now-unused variable after r328809 2018-02-04 17:31:50 +00:00
include libefi: UEFI_BOOT_VAR_GUID duplicates EFI_GLOBAL_VARIABLE 2018-03-15 05:58:35 +00:00
libefi loader consoles: Implement SGR 24, 25 2018-03-24 02:01:25 +00:00
loader loader efifb: implement uga_autoresize as a call to text_autoresize 2018-03-26 13:45:17 +00:00
Makefile stand: Fix build after r330249 2018-03-01 21:46:01 +00:00
Makefile.inc