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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58775C433EF for ; Thu, 21 Oct 2021 13:29:34 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 5CF36611C7 for ; Thu, 21 Oct 2021 13:29:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5CF36611C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3C69D83474; Thu, 21 Oct 2021 15:29:31 +0200 (CEST) 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=1634822971; bh=C0t6zp9Jy+t9xpra31lXuGQxzQRN7LiCxY1I6hhF5t0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=keNeGcNvoNJoIu3WDrTs7zuvASvxg51ISFSvB867xg/HeaS71veWp4TvOFYiILb0W Iw6uqxyAa2rSL4aRkJpdvv9uHQ5RiXAWuOexK9F2b8suKJUAZR+m9uMTYiJh0iMJ/6 otZ3CMc1eazYZC108cVvqfXLBlgo709guScgnPg98OXM4JWNWl1E5CfXDlfyVRRScy OAzG8njDI/gl05vdncgfHsBp/rveYoMSdvwLIUkBKU32+BfCxBCu2uqoXiQcdhcwzI V0ZuM8OVDbSJQRzy57DR2tlv739x/8mBikI2NcIMqvFhl02pKKtDSIUiqeFQxvp2/G qU/1c6WIobu+Q== Received: from [192.168.178.48] (host-88-217-136-221.customer.m-online.net [88.217.136.221]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbabic@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id EE21E831D3; Thu, 21 Oct 2021 15:29:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1634822969; bh=C0t6zp9Jy+t9xpra31lXuGQxzQRN7LiCxY1I6hhF5t0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=eGFjhDm1aSjEI0vb/FOdoRuDtmeShlHfDTZbLi9132jNC4AvxjF5U2LCFd6IW+lVg xA1bRgKHLXgLh2fKdHjAYa4BnwTlugWR+O/sZg2D65hnaPR9gyhoPi3nK1xvIbtVh8 AL4EGvFStpu3Ov5gtlVQETtm1kIUyZ7Bbvf+zSr9S8MedhphOKqrgJ4CQ2dVgiKUYp 3QAi1Ag5gzqDNypuNdabmwijEPdt/pYT5mfr+hN8EZQBvc0HQF8REiO7NKbrS3NShN gk1o6gvNuFmau8VXZ+HXk+lBkQKH2MYKeEa7K2hFknZXkZyVuj9qKNVGV6fvQChHxK SjNTaUJWBmpfw== Subject: Re: [PATCH v6 2/2] board: kontron: pitx-imx8m: Add Kontron pitx-imx8m board support To: Heiko Thiery , Stefano Babic Cc: u-boot@lists.denx.de, Fabio Estevam , "NXP i . MX U-Boot Team" , Peng Fan , Ye Li , Patrick Wildt , Michael Walle , =?UTF-8?Q?Thomas_Sch=c3=a4fer?= References: <20211014180824.10681-1-heiko.thiery@gmail.com> <20211014180824.10681-2-heiko.thiery@gmail.com> From: Stefano Babic Message-ID: Date: Thu, 21 Oct 2021 15:29:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 On 21.10.21 15:17, Heiko Thiery wrote: > Hi Stefano, > > > Am Do., 21. Okt. 2021 um 13:31 Uhr schrieb Stefano Babic : >> >> Hi Heiko, >> >> On 14.10.21 20:08, Heiko Thiery wrote: >>> The Kontron pitx-imx8m is an NXP i.MX8MQ based board in the pITX >>> form factor. >>> >> >> There is still something using binman that does not work with CI. >> Without CI, we load all firmware including signed_hdmi_imx8m.bin. >> >> But on CI, file is not loaded, but instead of warnings, build for this >> board fails with : >> >> +Image 'main-section' is missing external blobs and is non-functional: >> blob-ext@1 blob-ext@2 blob-ext@3 blob-ext@4 >> +binman: Error 1 running 'mkimage -d ./mkimage.spl.mkimage -n >> spl/u-boot-spl.cfgout -T imx8mimage -e 0x7e1000 >> ./mkimage-out.spl.mkimage': signed_hdmi_imx8m.bin: Can't open: No such >> file or directory >> + >> >> Could you take a look ? > > Sure. Could you point me to the right CI configuration? > Configuration is in .gitlab-ci.yml. For thsi board, buildman is called as part of aarch64 target, that is buildman -o /tmp -P -E -W arm -x aarch64 > I need to understand how the required imx-firmware files are copied to > the u-boot dir. This seems to work already for e. g. the imx8mm > boards. These require the lpdd* train fw files. Regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================