[U-Boot] [PATCH 07/13] x86: dm: video: Add a framebuffer driver that utilizes VBT
Bin Meng
bmeng.cn at gmail.com
Sat Sep 2 16:11:51 UTC 2017
On Sat, Aug 26, 2017 at 11:36 AM, Simon Glass <sjg at chromium.org> wrote:
> On 15 August 2017 at 23:41, Bin Meng <bmeng.cn at gmail.com> wrote:
>> When a VBT is given to an FSP that supports graphics initialization,
>> the FSP will produce a graphics info HOB that contains all necessary
>> information for the linear frame buffer of the integrated graphics
>> device. This adds a DM video driver for it.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> arch/x86/Kconfig | 8 +++
>> arch/x86/lib/fsp/Makefile | 1 +
>> arch/x86/lib/fsp/fsp_graphics.c | 124 ++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 133 insertions(+)
>> create mode 100644 arch/x86/lib/fsp/fsp_graphics.c
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list