]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for Vesa BIOS extensions
authorSimon Glass <sjg@chromium.org>
Sat, 15 Nov 2014 03:56:31 +0000 (20:56 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Nov 2014 13:34:15 +0000 (06:34 -0700)
commit647f56e74e398f40891b9997ae06b9fdb776825e
treea4da88a4ab722a2ddc1b3187c967b63e8c8cd2f9
parent22465fc46cdec15594277edb33e930c773b10b9e
Add support for Vesa BIOS extensions

For option ROMs we can use these extensions to request a particular video
mode. Add a header file which defines the binary interface.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/vbe.h [new file with mode: 0644]