]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Include EFI_CONSOLE_CONTROL_PROTOCOL header
authorMichael Brown <mcb30@ipxe.org>
Wed, 16 Jul 2014 13:15:40 +0000 (14:15 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 16 Jul 2014 13:53:03 +0000 (14:53 +0100)
commiteb55c6871a23e61aaa10095c98eb3abc59b8e902
treec4781a914ca30a030d7d23e561f567f780f6be21
parentd4a7cbfb649754d9fad3d2afd25433df6c762994
[efi] Include EFI_CONSOLE_CONTROL_PROTOCOL header

The EFI_CONSOLE_CONTROL_PROTOCOL does not exist in the current UEFI
specification, but is required to enable text output on some older EFI
1.10 implementations (observed on an old iMac).

The header is not present in any of the standard include directories,
but can still be found in the EDK2 codebase as part of
EdkCompatibilityPkg.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/Protocol/ConsoleControl/ConsoleControl.h [new file with mode: 0644]
src/include/ipxe/efi/import.pl