]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Add DM_VIDEO support
authorAlexander Graf <agraf@suse.de>
Sun, 5 Jun 2016 20:34:31 +0000 (22:34 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2016 17:39:17 +0000 (13:39 -0400)
commita812241091cec09c4a214c57776eefb8f19d81a9
tree96271ad2c5dfcc9d4e2a68d89e8d47e200ff2e57
parent74c16acce30bb882ad5951829d8dafef8eea564c
efi_loader: Add DM_VIDEO support

Some systems are starting to shift to support DM_VIDEO which exposes
the frame buffer through a slightly different interface.

This is a poor man's effort to support the dm video interface instead
of the lcd one. We still only support a single display device.

Signed-off-by: Alexander Graf <agraf@suse.de>
[trini: Remove fb_size / fb_base as they were not used]
Signed-off-by: Tom Rini <trini@konsulko.com>
lib/efi_loader/efi_gop.c