]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/efi_loader.h
efi_loader: Add GOP support
authorAlexander Graf <agraf@suse.de>
Tue, 15 Mar 2016 17:38:21 +0000 (18:38 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:12 +0000 (09:12 -0400)
commitbe8d324191f3cd2f4861629ccf69106d58aaa70f
tree440530288dbfb18f9bdd4d7b1294e37a7a00112e
parent705c506e4faa7c22b492a1c560f7de86fcbcc913
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>
cmd/bootefi.c
include/efi_api.h
include/efi_loader.h
lib/efi_loader/Makefile
lib/efi_loader/efi_gop.c [new file with mode: 0644]