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 F37CFC4725D for ; Fri, 19 Jan 2024 19:17:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57E8087D0A; Fri, 19 Jan 2024 20:17:57 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="OozQggUS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AE3DB87CF4; Fri, 19 Jan 2024 20:17:56 +0100 (CET) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (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 5D1EE87CB2 for ; Fri, 19 Jan 2024 20:17:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nm@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 40JJHhaH085078; Fri, 19 Jan 2024 13:17:43 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1705691863; bh=XMVmE5wkFPZGaNgNigBhhQ1Nk/9Xfp3u6sVzjbEf+w0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=OozQggUSYht4YNq83SCGJNXwslYSwF9fFv5pjus9OVa5AfD/K5suxT3/q/pjo/qHU 9MNVC0yfSRUVvlzgYVNnX2hUFPK7ICqR1mwuLqKo+NEdrTK2blM6BvGSfMqLYtGyiv l/K4bkWrbN7jROP5hCzr6jnhEH/OUdk+oe1102FI= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 40JJHhgQ026281 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 19 Jan 2024 13:17:43 -0600 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 19 Jan 2024 13:17:43 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 19 Jan 2024 13:17:43 -0600 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 40JJHhSv120266; Fri, 19 Jan 2024 13:17:43 -0600 Date: Fri, 19 Jan 2024 13:17:43 -0600 From: Nishanth Menon To: Apurva Nandan CC: Hari Nagalla , Lukasz Majewski , Sean Anderson , Jaehoon Chung , Neha Malcom Francis , Simon Glass , Andrew Davis , Kamlesh Gurudasani , Dasnavis Sabiya , Manorit Chawdhry , Aradhya Bhatia , Bryan Brattlof , Christian Gmeiner , Heinrich Schuchardt , Marcel Ziswiler , Roger Quadros , Jayesh Choudhary , Ralph Siemsen , Marek Vasut , Rasmus Villemoes , , Sinthu Raja M , Udit Kumar Subject: Re: [PATCH v8 12/16] arm: dts: Introduce j784s4 u-boot dts files Message-ID: <20240119191743.xtxtuhnmhw7eq662@bonus> References: <20240119175043.3904751-1-a-nandan@ti.com> <20240119175043.3904751-13-a-nandan@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20240119175043.3904751-13-a-nandan@ti.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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.8 at phobos.denx.de X-Virus-Status: Clean On 23:20-20240119, Apurva Nandan wrote: [...] > diff --git a/arch/arm/dts/k3-j784s4-binman.dtsi b/arch/arm/dts/k3-j784s4-binman.dtsi > new file mode 100644 > index 0000000000..d0d49b5bbe > --- /dev/null > +++ b/arch/arm/dts/k3-j784s4-binman.dtsi > @@ -0,0 +1,345 @@ > +// SPDX-License-Identifier: GPL-2.0-only > +/* > + * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/ > + */ > + > +#include "k3-binman.dtsi" > + > +#ifdef CONFIG_TARGET_J784S4_R5_EVM > + > +&rcfg_yaml_tifs { > + config = "tifs-rm-cfg.yaml"; > +}; > + > +&binman { > + tiboot3-j784s4-hs-evm.bin { > + filename = "tiboot3-j784s4-hs-evm.bin"; > + https://lore.kernel.org/u-boot/20240103174756.xa4rzbn4klk5gv2x@aware/ You haven't responded on thread why "Prefer #1 - j784s4 binman template" is not feasible or not desirable. Something like: in j784s4-binman.dtsi: &binman { j784s4_tiboot3_hs_fs_template: template-9 { and then in sk.dtsi: &binman { ti-j784s4-hs-evm.bin { insert-template =<&j784s4_tiboot3_hs_fs_template>; }; }; This allows boards to readily include the template for the binaries of choice and generate just relevant output. Wont it save much confusion? [...] -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D