summaryrefslogtreecommitdiff
path: root/drivers/video/x86_fb.c
Commit message (Collapse)AuthorAgeLines
* x86: Drop the x86_fb driverSimon Glass2015-01-23-38/+0
| | | | | | | | Now that we have a full VESA driver we may as well use that. We need to support the VESA layer being set up by early start-up code or by running a VGA ROM. Signed-off-by: Simon Glass <sjg@chromium.org>
* x86: video: Add a debug() to display the frame buffer addressSimon Glass2015-01-13-0/+1
| | | | | | Provide a way to display this address when booting. Signed-off-by: Simon Glass <sjg@chromium.org>
* x86: video: Add video driver for bare x86 boardsSimon Glass2014-11-25-0/+37
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>