From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73D9BC433EF for ; Mon, 4 Oct 2021 13:48:11 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A36686120A for ; Mon, 4 Oct 2021 13:48:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A36686120A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5FCF0829FC; Mon, 4 Oct 2021 15:48:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633355289; bh=7JwQySvDoQB1aDzqpgTMIAMyiKzW12md8FdX4EEL9Ok=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=pFuYjnDS/kLzRySgGHzfiLb3AYjlPjOKvCoq9fAwhfJrdFmgBYXLlAUgqEa6MN9Hu YwTiVXTmL9am/jj6wA42hSEtlOHwkc9hvQIb3/pVUg8uU3AnFbxhZ2R/61aDn03mKq IE510rSDCw5p42Qb81Eq03ehuK0awlMgKFxEZ3uUSnWOUE332Z0t1pw75mQ6AwiIzi buP78lP/hfg5KH5iGpa/QuYJjECitKhuzRzY0cwd6cvMAWwt2LCgwlwazUHsSF9UKs tblLNzQk9/IgiFL6J1LZnQ/ojZuX3FDUPuHpIfwJKaKyf6mUGdh7CLrF0yjni7gWpL fa4ClYwH4ue+Q== Received: from crub (p54833cd5.dip0.t-ipconnect.de [84.131.60.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 7BF5282900; Mon, 4 Oct 2021 15:48:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633355285; bh=7JwQySvDoQB1aDzqpgTMIAMyiKzW12md8FdX4EEL9Ok=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BRNVYH934YhHUXwd2WnT++F2MclkrXe4kwryZNEXJcmiXtLVnn5wuQt/4TjOW2QLW DGMG5DbvxI3DQ5j7cstn3rtvzJ/X1m5yikHM3ZKOHtIBM5yYfF6186/LOPU5m5zVcl ulzGrqlHQI7XInOMtrqmZSc79POqmVbZ5hlGnbaB1WFHXyOQzPgW++04aSUZTOC0lh OiblUD09E88MNAyJsuI6hrDK5OMljK+kozeQKXc72xYZrO3nYZxkWDRAvf4Kc7UnPD 64fcGByVEmBktQ+LiLCAVz7ntRq9LEEsxPV58J+MiTSpe74qYMod1VBCq0xLiNQqAv QduUBIjMjqTSA== Date: Mon, 4 Oct 2021 15:48:04 +0200 From: Anatolij Gustschin To: Tim Harvey Cc: Fabio Estevam , u-boot , Stefano Babic Subject: Re: imx6 DM_VIDEObroken Message-ID: <20211004154804.6fc1a7f2@crub> In-Reply-To: References: <20210928145519.649314fd@crub> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Wed, 29 Sep 2021 09:33:18 -0700 Tim Harvey tharvey@gateworks.com wrote: ... > One last question on this. I have never used U-Boot vidconsole before. > It does work if I 'setenv stdout serial,videconsole' but if I saveenv > and reboot vidconsole is not enabled. Should I expect it to be or is > it expected that if you want vidconsole you need to do a setenv in > preboot? if you have CONFIG_CONSOLE_MUX=y CONFIG_SYS_CONSOLE_IS_IN_ENV=y and # CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE is not set then vidconsole should be enabled. -- Anatolij