]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/video/Kconfig
x86: broadwell: Add video support
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:07:30 +0000 (22:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:26 +0000 (10:27 +0800)
commit97cb092763714459b9fa569fbe976cb341c4c4c5
treeed2741278c8a835e21bb58037d039732547bc3c3
parentb697b848e8c3f07565d1a7b7115ce9c467c1161b
x86: broadwell: Add video support

Add a video driver for Intel's broadwell integrated graphics controller.
This uses a binary blob for most init, with the driver just performing a few
basic tasks.

This driver supports VESA as the mode-setting mechanism. Since most boards
don't support driver model yet with VESA, a special case is added to the
Kconfig for broadwell. Eventually all boards will use driver model and this
can be removed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/broadwell_igd.c [new file with mode: 0644]
drivers/video/i915_reg.h [new file with mode: 0644]