From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: FW: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME
Date: Tue, 8 Dec 2020 11:16:30 -0500 [thread overview]
Message-ID: <20201208161630.GP32272@bill-the-cat> (raw)
In-Reply-To: <27f75682-4527-ffeb-24d3-420e7ff3bd35@foss.st.com>
On Tue, Dec 08, 2020 at 03:30:43PM +0100, Patrick DELAUNAY wrote:
> Hi Soeren,
>
> > From: Soeren Moch <smoch@web.de> Sent: dimanche 6 d?cembre 2020 20:59 On
> > 03.12.20 10:15, Patrick Delaunay wrote:
> >
> > > I propose this serie to remove the vidconsole work-around, activated
> > > with the 2 options VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME and
> > > cleanup the associated code in console.c (under #ifdef
> > > CONFIG_VIDCONSOLE_AS_LCD) This options are now obsolete and they was
> > > planned to be removed around the end of 2020. I propose this
> > > patchset for v2021.04 even if I don't test this serie on real
> > > boards.
> > >
> > I really would like to keep this code for now.
> >
> I propose to remove these options because they are indicated obsolete in the
> config description
>
> in drivers/video/Kconfig (I see it during code review):
>
> "This option will be removed around the end of 2020"
>
> But I have no issue to kept it.
>
> > On the tbs2910 board this workaround was introduced in the last u-boot
> > release (v2020.10), so there was almost no time for end users to notice
> > the warning and to update there environment. Not every end user installs
> > every new u-boot release, so we really should give more time for this
> > change.
> >
> I agree that for your project, with migration to DM_VIDEO it is a really
> short notice.
>
> ??? commit 645d39aea367064868dcdd30c411806f4403b67b
>
> ??? board: tbs2910: Fix video output with existing environments
>
> => only integrated in v2020.10-rc2, sorry to miss it
>
> > This workaround is self-contained, small, easy to maintain, and strictly
> > opt-in. So this workaround hurts nobody, but removing this will let
> > users alone without any HDMI output. So on this board (without included
> > serial console port), this will result in unhappy users, especially
> > since without any console output there is no chance to get any idea what
> > is going wrong.
> >
> Initially, I proposed this patch to cleanup the console.c code with 2 other
> series:
>
> 1) http://patchwork.ozlabs.org/project/uboot/list/?series=218309
>
> ??? "console: remove #ifdef CONFIG when it is possible"
>
> 2) http://patchwork.ozlabs.org/project/uboot/list/?series=218089
>
> ??? "console: cosmetics: remove #if 0"
>
>
> And I just want just to remove the remaining "#ifdef CONFIG_...."? in
> console.c
>
>
> But I agree that I need to change my proposal to remove this workaround code
>
> (it is only use to help the DM VIDEO migration for existing board)
>
> and change the release target.
>
>
> I propose to :
>
> - remove patch 1/6 of the serie for your board
>
> - no more remove the options in 6/6 but add warning in Makefile when the
> option is activated
>
> ? and change target in config desciption
>
>
> ifeq ($(CONFIG_VIDCONSOLE_AS_LCD),y)
> ??? @echo >&2 "===================== WARNING ======================"
> ??? @echo >&2 "This board does use CONFIG_VIDCONSOLE_AS_LCD workaround."
> ??? @echo >&2 "Please update the existing user defined environments before "
> ??? @echo >&2 "v2022.01 release."
> ??? @echo >&2 "Failure to update by the deadline may result in video
> console"
>
> @echo >&2 "issue when this woarkaround will be removed."
> ??? @echo >&2 "===================================================="
> endif
>
> => open point: which acceptable target to remove this feature ? v2022.01 ?
This sounds like a good plan and reasonable date to me. Anatolij?
Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201208/f2a19038/attachment.sig>
next prev parent reply other threads:[~2020-12-08 16:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-03 9:15 [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME Patrick Delaunay
2020-12-03 9:15 ` [PATCH 1/6] tbs2910: configs: remove VIDCONSOLE_AS_LCD Patrick Delaunay
2020-12-06 19:59 ` Soeren Moch
2020-12-03 9:15 ` [PATCH 2/6] peach-pit: " Patrick Delaunay
2020-12-03 9:15 ` [PATCH 3/6] snow: " Patrick Delaunay
2020-12-03 9:15 ` [PATCH 4/6] peach-pi: " Patrick Delaunay
2020-12-03 9:15 ` [PATCH 5/6] spring: " Patrick Delaunay
2020-12-12 15:39 ` Simon Glass
2020-12-03 9:15 ` [PATCH 6/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME Patrick Delaunay
2020-12-06 19:58 ` [PATCH 0/6] " Soeren Moch
[not found] ` <f0bd0043f95b4364bde19d21902e09bd@SFHDAG2NODE3.st.com>
2020-12-08 14:30 ` FW: " Patrick DELAUNAY
2020-12-08 16:16 ` Tom Rini [this message]
2020-12-20 19:28 ` Soeren Moch
2020-12-20 21:14 ` Anatolij Gustschin
2020-12-21 21:35 ` Tom Rini
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=20201208161630.GP32272@bill-the-cat \
--to=trini@konsulko.com \
--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