]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r287299 [1]
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Feb 2016 00:49:35 +0000 (00:49 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Feb 2016 00:49:35 +0000 (00:49 +0000)
commit2237117a98e1bd555326bed14ecec4f6eb760d29
treedcfa15290d9ff05041dc108e8da75c2091c2467d
parent65595d481113ff677d7fe3f063e83e8e2fe76ef7
MFC: r287299 [1]

Add a gop command to help diagnose VT efifb problems. The gop
command has the following sub-commands:
  list - list all possible modes (paged)
  get - return the current mode
  set <mode> - set the current mode to <mode>

MFC: r287317, r287422, r287475, r287489, r287538 [2]

Add support for the UGA draw protocol. This includes adding a
command called 'uga' to show whether UGA is implemented by the
firmware and what the settings are. It also includes filling
the efi_fb structure from the UGA information when GOP isn't
implemented by the firmware.

PR: 207313 [1], 202730 [2]
Approved by: re (gjb)

git-svn-id: svn://svn.freebsd.org/base/stable/10@295872 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/efi/include/efipciio.h [new file with mode: 0644]
sys/boot/efi/include/efiuga.h [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/framebuffer.c