From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 17 Dec 2024 09:33:30 +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 1tNT1F-009AAN-1o for lore@lore.pengutronix.de; Tue, 17 Dec 2024 09:33:30 +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 1tNT1F-0003Dl-Js; Tue, 17 Dec 2024 09:33:29 +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 1tNT1D-0003DU-UY; Tue, 17 Dec 2024 09:33:27 +0100 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tNT1C-003pkQ-3B; Tue, 17 Dec 2024 09:33:27 +0100 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tNT1D-004TVr-2B; Tue, 17 Dec 2024 09:33:27 +0100 Date: Tue, 17 Dec 2024 09:33:27 +0100 From: Robert Schwebel To: Ahmad Fatoum Message-ID: References: <20241217082537.2997146-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241217082537.2997146-1-a.fatoum@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH] tf-a: add current hash of v2.12 archive from Github 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 Tue, Dec 17, 2024 at 09:25:37AM +0100, Ahmad Fatoum wrote: > Downloading the current release manually with: > > curl -L 'https://github.com/ARM-software/arm-trusted-firmware/archive/refs/tags/v2.12.tar.gz' | md5sum > > confirms that the hash has changed: > > 5b90a1c21210702e64234a2beb79f23a - > > I am unsure why, but to fix build breakage, let's list both hashes as > after extraction of both archives, the contents were found to be > completely identical. Tested, works now. Applied to next. > Signed-off-by: Ahmad Fatoum > --- > configs/platform-v7a/platformconfig | 2 +- > configs/platform-v8a/platformconfig | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig > index c3acafd25fc9..e10ac93969a2 100644 > --- a/configs/platform-v7a/platformconfig > +++ b/configs/platform-v7a/platformconfig > @@ -207,7 +207,7 @@ PTXCONF_TF_A_STM32MP13=y > PTXCONF_TF_A=y > PTXCONF_TF_A_URL="https://github.com/ARM-software/arm-trusted-firmware/archive/refs/tags" > PTXCONF_TF_A_VERSION="v2.12" > -PTXCONF_TF_A_MD5="dea016f3707117c7935a8a26433a1e46" > +PTXCONF_TF_A_MD5="dea016f3707117c7935a8a26433a1e46 5b90a1c21210702e64234a2beb79f23a" > PTXCONF_TF_A_ARCH_STRING="aarch32" > PTXCONF_TF_A_ARM_ARCH_MAJOR_7=y > # PTXCONF_TF_A_ARM_ARCH_MAJOR_8_32_BIT is not set > diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig > index 69e8d5e0696e..0c7d3b7b6b59 100644 > --- a/configs/platform-v8a/platformconfig > +++ b/configs/platform-v8a/platformconfig > @@ -207,7 +207,7 @@ PTXCONF_BOOTLOADER=y > PTXCONF_TF_A=y > PTXCONF_TF_A_URL="https://github.com/ARM-software/arm-trusted-firmware/archive/refs/tags" > PTXCONF_TF_A_VERSION="v2.12" > -PTXCONF_TF_A_MD5="dea016f3707117c7935a8a26433a1e46" > +PTXCONF_TF_A_MD5="dea016f3707117c7935a8a26433a1e46 5b90a1c21210702e64234a2beb79f23a" > PTXCONF_TF_A_ARCH_STRING="aarch64" > PTXCONF_TF_A_ARM_ARCH_MAJOR_8=y > PTXCONF_TF_A_ARM_ARCH_MAJOR=8 > -- > 2.39.5 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |