1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/stand/efi/boot1
Michael Zhilin 5e6e2d38c1 [boot/efi] scan all display modes rather than sequential try-fail way
This patch allows to scan all display modes in boot1 as loader does.

Before system tried to select optimal display mode by sequential scan of
modes and if error then stop scanning. This way is not good, because
if mode N is not present, mode N+1 may exist.

In loader we use conout->Mode->MaxMode to identify maximum number of modes.
This commit is to use same way in boot1 as in loader.

Reported by:	Andrey Pustovetov <andrey.pustovetov@gmail.com>
Reviewed by:	tsoome
Differential Revision:	https://reviews.freebsd.org/D13541
2017-12-21 12:21:35 +00:00
..
boot1.c [boot/efi] scan all display modes rather than sequential try-fail way 2017-12-21 12:21:35 +00:00
boot_module.h
fat-amd64.tmpl.xz
fat-arm64.tmpl.xz
fat-arm.tmpl.xz
fat-i386.tmpl.xz
generate-fat.sh
Makefile boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'll 2017-12-08 19:57:26 +00:00
Makefile.depend
Makefile.fat
ufs_module.c
zfs_module.c