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 4410EC4332F for ; Wed, 5 Jan 2022 21:51:45 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A59FA833CD; Wed, 5 Jan 2022 22:51:42 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=ziswiler.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id ADAC1836CB; Wed, 5 Jan 2022 22:51:40 +0100 (CET) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1DCAE833CD for ; Wed, 5 Jan 2022 22:51:36 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=ziswiler.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=marcel@ziswiler.com Received: from [10.10.1.194] ([194.191.235.54]) by mrelay.perfora.net (mreueus003 [74.208.5.2]) with ESMTPSA (Nemesis) id 0LvUd3-1mNC7o2dox-010esa; Wed, 05 Jan 2022 22:51:28 +0100 Message-ID: <2cfbedf448d612c4a5822c9f03b9c1e62e062a71.camel@ziswiler.com> Subject: Re: mkimage_fit_atf.sh: not found From: Marcel Ziswiler To: Tim Harvey , ZHIZHIKIN Andrey Cc: u-boot , Stefano Babic , Fabio Estevam , Schrempf Frieder , Adam Ford , Jagan Teki Date: Wed, 05 Jan 2022 22:51:23 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.2 (flatpak git) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:flf3FTbpE3/Kzbh+kEqBl3a/wa3fXG95alf8OrOv4HAxSEpuv+h VRlfHzBOGrM8FeSGpT8LdOEayHzXL5rB3NAw5smZlNgrKtCGldLAMuYlReHEXLzNj492Sgn 39V7r+t0GnEOLbO8g05fbKF+uLFkZ8nC1moB3mGlC8ktHrJssoCPdlJJIwhYLFe2NJfAnlx +L1/TsHl9kim3y7uvYEIA== X-UI-Out-Filterresults: notjunk:1;V03:K0:BQrNnPU+p1k=:nNN7sTzbFgJdkgHjKj/7sI qsxC5NfMPUAmCywKV/iOGz2EQS1qbPDZQ2dFs9ScH7FBYa4xdcK8UCE7bU8aMh6qB3MIZjFUS u8+J9YLHOiOstB/8R7L+lc0VyJJm2gHkfJafDIlnQsAtWkVenruOFPnOvvvL+c3Zp+EuojZ77 qdgZ8f1/5YUxrwQXUR8nJMzxQTVKHRef1ST6CZ4Y8LNNg2XPy4h7KsF/U2BajkyO2rAiWif4F T6OEb2wgIU11JXE5/uCLCBfQl3nOPY8hFVvP/ZThQAgs0ElDDTv43VCiYvpnCQbMsG/+Fw39S 53piPWU1/6JA+t0HYGgaH/ATZibTmhadteNtHAVM/LqT9gZ7X09aoB19JU0fd8xo++U6XfqRT 656ixo7EOaygUjiAIM0jmYF6EY8EjG90IOWS0zDPFpYOijgz1bQDMDyau+9xm40pdztuJ82Gj Clt+BWqw5OT8ot801wYhmxCN47hQNA2UVjXI6/xsI28I6PKrXMPl+c3f963ncBgtdCSCW+cL7 ow6mR8r3aRdx4uVXKtuu/boQoPfelPiDRaP/cyWcxspJa6B9IF/l++vGUsCi3ZgPLBygysgWi yDM3vgZ9nc34nShAhdC85ifh2TVeliP+Srdiiiyetmg0n7G1q1Je0L3kngn3jaUvi6RVgMRQ9 7Lq1pnctNNon69u5VC7kGTzbvwYpgHKEW6sG6G2LKmYekivIccJRHm4Xzh7KF0UcZ1ZNtG2qy RV25TfhXfizaXHAokk3fDtyM8XggQsjtJVR3Syvi315p5rkbcNfsAaNDLqY= X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 Hi Tim et al. On Wed, 2022-01-05 at 11:08 -0800, Tim Harvey wrote: > On Wed, Jan 5, 2022 at 3:34 AM ZHIZHIKIN Andrey > wrote: > > > > Hello Tim, > > > > > -----Original Message----- > > > From: U-Boot On Behalf Of Tim Harvey > > > Sent: Tuesday, January 4, 2022 11:48 PM > > > To: u-boot ; Stefano Babic ; Fabio Estevam > > > > > > Cc: Schrempf Frieder ; Adam Ford > > > ; Marcel Ziswiler ; Jagan Teki > > > > > > Subject: mkimage_fit_atf.sh: not found > > > > > > Stefano and Fabio, > > > > > > I'm seeing the imx8mm_venice_defconfig target failing to build on > > > master due to mkimage_fit_atf.sh not found: > > > ./"arch/arm/mach-imx/mkimage_fit_atf.sh" \ > > > arch/arm/dts/imx8mm-venice-gw71xx-0x.dtb > > > arch/arm/dts/imx8mm-venice-gw72xx-0x.dtb > > > arch/arm/dts/imx8mm-venice-gw73xx-0x.dtb > > > arch/arm/dts/imx8mm-venice-gw7901.dtb > > > arch/arm/dts/imx8mm-venice-gw7902.dtb > u-boot.its > > > /bin/sh: 1: ./arch/arm/mach-imx/mkimage_fit_atf.sh: not found > > > > > > > This has been dropped in d9a6f0eed6 ("tree: imx: remove old fit generator script") > > So why was that merged when it breaks several boards that are not > switched to binman because of the CI issue? I have to admit that I did not closely follow that discussion lately. But it seems to me that this should be solvable, not? Anyway, at least in my local buildman use case just touching resp. binary blob file names helped me getting thought this: ⬢[zim@toolbox u-boot.git]$ touch lpddr4_pmu_train_1d_imem.bin ⬢[zim@toolbox u-boot.git]$ touch lpddr4_pmu_train_1d_dmem.bin ⬢[zim@toolbox u-boot.git]$ touch lpddr4_pmu_train_2d_imem.bin ⬢[zim@toolbox u-boot.git]$ touch lpddr4_pmu_train_2d_dmem.bin ⬢[zim@toolbox u-boot.git]$ touch bl31.bin Couldn't that somehow also be done for CI? > > > As far as I can tell the other boards that are still using > > > SPL_FIT_GENERATOR also fail due to this (ie imx8mm_beacon_defconfig, > > > imx8mq_evk_defconfig, imx8mm-icore-mx8mm-edimm2.2_defconfig, etc). > > > > imx8mq_evk is already converted and I've sent a patch for it, see [1]. > > > > > > > > What is the state of the binman conversion? I submitted a series to > > > convert my boards to binman and it has just been sitting without any > > > response for months now [1]. > > > > I believe that the reason for your series sitting in the queue is the same as > > for imx8mq_evk: missing binary blobs (ATF and DDR) are failing CI builds. > > > > Right, so imx8mq_evk (and others) are completely broken for the > pending release correct? > > Sounds like we need to revert d9a6f0eed6 ("tree: imx: remove old fit > generator script") I kind of agree. However, much smarter would be to finish that binman conversion which I also still have one in flight [1] plus the follow on patch series [2] (plus an unrelated i.MX 8M Plus board addition [3]) all still sitting there idle since October with acks resp. reviewed-bys in place! Cheers Marcel > Tim > > > > > > > I'm not sure when the above breakage occurred but the conversion to > > > binman resolves it and other things. > > > > > > Please let me know what you expect me to do to resolve this as there > > > is a release pending. > > > > > > Best regards, > > > > > > Tim > > > [1] https://patchwork.ozlabs.org/project/uboot/patch/20211006201700.3018-1- > > > tharvey@gateworks.com/ > > > > -- andrey > > > > Link: [1]: > > http://patchwork.ozlabs.org/project/uboot/patch/20211203161802.12699-1-andrey.zhizhikin@leica-geosystems.com/ [1] http://patchwork.ozlabs.org/project/uboot/patch/20211022214340.1214793-1-marcel@ziswiler.com/ [2] http://patchwork.ozlabs.org/project/uboot/list/?series=268510 [3] http://patchwork.ozlabs.org/project/uboot/patch/20211022073104.1105628-1-marcel@ziswiler.com/