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 7D39BC43217 for ; Fri, 4 Nov 2022 12:39:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6C5338510B; Fri, 4 Nov 2022 13:39:50 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com 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=gmail.com header.i=@gmail.com header.b="QwLhebtm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2A9C985103; Fri, 4 Nov 2022 13:39:47 +0100 (CET) Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 84A2685113 for ; Fri, 4 Nov 2022 13:39:13 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=oliver.graute@gmail.com Received: by mail-ed1-x530.google.com with SMTP id a67so7369505edf.12 for ; Fri, 04 Nov 2022 05:39:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:date:from:from:to:cc :subject:date:message-id:reply-to; bh=K+YWIfAiKQqiMfoO0Odwxd3o3athaXy8V/iz1E4094w=; b=QwLhebtmZNqitZkl+Uvq6rcjGZDevrVc4kltCxJF2FPJiZzhl3zk7xBSnRWU15ob5y 5168QTMWBC6r+s963fUQ2GD/7vzT+DmBsFOg8wzIt8p2BzOkF/7p7z985XcvefVwAC7g h/K8L6mGyGBdUz1bbfOFTNKsfSo0ktEKeXfbIP4WgCu/9Z6ikMcefBwmqUwAcYpfCdGh sAVmIXOVdqBD78R2iQ/pI0OC9S+r3cf0HTLCwCeCObRBkVvePNg+98fXttYiVeFjUmsk dbCW6e3epzn9N+JfviGxXQvD+XlatyxoFbQre1eOwfEcmkVUQVDo/TBsRVM6Fl9kagf/ aogg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:date:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=K+YWIfAiKQqiMfoO0Odwxd3o3athaXy8V/iz1E4094w=; b=urYzlaTI2TizKPuoES3zrrKTXYNIHSxQNcWKhQfJqduuNB6ICquZF2q80hkKXjYU1o Ocv1T3fjjQb530wpRPg22pExiU5s9xQTpzp+7ANU2Xq4jqMiIs9MHG7TLxiRNavuNXlg qdVYg0lsBVxhJ/ts+8xcFLj6ZBRJp4RkpBU8d29bwS1FdFI2i2iLqfQyrBUhTLlBttTa Iuo/go5YcoOvQjqAv+zY6tcDaKAwOvr361OGAEgOF2oLaXsB7vYRpRl7BgBpys65wbnd SNWBHJoKj7wZd1Hvj6HFElNXVn/+OmyZpc2V2eTAZsmjSIAErXnudSrDQZnDZudepF4c FiRA== X-Gm-Message-State: ACrzQf0NQDRHdsZx4xDFtK90BnHpTh3BlA50W3PbSkpFeqk0eTiirCTK YjO4AC1u7d5V5yvTwhX74jn59AinlisSDw== X-Google-Smtp-Source: AMsMyM658SIfuOCoc8LgqscG9P4WzvAOssVTDcyhlYVAFxWJOI+097YMC4P3zrFVoqq7LBvc5ijsbA== X-Received: by 2002:a50:9992:0:b0:461:6cde:ccdd with SMTP id m18-20020a509992000000b004616cdeccddmr35001652edb.402.1667565552760; Fri, 04 Nov 2022 05:39:12 -0700 (PDT) Received: from localhost (business-90-187-74-145.pool2.vodafone-ip.de. [90.187.74.145]) by smtp.gmail.com with ESMTPSA id l3-20020a170907914300b0078d76ee7543sm1736982ejs.222.2022.11.04.05.39.11 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 04 Nov 2022 05:39:11 -0700 (PDT) From: Oliver Graute X-Google-Original-From: Oliver Graute Date: Fri, 4 Nov 2022 13:38:59 +0100 To: Fabio Estevam Cc: sbabic@denx.de, peng.fan@nxp.com, uboot-imx@nxp.com, Marcel Ziswiler , Ye Li , Gaurav Jain , Denys Drozdov , Horia =?utf-8?Q?Geant=C4=83?= , u-boot@lists.denx.de Subject: Re: [PATCH v1] imx: imx8: apalis: switch to binman Message-ID: <20221104123859.GB9571@optiplex> Mail-Followup-To: Fabio Estevam , sbabic@denx.de, peng.fan@nxp.com, uboot-imx@nxp.com, Marcel Ziswiler , Ye Li , Gaurav Jain , Denys Drozdov , Horia =?utf-8?Q?Geant=C4=83?= , u-boot@lists.denx.de References: <20221102155655.5296-1-oliver.graute@kococonnector.com> <20221102155655.5296-9-oliver.graute@kococonnector.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) 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 02/11/22, Fabio Estevam wrote: > On Wed, Nov 2, 2022 at 12:59 PM Oliver Graute > wrote: > > Please add a commit log. ok > > > Signed-off-by: Oliver Graute > > > +&binman { > > + > > + itb { > > + filename = "u-boot.itb"; > > + > > + fit { > > + description = "Configuration to load ATF before U-Boot"; > > + fit,external-offset = ; > > Can't all boards use the common the binman nodes from > arch/arm/dts/imx8qm-u-boot.dtsi instead? I'am about to try that but I run into the following error: binman: Filename 'spl/u-boot-spl.bin' not found in input path (.,.,./board/toradex/apalis-imx8,arch/arm/dts) (cwd='/home/graute/u-boot-upstream') Makefile:1109: recipe for target 'all' failed make: *** [all] Error 1 The error disappear if I remove binman/u-boot-spl-ddr and binman/spl node in the common file. So some of these boards needs the binman/u-boot-spl-ddr and binman/spl node and others not. What is the proper solution to deal with this difference here? Best regards, Oliver