]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Use EFI_CONSOLE_CONTROL_PROTOCOL to set text mode if available
authorCurtis Larsen <larsen@dixie.edu>
Wed, 16 Jul 2014 14:08:24 +0000 (15:08 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 16 Jul 2014 14:10:07 +0000 (15:10 +0100)
commit8a42a369420817763fcb200a12cec84562143a13
tree1bcab24cf073cc4cea4c2c2fda391d4c83e90dea
parenteb55c6871a23e61aaa10095c98eb3abc59b8e902
[efi] Use EFI_CONSOLE_CONTROL_PROTOCOL to set text mode if available

On some older EFI 1.10 implementations (observed with an old iMac), we
must use the (now obsolete) EFI_CONSOLE_CONTROL_PROTOCOL to switch the
console into text mode.

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_console.c