u-boot-brain/lib/efi_loader
Alexander Graf be8d324191 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 <agraf@suse.de>
2016-03-27 09:12:12 -04:00
..
efi_boottime.c efi_loader: Add runtime services 2016-03-15 18:03:10 -04:00
efi_console.c efi_loader: Add console interface 2016-03-15 18:03:09 -04:00
efi_disk.c efi_loader: Pass proper device path in on boot 2016-03-15 21:30:14 -04:00
efi_gop.c efi_loader: Add GOP support 2016-03-27 09:12:12 -04:00
efi_image_loader.c efi_loader: Add PE image loader 2016-03-15 15:19:23 -04:00
efi_memory.c efi_loader: Implement memory allocation and map 2016-03-15 21:30:10 -04:00
efi_runtime.c efi_loader: Add runtime services 2016-03-15 18:03:10 -04:00
Kconfig efi_loader: hook up in build environment 2016-03-15 21:30:11 -04:00
Makefile efi_loader: Add GOP support 2016-03-27 09:12:12 -04:00