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 50BFCC433EF for ; Thu, 7 Oct 2021 18:37:53 +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 482256120D for ; Thu, 7 Oct 2021 18:37:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 482256120D 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 2C7B983538; Thu, 7 Oct 2021 20:37:50 +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=1633631870; bh=OJ0aH0npO9NP9qnqx+ykggV/l25TGWwEQNaubT6GPSc=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=nBs6COoZoKC1MuTz41nSDdqRCTgCFreTJClTk0I5bndcBch6DdNnZSbg0h4TXoH8s VJJuslbLAuAgVbZ4N6hu/zt20XnQWJSKitcsiyYFNtPaA1mtBsEy07Iiwpbna14s9t 2cUYFThbEdgwbGqL/3hFapiFIJEGi35lEojF85zTwmPacNdbWBKAxrHzm15gwHfcHS cjq8BR1ECbbJ/qpar8c1ED58SXiRe0K+BtPMV1PKIvqq4V2EQRqGR3A1sdn0Qi/is5 b9GInHKvloUu8EeRuy1/nh0bzx9Q4RKxBbO+EJWG1p7bL0fc5mYdTuiFPcFek6fuRl A1Gd8OwwuXJHA== Received: from [IPv6:2001:a61:617a:9501:77cb:f2b4:a798:60db] (unknown [IPv6:2001:a61:617a:9501:77cb:f2b4:a798:60db]) (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 A95FA83359; Thu, 7 Oct 2021 20:37:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633631868; bh=OJ0aH0npO9NP9qnqx+ykggV/l25TGWwEQNaubT6GPSc=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Pnmuh/KhIBCJO/Xoe34hHRksfI/A68cyCOQtDryVwRRg9UKmQ0mVBdqhDy3u5lXhf n4G3H+UIizUq8Sk5JdBQ/6DZ6/WtBkJd7w+cwi7LPC9N3RQlQtNIungaoo93GQYULU fjh+ZIYuYOl9xy54Q5NtfZdG9kh4KsYrF+V+3aJ8i25McoiyB9pKjhrsOqGgEd1kRv Wbcme6yhDZ+rC8UL6UNdazTdiKvamNg022PqrlV1nferVlf793hCa6w8Hjvgk611wp 6UGdyR0A6Mz1LeGzRkoD2vP8GdtpxzH4CQW6qT6q2spN/CEQEmFQ3kTJlkhCls9rht xd9I8YqvlcPBA== Subject: Re: [PATCH v2] imx8mm_venice: switch to use binman to pack images To: Tim Harvey , Marcel Ziswiler Cc: Simon Glass , u-boot , Stefano Babic , Fabio Estevam References: <20211006201700.3018-1-tharvey@gateworks.com> <66750cdbd916d327ab9a3999929f6928a9ea01ce.camel@ziswiler.com> <426797a830231136b527bda16ea490d65a3383dc.camel@ziswiler.com> <9d40eb00db89e32a579295ea7f894fa13af92c5a.camel@ziswiler.com> From: Stefano Babic Message-ID: Date: Thu, 7 Oct 2021 20:37:47 +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: en-US 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 Hi Tim, On 07.10.21 20:08, Tim Harvey wrote: > On Thu, Oct 7, 2021 at 10:35 AM Marcel Ziswiler wrote: >> >> On Thu, 2021-10-07 at 10:26 -0700, Tim Harvey wrote: >>> ... >>> Marvell, >> >> (;-p) >> >>> Indeed that patch resolves the issue - thanks for reminding me that >>> hasn't made it in yet! >> >> You are very welcome. Yeah, I hope somebody starts pulling that stuff (and everything else still in-flight) >> soon. As it currently still is one big disaster! >> > > Yes... we all seem to be colliding on the IMX8M side between binman > conversions, new board support, and Kconfig conversions. Stefano > applied a set of patches last night but there are still some pending. That's right, I am fighting due to conflicts and warnings when building. There are a lot of pending patches, but they cannot be applied due to conflicts, so it is a WIP on my side. Stefano > > Tim > -- ===================================================================== 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 =====================================================================