
25 Nov
2014
25 Nov
'14
10:49 p.m.
On 15 November 2014 at 00:26, Anatolij Gustschin agust@denx.de wrote:
Hi Simon,
On Fri, 14 Nov 2014 20:56:34 -0700 Simon Glass sjg@chromium.org wrote:
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
drivers/video/Makefile | 1 + drivers/video/x86_fb.c | 37 +++++++++++++++++++++++++++++++++++++ include/video_fb.h | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 drivers/video/x86_fb.c
Acked-by: Anatolij Gustschin agust@denx.de
Thanks,
Anatolij
I had to move the video_fh.h change to the previous patch to maintain bisectability.
Applied to u-boot-x86.