]> git.ipfire.org Git - people/ms/u-boot.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)
commit5df91f1c82af1b2a87a1e028de7ddd092c313655
tree1541766a61879823fd438583b55ebe0b4980cdd9
parent6c22379eaf8a07cf6f2619d828a0bebab5ddbc17
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]