[U-Boot] [PATCH 08/19] x86: video: Add video driver for bare x86 boards
Simon Glass
sjg at chromium.org
Tue Nov 25 22:49:43 CET 2014
On 15 November 2014 at 00:26, Anatolij Gustschin <agust at denx.de> wrote:
> Hi Simon,
>
> On Fri, 14 Nov 2014 20:56:34 -0700
> Simon Glass <sjg at 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 at 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 at 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.
More information about the U-Boot
mailing list