From be8d324191f3cd2f4861629ccf69106d58aaa70f Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 15 Mar 2016 18:38:21 +0100 Subject: efi_loader: Add GOP support The EFI standard defines a simple boot protocol that an EFI payload can use to access video output. This patch adds support to expose exactly that one (and the mode already in use) as possible graphical configuration to an EFI payload. With this, I can successfully run grub2 with graphical output. Signed-off-by: Alexander Graf --- lib/efi_loader/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/efi_loader/Makefile') diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile index 28725a27c78..83e31f6d1f6 100644 --- a/lib/efi_loader/Makefile +++ b/lib/efi_loader/Makefile @@ -9,4 +9,5 @@ obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o obj-y += efi_memory.o +obj-$(CONFIG_LCD) += efi_gop.o obj-$(CONFIG_PARTITIONS) += efi_disk.o -- cgit v1.2.3