From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 28 May 2024 10:21:14 +0200 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 1sBs54-000sPS-30 for lore@lore.pengutronix.de; Tue, 28 May 2024 10:21:14 +0200 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 1sBs54-0005L5-Fg; Tue, 28 May 2024 10:21:14 +0200 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 1sBs4z-0005Kj-Tf; Tue, 28 May 2024 10:21:09 +0200 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 1sBs4z-003IjN-Gu; Tue, 28 May 2024 10:21:09 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sBs4z-001ILf-1Q; Tue, 28 May 2024 10:21:09 +0200 Date: Tue, 28 May 2024 10:21:09 +0200 From: Robert Schwebel To: Roland Hieber , distrokit@pengutronix.de, Ahmad Fatoum Message-ID: References: <20240424124341.243323-1-ada@thorsis.com> <20240424124755.2t4yuyjmuuc3rfq3@pengutronix.de> <20240528-nag-freeway-432e9a18a50c@thorsis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240528-nag-freeway-432e9a18a50c@thorsis.com> 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: Change download URL 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: , 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, May 28, 2024 at 08:10:17AM +0200, Alexander Dahl wrote: > Am Mon, May 27, 2024 at 05:57:25PM +0200 schrieb Robert Schwebel: > > On Wed, Apr 24, 2024 at 02:49:39PM +0200, Robert Schwebel wrote: > > > On Wed, Apr 24, 2024 at 02:47:55PM +0200, Roland Hieber wrote: > > > > On Wed, Apr 24, 2024 at 02:43:41PM +0200, Alexander Dahl wrote: > > > > > Previous URL threw 401 errors. Experiments with other paths from the > > > > > same server yield no stable tarballs. GitHub tarballs are stable, have > > > > > a different checksum however. Tarball content was checked to be the > > > > > same (at least compared to those unstable git snapshot tarballs from the > > > > > previous URL). GitHub tarball has same checksum as the one downloaded > > > > > by buildroot. > > > > > > > > > > Signed-off-by: Alexander Dahl > > > > > --- > > > > > configs/platform-v7a/platformconfig | 4 ++-- > > > > > configs/platform-v8a/platformconfig | 4 ++-- > > > > > 2 files changed, 4 insertions(+), 4 deletions(-) > > > > > > > > > > diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig > > > > > index bf8e2fc..24cd990 100644 > > > > > --- a/configs/platform-v7a/platformconfig > > > > > +++ b/configs/platform-v7a/platformconfig > > > > > @@ -205,9 +205,9 @@ PTXCONF_OPTEE_PLATFORM_FLAVOUR="135F_DK" > > > > > PTXCONF_OPTEE_CFG="CFG_TEE_CORE_LOG_LEVEL=2 CFG_WITH_PAGER=n CFG_GP_SOCKETS=n CFG_TA_MBEDTLS_SELF_TEST=n" > > > > > PTXCONF_TF_A_STM32MP13=y > > > > > PTXCONF_TF_A=y > > > > > -PTXCONF_TF_A_URL="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot" > > > > > +PTXCONF_TF_A_URL="https://github.com/ARM-software/arm-trusted-firmware/archive/refs/tags" > > > > > PTXCONF_TF_A_VERSION="v2.10" > > > > > -PTXCONF_TF_A_MD5="641f42080967e05d687ef2fa9f8f3bc3" > > > > > +PTXCONF_TF_A_MD5="179042745d57dc03cb44063d43dc5301" > > > > > > > > I would keep both the new and the original MD5s in place in case someone > > > > has already downloaded the old URL. > > > > > > Good point, can you send a fixup against -next? > > > > Ping! > > Already sent that and it's in master already. > > See commit 3e11c53d98c0bd3283b0adc4489ffb45f7c8c68f in master or > https://lore.distrokit.org/distrokit/ZikDCSQW0qNbXaKJ@pengutronix.de/T/#t > where the fixup was sent. Ah, missed that. rsc -- 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 |