From 6847232e70f7fbff2f5637505a85532ec752a11f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 5 Oct 2015 19:19:26 +0100 Subject: [efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consoles Signed-off-by: Michael Brown --- src/interface/efi/efi_snp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/interface/efi/efi_snp.c') diff --git a/src/interface/efi/efi_snp.c b/src/interface/efi/efi_snp.c index 09a1bf4c7..4508967e6 100644 --- a/src/interface/efi/efi_snp.c +++ b/src/interface/efi/efi_snp.c @@ -28,6 +28,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include +#include #include #include #include @@ -1495,6 +1496,9 @@ efi_snp_load_file ( EFI_LOAD_FILE_PROTOCOL *load_file, if ( ( rc = ipxe ( netdev ) ) != 0 ) goto err_ipxe; + /* Reset console */ + console_reset(); + err_ipxe: efi_watchdog_stop(); efi_snp_release(); -- cgit v1.2.3-55-g7522