
Hi Tom,
please pull first video updates for -next. Thanks!
gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/3716
The following changes since commit 7a81989b7b04bd87d1e684f2bafdc92a9c16fecc:
common: hash: Remove a debug printf statement (2020-06-16 11:36:30 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-next
for you to fetch changes up to fb3dd9c005045c2748e30d555d252c6985b97349:
video: ipuv3: remove non-DM code (2020-06-18 19:38:50 +0200)
---------------------------------------------------------------- - migrate remaining imx5/imx6qd boards to DM_VIDEO - use 'vidconsole' stdout in nitrogen6x upgrade script - add option for selection of the vidconsole commands lcdputs and setcurs - allow building ipuv3 driver with disabled CONFIG_PANEL - make backlight and panel drivers optional - remove useless code from ipuv3 driver - extend existing DM_VIDEO work-around for console name to support 'vga' - remove non-DM code in ipuv3
---------------------------------------------------------------- Anatolij Gustschin (16): nitrogen6x: update video console name video: make vidconsole commands optional video: ipuv3: fix building with disabled panel driver video: make backlight and panel drivers optional video: ipuv3: remove some useless code to reduce binary size video: extend stdout video console work-around for 'vga' tbs2910: migrate to DM_VIDEO imx: convert embest boards to DM_VIDEO imx: convert pico-imx6 to DM_VIDEO imx: convert dms-ba16 boards to DM_VIDEO imx: convert cgtqmx6eval board to DM_VIDEO imx: convert mx6cuboxi board to DM_VIDEO imx: convert gwventana board to DM_VIDEO imx: convert mx51evk board to DM_VIDEO imx: convert mx53loco board to DM_VIDEO video: ipuv3: remove non-DM code
Troy Kisky (1): board: nitrogen6x: migrate to CONFIG_DM_VIDEO
arch/arm/mach-tegra/Kconfig | 1 - board/boundary/nitrogen6x/6x_upgrade.txt | 2 +- board/congatec/cgtqmx6eval/cgtqmx6eval.c | 5 ++ common/console.c | 7 ++- configs/cgtqmx6eval_defconfig | 10 +++- configs/dms-ba16-1g_defconfig | 10 +++- configs/dms-ba16_defconfig | 10 +++- configs/gwventana_emmc_defconfig | 10 +++- configs/gwventana_gw5904_defconfig | 10 +++- configs/gwventana_nand_defconfig | 10 +++- configs/marsboard_defconfig | 10 +++- configs/mx51evk_defconfig | 10 +++- configs/mx53loco_defconfig | 10 +++- configs/mx6cuboxi_defconfig | 12 +++- configs/mx6qsabrelite_defconfig | 6 +- configs/nitrogen6dl2g_defconfig | 6 +- configs/nitrogen6dl_defconfig | 6 +- configs/nitrogen6q2g_defconfig | 6 +- configs/nitrogen6q_defconfig | 6 +- configs/nitrogen6s1g_defconfig | 6 +- configs/nitrogen6s_defconfig | 6 +- configs/pico-imx6_defconfig | 9 ++- configs/riotboard_defconfig | 10 +++- configs/riotboard_spl_defconfig | 10 +++- configs/tbs2910_defconfig | 9 ++- drivers/video/Kconfig | 51 +++++++++++++--- drivers/video/Makefile | 5 +- drivers/video/imx/Kconfig | 2 +- drivers/video/imx/ipu_disp.c | 12 ---- drivers/video/imx/mxc_ipuv3_fb.c | 99 ++++++++------------------------ drivers/video/vidconsole-uclass.c | 2 + include/configs/advantech_dms-ba16.h | 2 - include/configs/tbs2910.h | 10 ++-- 33 files changed, 219 insertions(+), 161 deletions(-)