public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/8] imx: convert embest boards to DM_VIDEO
@ 2020-05-25 23:41 Anatolij Gustschin
  2020-05-25 23:41 ` [PATCH 2/8] imx: convert pico-imx6 " Anatolij Gustschin
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Anatolij Gustschin @ 2020-05-25 23:41 UTC (permalink / raw)
  To: u-boot

Migration to DM_VIDEO driver is long overdue. Update defconfigs
to enable usage of converted ipuv3 driver DM configuration.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 configs/marsboard_defconfig     | 9 +++++++--
 configs/riotboard_defconfig     | 9 +++++++--
 configs/riotboard_spl_defconfig | 9 +++++++--
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/configs/marsboard_defconfig b/configs/marsboard_defconfig
index 765a3ca2b6..9551c63f00 100644
--- a/configs/marsboard_defconfig
+++ b/configs/marsboard_defconfig
@@ -38,7 +38,12 @@ CONFIG_DM_THERMAL=y
 CONFIG_USB=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
+CONFIG_DM_VIDEO=y
+# CONFIG_BACKLIGHT is not set
+# CONFIG_VIDEO_BPP8 is not set
+# CONFIG_VIDEO_BPP32 is not set
+# CONFIG_VIDEO_ANSI is not set
+# CONFIG_PANEL is not set
 CONFIG_VIDEO_IPUV3=y
-CONFIG_VIDEO=y
-# CONFIG_VIDEO_SW_CURSOR is not set
+CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_OF_LIBFDT=y
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index 73656017d1..d2160d7793 100644
--- a/configs/riotboard_defconfig
+++ b/configs/riotboard_defconfig
@@ -38,7 +38,12 @@ CONFIG_DM_THERMAL=y
 CONFIG_USB=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
+CONFIG_DM_VIDEO=y
+# CONFIG_BACKLIGHT is not set
+# CONFIG_VIDEO_BPP8 is not set
+# CONFIG_VIDEO_BPP32 is not set
+# CONFIG_VIDEO_ANSI is not set
+# CONFIG_PANEL is not set
 CONFIG_VIDEO_IPUV3=y
-CONFIG_VIDEO=y
-# CONFIG_VIDEO_SW_CURSOR is not set
+CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_OF_LIBFDT=y
diff --git a/configs/riotboard_spl_defconfig b/configs/riotboard_spl_defconfig
index 5ff8da0355..a7435c6427 100644
--- a/configs/riotboard_spl_defconfig
+++ b/configs/riotboard_spl_defconfig
@@ -48,8 +48,13 @@ CONFIG_DM_THERMAL=y
 CONFIG_USB=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
+CONFIG_DM_VIDEO=y
+# CONFIG_BACKLIGHT is not set
+# CONFIG_VIDEO_BPP8 is not set
+# CONFIG_VIDEO_BPP32 is not set
+# CONFIG_VIDEO_ANSI is not set
+# CONFIG_PANEL is not set
 CONFIG_VIDEO_IPUV3=y
-CONFIG_VIDEO=y
-# CONFIG_VIDEO_SW_CURSOR is not set
+CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_OF_LIBFDT=y
 CONFIG_SPL_OF_LIBFDT=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-06-19 13:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-25 23:41 [PATCH 1/8] imx: convert embest boards to DM_VIDEO Anatolij Gustschin
2020-05-25 23:41 ` [PATCH 2/8] imx: convert pico-imx6 " Anatolij Gustschin
2020-06-19 13:44   ` Anatolij Gustschin
2020-05-25 23:41 ` [PATCH 3/8] imx: convert dms-ba16 boards " Anatolij Gustschin
2020-06-19 13:47   ` Anatolij Gustschin
2020-05-25 23:41 ` [PATCH 4/8] imx: convert cgtqmx6eval board " Anatolij Gustschin
2020-06-19 13:47   ` Anatolij Gustschin
2020-05-25 23:41 ` [PATCH 5/8] imx: convert mx6cuboxi " Anatolij Gustschin
2020-06-19 13:47   ` Anatolij Gustschin
2020-05-25 23:41 ` [PATCH 6/8] imx: convert gwventana " Anatolij Gustschin
2020-06-19 13:48   ` Anatolij Gustschin
2020-05-25 23:41 ` [PATCH 7/8] imx: convert mx51evk " Anatolij Gustschin
2020-06-19 13:48   ` Anatolij Gustschin
2020-05-25 23:41 ` [PATCH 8/8] imx: convert mx53loco " Anatolij Gustschin
2020-05-26  3:27   ` Jason Liu
2020-06-19 13:48   ` Anatolij Gustschin
2020-06-19 13:43 ` [PATCH 1/8] imx: convert embest boards " Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox