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 8C66FC61DA4 for ; Sat, 4 Feb 2023 19:27:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9FA9185838; Sat, 4 Feb 2023 20:27:16 +0100 (CET) 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=1675538836; bh=B3tRn3WYwCNHQPrWJhtDIuDJ0wUvaX/yHU8ndpj8A0E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=a3NUAcCbWbv87cF4sja6Mp+26oA6hHJSgMoJpIsWBZ49y1B3uB7PAlIrqaKDXTtnZ c/KWLT3YJtgP8owuG15SGC1TGf3wJc/g1PHr3pebjQn3owjqNiZ+9Cc6hA/qsSfePt 5al+4RJu48z5jWZCyRtXHFrZwamWjpyZ1eImHgpugL1zPMzM4olv75vIBRZLFFMt4k cZ25h0u2ZR2zwQ92Gb3R+8UU7VLVoZNU/81f7UABnOTuOk4TqcjrjedJcSKf+HqggL vHpHHQN2SPMRxxWq5X7z2pJMwvQ07xvLOjrMQYxiWwL7Ct4dy73XzWzVzkXOKnpY2U 4eq3w6aqga7cQ== Received: from crub (pd95f183b.dip0.t-ipconnect.de [217.95.24.59]) (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 9E3C4857E9; Sat, 4 Feb 2023 20:27:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1675538835; bh=B3tRn3WYwCNHQPrWJhtDIuDJ0wUvaX/yHU8ndpj8A0E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=M+MjvQhlFTuAsiiC+318Um49hNdLVUR4N0TK0+MiMpQvEnQnMCb+2nrtQgoHFE3jv dfF2Iid3vsBUCKDS6xuAIKVAH7QQM7FMu09CwId5vgnM8WOAvDKyGX7xVkxn9DUiST QLG4tyccbAIhCNrYDlmrmqXJ/zKMKXiVgb8jMJTG0ULwy3xtC1CmpwwiMRdw5cubax HDE4nPVKovJUFykPnI0OBMt9+lOGGs+NYIat9oGDsd7fu0AT1aO24daq/zw3RJQoTK 5qUxEFnv+ir8PGrTAYg8CAsNg+FtAfuPhddUFxflA/GuyXmLcXx/mlpxn1hLa62ppA ZQ24OM0PsRkWA== Date: Sat, 4 Feb 2023 20:27:13 +0100 From: Anatolij Gustschin To: Nikhil M Jain , Cc: , , , , , Subject: Re: [PATCH v2 5/7] board: ti: am62x: am62x: Add splash screen env variables Message-ID: <20230204202714.7273bed0@crub> In-Reply-To: <20230131100520.103093-6-n-jain1@ti.com> References: <20230131100520.103093-1-n-jain1@ti.com> <20230131100520.103093-6-n-jain1@ti.com> 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.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.6 at phobos.denx.de X-Virus-Status: Clean On Tue, 31 Jan 2023 15:35:18 +0530 Nikhil M Jain n-jain1@ti.com wrote: > Set splash screen related env variables. Default splash source is > set to mmc where user is expected to keep bmp in compressed format > with name ti.gz on first partition of mmc. > > Splash file will be uncompressed to DDR at address 0x82000000 and > splash position is set to middle of screen. > > Signed-off-by: Nikhil M Jain > --- > board/ti/am62x/am62x.env | 5 +++++ > 1 file changed, 5 insertions(+) This patch does not apply, there is no board/ti/am62x/am62x.env. I think we first need below patch applied (assigned to Tom): http://patchwork.ozlabs.org/project/uboot/patch/20230124051602.32351-2-n-jain1@ti.com/ @Tom: could you please apply it ? Thanks! -- Anatolij