]> git.baikalelectronics.ru Git - uboot.git/commit
x86: dm: video: Add a framebuffer driver that utilizes VBT
authorBin Meng <bmeng.cn@gmail.com>
Wed, 16 Aug 2017 05:41:56 +0000 (22:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 16 Sep 2017 06:57:44 +0000 (14:57 +0800)
commit7b813365710dd55c83a41d8c21d96ddbcdcf17cd
tree1541766a61879823fd438583b55ebe0b4980cdd9
parent76ea4e284fb7fde687b3eeebf2d17d8465dadb64
x86: dm: video: Add a framebuffer driver that utilizes VBT

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/lib/fsp/Makefile
arch/x86/lib/fsp/fsp_graphics.c [new file with mode: 0644]