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 CEF80C433F5 for ; Thu, 24 Feb 2022 11:17:47 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 40BB383CBA; Thu, 24 Feb 2022 12:17:45 +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="d41P091y"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2424B83CB6; Thu, 24 Feb 2022 12:17:43 +0100 (CET) Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) (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 38FFE83CBF for ; Thu, 24 Feb 2022 12:17:38 +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=festevam@gmail.com Received: by mail-ed1-x534.google.com with SMTP id h15so2309627edv.7 for ; Thu, 24 Feb 2022 03:17:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4wDz2sgslcysoWYJFcKplQLnVBZTMKuJG1b20CAQ0N8=; b=d41P091yXUVq0KUmHTgzQGyfQGBm9Y0ZeMCYAm1N10QHQBtgkxsUirMN3687K8IjCo ZrGdD7Mm+8rQHLEoAbUW8Tiu8nkVbYoWZKEJB8yjVOQLQFSCZpZpvwh7SlgVnxef/Ujh 84VSNmqseSJWSCrueW3So3+DyLGLNLAiY6F8UMyZBf6INbTyLzEVJSZ7gGMcGERdzR6A jXwPpBmhi1sdW5VE8fD0+5mbyM2ZURIF7l57lTQf97up9KQYGFZNufFpmwBfzMjIPoYe +ocC5r/PtiM3LX3Y3vulhnoH1u+z0LVKxegG+dbdL/W8FoeUSwqsBsY1ki+fIzZ64aM9 eRyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4wDz2sgslcysoWYJFcKplQLnVBZTMKuJG1b20CAQ0N8=; b=np1r+xoel7Zo75uZL+93Kb40IEEtNEIuIK59jkNHYJ/SBj4m89pK2jNYahwiDr56Rx gPP1PRggCrUu5r99NzM7QmBVRMKrTnzpakpXwWX28WZNh85/k9I80j9BXVWuHmwvJGH6 I0uiGnra4MXzi/aiuuTwWmSBgD0i32Had+VOgK8xkR1QGAqzIK5SQNLA8mzINT6dubGL NYirMoW3pG8Ki3u7MkvK09biKoWR/8qYYeVVOU8lOm3SGtWYRgvQHru3hP8WAmDXlz53 iT7UCneibc0g8VFUPWLNdBTKhPj9tzzgphJfMV05xdy9tkQVo7DHNCJxx++YCumBc/ye G9Ug== X-Gm-Message-State: AOAM532YQO9sM3wvdB0l4le14LJMvkf31HBcRzm1V5SNFB94wisjyc5p EUebRZFW1hjyPiBko9qfOf2U+nbJIoIOSSUpD3c= X-Google-Smtp-Source: ABdhPJyGFFXED8L+wHBnLQd+Ku7EAgv9HjLMU9mb1MbBm9ox0qiPkTuOYhjhNpUi/SIZQyxMeglCsiMf5E/ATTDHxxQ= X-Received: by 2002:a05:6402:27cc:b0:412:eb0a:b687 with SMTP id c12-20020a05640227cc00b00412eb0ab687mr1832099ede.208.1645701457834; Thu, 24 Feb 2022 03:17:37 -0800 (PST) MIME-Version: 1.0 References: <20220224094632.65583-1-heiko.thiery@gmail.com> In-Reply-To: <20220224094632.65583-1-heiko.thiery@gmail.com> From: Fabio Estevam Date: Thu, 24 Feb 2022 08:17:26 -0300 Message-ID: Subject: Re: [PATCH 1/2] ARM: imx: imx8mn-evk: generate a single bootable flash.bin To: Heiko Thiery Cc: U-Boot-Denx , Stefano Babic , Michael Walle , "NXP i . MX U-Boot Team" , Peng Fan , Marek Vasut Content-Type: text/plain; charset="UTF-8" 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.5 at phobos.denx.de X-Virus-Status: Clean Hi Heiko, On Thu, Feb 24, 2022 at 6:46 AM Heiko Thiery wrote: > > To have a flash.bin file that also contains the U-Boot and TF-A/ATF > create this like already done for other imx8 boards. > > Signed-off-by: Heiko Thiery Thanks for doing this. Reviewed-by: Fabio Estevam