]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: video: Add video driver for bare x86 boards
authorSimon Glass <sjg@chromium.org>
Sat, 15 Nov 2014 03:56:34 +0000 (20:56 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Nov 2014 14:11:16 +0000 (07:11 -0700)
commit998110241bfc5c7101e20e38948e0a3b68c3ecc9
tree4fbf510b25f79268cfa9fc8965e7e1eedfcdfd26
parent6854f87cbcad544dc07a02b96d358f81ca60c593
x86: video: Add video driver for bare x86 boards

Add a very simple driver which uses vesa to discover the video mode and
then provides a frame buffer for use by U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Makefile
drivers/video/x86_fb.c [new file with mode: 0644]