]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add a VESA video driver
authorSimon Glass <sjg@chromium.org>
Tue, 30 Dec 2014 02:32:28 +0000 (19:32 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 24 Jan 2015 00:24:16 +0000 (17:24 -0700)
commit6b1ba984507039a893b14c2dec3c7b1edbc8413d
tree7fc7cbc4596c8b0a386b4fb5eca6ab6650bc6886
parentc5caba03665b0491832ca4c38209d71ff28bf593
x86: Add a VESA video driver

Add a driver intended to cope with any VESA-compatible x86 graphics
adapter. It will not support ROMs which use OpenFirmware (Forth) since
there is no support for that in U-Boot. This means that MAC OS cards
will not work.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/vesa_fb.c [new file with mode: 0644]