freebsd-skq/stand/efi/boot1
kevans d828ddb37a 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.c efi loader: Address two nits with recent graphics changes 2018-04-19 03:31:41 +00:00
boot_module.h
fat-amd64.tmpl.xz Regenerate FAT templates after r332561 2018-04-16 15:13:18 +00:00
fat-arm64.tmpl.xz Regenerate FAT templates after r332561 2018-04-16 15:13:18 +00:00
fat-arm.tmpl.xz Regenerate FAT templates after r332561 2018-04-16 15:13:18 +00:00
fat-i386.tmpl.xz Regenerate FAT templates after r332561 2018-04-16 15:13:18 +00:00
generate-fat.sh Rename volume label for ESP 2018-04-16 13:18:18 +00:00
Makefile Centralize several variables. 2018-02-02 06:32:26 +00:00
Makefile.depend
Makefile.fat
ufs_module.c Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
zfs_module.c