From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 23 Jan 2024 10:35:32 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rSDBr-00D2ic-12 for lore@lore.pengutronix.de; Tue, 23 Jan 2024 10:35:32 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rSDBs-0002UT-2a; Tue, 23 Jan 2024 10:35:32 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rSDBp-0002U2-9j; Tue, 23 Jan 2024 10:35:29 +0100 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rSDBo-001nV4-TW; Tue, 23 Jan 2024 10:35:28 +0100 Received: from rhi by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rSDBo-00BaQw-2g; Tue, 23 Jan 2024 10:35:28 +0100 Date: Tue, 23 Jan 2024 10:35:28 +0100 From: Roland Hieber To: Ahmad Fatoum Message-ID: <20240123093528.fpndfffy2hgworwa@pengutronix.de> References: <20240112170529.1970537-1-a.fatoum@pengutronix.de> <20240112170529.1970537-6-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240112170529.1970537-6-a.fatoum@pengutronix.de> Subject: Re: [DistroKit] [PATCH v2 6/6] v8a: barebox: enable support for booting FIT images X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Fri, Jan 12, 2024 at 06:05:29PM +0100, Ahmad Fatoum wrote: > There's ongoing work to have Linux generate a FIT image with all enabled > DTs[1]. Let's prepare for that by enabling FIT image support for the > ARMv8 boards. > > [1]: https://lore.kernel.org/all/20231202035511.487946-1-sjg@chromium.org/ > > Signed-off-by: Ahmad Fatoum For the series: LGTMed-by: Roland Hieber > --- > v1 -> v2: > - no change > --- > configs/platform-v8a/barebox.config | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/configs/platform-v8a/barebox.config b/configs/platform-v8a/barebox.config > index f90264d489b3..02d314fb20bc 100644 > --- a/configs/platform-v8a/barebox.config > +++ b/configs/platform-v8a/barebox.config > @@ -129,6 +129,7 @@ CONFIG_BLOCK_WRITE=y > CONFIG_FILETYPE=y > CONFIG_BINFMT=y > CONFIG_UIMAGE=y > +CONFIG_FITIMAGE=y > CONFIG_LOGBUF=y > CONFIG_STDDEV=y > CONFIG_MENUTREE=y > @@ -205,7 +206,8 @@ CONFIG_BOOTM_OFTREE=y > CONFIG_BOOTM_OFTREE_UIMAGE=y > # CONFIG_BOOTM_AIMAGE is not set > # CONFIG_BOOTM_ELF is not set > -# CONFIG_BOOTM_FITIMAGE is not set > +CONFIG_BOOTM_FITIMAGE=y > +# CONFIG_BOOTM_FITIMAGE_SIGNATURE is not set > CONFIG_BLSPEC=y > CONFIG_FLEXIBLE_BOOTARGS=y > CONFIG_MMCBLKDEV_ROOTARG=y > @@ -1081,6 +1083,8 @@ CONFIG_CRC32=y > CONFIG_DIGEST=y > CONFIG_HAVE_DIGEST_MD5=y > CONFIG_HAVE_DIGEST_SHA1=y > +CONFIG_HAVE_DIGEST_SHA224=y > +CONFIG_HAVE_DIGEST_SHA256=y > CONFIG_DIGEST_CRC32_GENERIC=y > CONFIG_DIGEST_MD5_GENERIC=y > CONFIG_DIGEST_SHA1_GENERIC=y > @@ -1090,7 +1094,7 @@ CONFIG_DIGEST_SHA1_GENERIC=y > # CONFIG_DIGEST_SHA512_GENERIC is not set > # CONFIG_DIGEST_HMAC_GENERIC is not set > CONFIG_DIGEST_SHA1_ARM64_CE=y > -# CONFIG_DIGEST_SHA256_ARM64_CE is not set > +CONFIG_DIGEST_SHA256_ARM64_CE=y > # CONFIG_CRYPTO_KEYSTORE is not set > # end of Crypto support > > -- > 2.39.2 > > > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |