[efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consoles

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-10-05 19:19:26 +01:00
parent 4b7443d132
commit 6847232e70
5 changed files with 566 additions and 0 deletions

View File

@@ -39,3 +39,9 @@ PROVIDE_REQUIRING_SYMBOL();
#ifdef CONSOLE_EFI
REQUIRE_OBJECT ( efi_console );
#endif
#ifdef CONSOLE_EFIFB
REQUIRE_OBJECT ( efi_fbcon );
#endif
#ifdef CONSOLE_FRAMEBUFFER
REQUIRE_OBJECT ( efi_fbcon );
#endif