[U-Boot] [PATCH 04/11] x86: Convert to use DM VESA video driver

Simon Glass sjg at chromium.org
Wed Oct 12 02:06:35 CEST 2016


On 9 October 2016 at 05:14, Bin Meng <bmeng.cn at gmail.com> wrote:
> At present only chromebook boards are converted to DM video. Other
> x86 boards are still using the legacy cfb_console driver. This
> switches to use DM version drivers.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  configs/bayleybay_defconfig                             | 1 +
>  configs/chromebox_panther_defconfig                     | 1 +
>  configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 +
>  configs/conga-qeval20-qa3-e3845_defconfig               | 1 +
>  configs/crownbay_defconfig                              | 1 +
>  configs/dfi-bt700-q7x-151_defconfig                     | 1 +
>  configs/minnowmax_defconfig                             | 1 +
>  configs/qemu-x86_defconfig                              | 1 +
>  configs/qemu-x86_efi_payload32_defconfig                | 1 +
>  configs/qemu-x86_efi_payload64_defconfig                | 1 +
>  configs/som-db5800-som-6867_defconfig                   | 1 +
>  configs/theadorable-x86-dfi-bt700_defconfig             | 1 +
>  drivers/video/Makefile                                  | 2 +-
>  include/configs/bayleybay.h                             | 6 +++---
>  include/configs/crownbay.h                              | 4 ++--
>  include/configs/minnowmax.h                             | 6 +++---
>  include/configs/qemu-x86.h                              | 4 ++--
>  include/configs/som-db5800-som-6867.h                   | 6 +++---
>  18 files changed, 26 insertions(+), 14 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list