summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/efi_gop.c
Commit message (Collapse)AuthorAgeFilesLines
* efi_loader: Add GOP supportAlexander Graf2016-03-271-0/+152
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>
OpenPOWER on IntegriCloud