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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id C0565C433EF for ; Sun, 6 Mar 2022 15:25:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4007A83B76; Sun, 6 Mar 2022 16:25:52 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="kpq6uFHL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8676083B76; Sun, 6 Mar 2022 16:25:50 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C7FFE83B4F for ; Sun, 6 Mar 2022 16:25:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 6F753B80E70; Sun, 6 Mar 2022 15:25:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA051C340EC; Sun, 6 Mar 2022 15:25:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646580344; bh=PlRJX08gC5e77vNNKfzP6QeE01WBnfWRRfqv03k3HKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kpq6uFHLQSny+xWQ2Nkpp+3zNtLIroVDiCYh8n586BN719NMlLzXtXq103fTT1dXK 3/eEyr4wFWGCQ2j4BgdQ68Rsa6IQ14tS65QR7VTFu65fQlkzSvVpCTd7dEHAt4LNh9 pokmpa+q6xHstNsxTdZq0UYec0niNQ5ol+6D+MMf8bbqkMaf0P1eUXIIRnOYmj21VC lC1agUJTwkBllx5yQVvJ5MygTjB5KPQUdWEx+k5MOerLtiOEvp5IZKbddpwDq55bie SZ6GO/i+3jWF8CslzhoauDgp8WTsCWfLotglWquuWJyihF6y5dh/oLv+mRfhkhrJTT iHCoJvwu0tneg== Received: by pali.im (Postfix) id 11E84830; Sun, 6 Mar 2022 16:25:41 +0100 (CET) Date: Sun, 6 Mar 2022 16:25:40 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Simon Glass Cc: Anatolij Gustschin , Tom Rini , U-Boot Mailing List Subject: Re: [PATCH] WIP: Nokia RX-51: Convert to CONFIG_DM_VIDEO Message-ID: <20220306152540.nom7dernmwqctbdd@pali> References: <20220216204219.18539-1-pali@kernel.org> <20220217095339.7d950fe3@crub> <20220217122043.nhjd7o467pkcrnas@pali> <20220306115141.gb4y6fsgqmrtg4ce@pali> <20220306141706.k3vfxd4bhzth6duy@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean On Sunday 06 March 2022 07:42:03 Simon Glass wrote: > Yes let's go with that. Done, I sent final version of the patch. > > > > > > > Second thing is that CONFIG_VIDEO_LOGO is broken and does not work even it > > > > > > > is enabled in config file. I do not know why too. > > > > > > > > > > > > > > Any idea? > > > > > > > > > > > > Not yet. There were some logo related changes recently, but if I > > > > > > remember correctly, I tested them on wandboard and nitrogen6q > > > > > > targets and with sandbox, and logo drawing worked there. > > > > > > Can you be more specific than 'broken'? What is broken about it? > > > > Does not work, logo is not drown on the screen. > > See video_bmp_display() - I wonder if the particular depth you are > using is not supported? Depth is 16bit which should be supported. > Anyway you should be able to debug it there or > using the bmp command. The file is drivers/video/u_boot_logo.bmp CONFIG_CMD_BMP=y is broken too. When I enable it then U-Boot freeze after the line 'Loading Environment from ... OK'.