freebsd-dev/stand/efi
Kyle Evans 807dbf2b94 efi loader: Address two nits with recent graphics changes
- We should be setting a known graphics mode on conout, but we aren't.
- We shouldn't be setting gop mode if we didn't find a good resolution to
  set, but we were. This made efi_max_resolution=1x1 effectively worthless,
  since it would always set gop mode 0 if nothing else.
2018-04-19 03:31:41 +00:00
..
boot1 efi loader: Address two nits with recent graphics changes 2018-04-19 03:31:41 +00:00
fdt Remove now-unused variable after r328809 2018-02-04 17:31:50 +00:00
include Refactor currdev setting 2018-04-11 19:46:24 +00:00
libefi Refactor currdev setting 2018-04-11 19:46:24 +00:00
loader efi loader: Address two nits with recent graphics changes 2018-04-19 03:31:41 +00:00
Makefile stand: Fix build after r330249 2018-03-01 21:46:01 +00:00
Makefile.inc