public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 5/8] imx: convert mx6cuboxi board to DM_VIDEO
Date: Tue, 26 May 2020 01:41:34 +0200	[thread overview]
Message-ID: <20200525234137.9985-5-agust@denx.de> (raw)
In-Reply-To: <20200525234137.9985-1-agust@denx.de>

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

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Baruch Siach <baruch@tkos.co.il>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/mx6cuboxi_defconfig | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/configs/mx6cuboxi_defconfig b/configs/mx6cuboxi_defconfig
index df7e4611a0..69783310c2 100644
--- a/configs/mx6cuboxi_defconfig
+++ b/configs/mx6cuboxi_defconfig
@@ -22,7 +22,7 @@ CONFIG_FIT=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
 CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
 CONFIG_USE_PREBOOT=y
-CONFIG_PREBOOT="if hdmidet; then usb start; setenv stdin  serial,usbkbd; setenv stdout serial,vga; setenv stderr serial,vga; else setenv stdin  serial; setenv stdout serial; setenv stderr serial; fi;"
+CONFIG_PREBOOT="if hdmidet; then usb start; setenv stdin  serial,usbkbd; setenv stdout serial,vidconsole; setenv stderr serial,vidconsole; else setenv stdin  serial; setenv stdout serial; setenv stderr serial; fi;"
 CONFIG_BOUNCE_BUFFER=y
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_SPL_FS_EXT4=y
@@ -59,6 +59,11 @@ CONFIG_DM_THERMAL=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_KEYBOARD=y
+CONFIG_DM_VIDEO=y
 CONFIG_VIDEO_IPUV3=y
-CONFIG_VIDEO=y
-# CONFIG_VIDEO_SW_CURSOR is not set
+# 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_SYS_WHITE_ON_BLACK=y
-- 
2.17.1

  parent reply	other threads:[~2020-05-25 23:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Anatolij Gustschin [this message]
2020-06-19 13:47   ` [PATCH 5/8] imx: convert mx6cuboxi " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200525234137.9985-5-agust@denx.de \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox