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 X-Spam-Level: X-Spam-Status: No, score=-5.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5610C4338F for ; Fri, 13 Aug 2021 12:15:23 +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 956696109E for ; Fri, 13 Aug 2021 12:15:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 956696109E 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 BAC3382D91; Fri, 13 Aug 2021 14:15:19 +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=1628856920; bh=bNhUBFvfAdWSQAQwSSRDPXOVN9ZmkSMFH/Fl7ED8RLA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=JaWXSRwMpvPFaf3o5UmjSksobKXjrLn+huENA6KuH8jifGLCql8uYbSgiAh46JEK5 7e6QTg5qc5vVunKA/mS1RGMMWhWd6ASSU/vyx5FQG9bV4DYE58x7JTvsqKlK76J/Tb 7qTUrPYNSM5iDle1H7SLv4Hg0veEh0S2ay80TQs7bmrEM/Od9RmwkHSXV/pvrqwoNy hKZjXBfcm8PISKOMKz6E09Uc5DQwQgDNzFL3TeI6PGgkhZWPvRUdmeW3jkGg6hz/I7 W/EHDJQEf7fFt/FY1l//0CQcik/hme51+0i9BqCU2DeoOXs2hW94B1FnNuRnw+0yBP nh+Ec2irkE1Yg== Received: from mail.denx.de (unknown [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 13984829C6; Fri, 13 Aug 2021 14:15:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628856918; bh=bNhUBFvfAdWSQAQwSSRDPXOVN9ZmkSMFH/Fl7ED8RLA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QZoIt/Vsc2D8GWw3grC6ApWNvayizXoZy8fzmtlZIvMROHSA79WuVWZwdTVR5yyQq suIHzJGuDw9MD91ez6Z/ZtkRNIfzuUjG3R5SsClhNjaW6Xy7itn942gGDsxp5afGaz U45Eb2H2pABFJ0ozE+ZjF8OW1D/PRQyUq7c6I0HJktuGIBgh9jgGLUqMlbfnFMFOaV KC+cmFroZTilfcNV5rS0qZWSGfOjxI4mT/7/CK7uRtMnmomshp01kbjlWXyr4/GGY8 qibv+fsPJfPP9JNlTQq+CJV/SGcSRbKUmi/Uq8Rct2aFj7A7SHA6gONmtzmjJXouuB /dCGQOtlogRAw== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 13 Aug 2021 09:15:17 -0300 From: Fabio Estevam To: Paul Liu Cc: sbabic@denx.de, Kirill Kapranov , Uri Mashiach , Valentin Raevsky , U-Boot-Denx Subject: Re: [PATCH 1/2] imx8mm-cl-iot-gate: Do not build fip.bin by default In-Reply-To: References: <20210813005901.16839-1-festevam@denx.de> Message-ID: <04480f602808792b607089e5c2868ec9@denx.de> X-Sender: festevam@denx.de User-Agent: Roundcube Webmail/1.3.6 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 Paul, On 13/08/2021 06:59, Paul Liu wrote: > Hi Fabio, > > Can we think of a way to keep this fip.bin feature? This is part of > the SystemReady IR certificate for this Compulab board. [1] > > [1] > https://developer.arm.com/architectures/system-architectures/arm-systemready/ir i.MX8MM EVK is also listed there and we don't use fip.bin on this platform (and not on any other i.MX8MM platform in mainline U-Boot). If you really want to use fip.bin, could you please let me know the exact build procedure for AT-F? Do you use mainline ATF? As a user of the IOT-GATE-iMX8, I would just like to be able to flash mainline U-Boot and move forward. Even better if I could use the same procedure that has been used on other i.MX8MM boards. Regards, Fabio Estevam -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-60 Fax: (+49)-8142-66989-80 Email: festevam@denx.de