svn commit: r332751 - in head/stand/efi: boot1 loader

Kyle Evans kevans at freebsd.org
Thu Apr 19 03:38:01 UTC 2018


On Wed, Apr 18, 2018 at 10:31 PM, Kyle Evans <kevans at freebsd.org> wrote:
> Author: kevans
> Date: Thu Apr 19 03:31:41 2018
> New Revision: 332751
> URL: https://svnweb.freebsd.org/changeset/base/332751
>
> Log:
>   efi loader: Address two nits with recent graphics changes
>
>   - We should be setting a known graphics mode on conout, but we aren't.

This should read "known text mode," and mode 0 was chosen simply
because it's defined by the standard to be available (and 80x25).

>   - 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.
>
> Modified:
>   head/stand/efi/boot1/boot1.c
>   head/stand/efi/loader/framebuffer.c
>
> Modified: head/stand/efi/boot1/boot1.c


More information about the svn-src-all mailing list