summaryrefslogtreecommitdiffstats
path: root/include/vbe.h
Commit message (Collapse)AuthorAgeFilesLines
* video: coreboot: Save VESA mode for future useBin Meng2015-08-261-0/+2
| | | | | | | | When booting as a coreboot payload, the framebuffer details are passed from coreboot via configuration tables. We save these information into vesa_mode_info structure for future use. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
* x86: Configure VESA parameters before loading Linux kernelBin Meng2015-07-141-2/+2
| | | | | | | | | Store VESA parameters to Linux setup header so that vesafb driver in the kernel could work. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Jian Luo <jian.luo4@boschrexroth.de>
* bios_emulator: Add some VESA interface debuggingSimon Glass2015-01-231-2/+7
| | | | | | Allow the supported modes to be listed when in debug mode. Signed-off-by: Simon Glass <sjg@chromium.org>
* Add support for Vesa BIOS extensionsSimon Glass2014-11-251-0/+103
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>
OpenPOWER on IntegriCloud