From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 24 Apr 2024 14:48:08 +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 1rzc2i-00ErEt-14 for lore@lore.pengutronix.de; Wed, 24 Apr 2024 14:48:08 +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 1rzc2h-0008ST-TR; Wed, 24 Apr 2024 14:48:07 +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 1rzc2g-0008SB-1j; Wed, 24 Apr 2024 14:48:06 +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 1rzc2f-00E5CF-LZ; Wed, 24 Apr 2024 14:48:05 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rzc2f-00BZhH-1q; Wed, 24 Apr 2024 14:48:05 +0200 Date: Wed, 24 Apr 2024 14:48:05 +0200 From: Robert Schwebel To: Alexander Dahl Message-ID: References: <20240424124341.243323-1-ada@thorsis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240424124341.243323-1-ada@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: , Cc: distrokit@pengutronix.de, Ahmad Fatoum 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 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. Applied to next. > 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" > 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 2b91501..b0c7489 100644 > --- a/configs/platform-v8a/platformconfig > +++ b/configs/platform-v8a/platformconfig > @@ -205,9 +205,9 @@ PTXCONF_BOOTLOADER=y > # PTXCONF_GRUB is not set > # PTXCONF_HOST_MXS_UTILS is not set > 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" > PTXCONF_TF_A_ARCH_STRING="aarch64" > PTXCONF_TF_A_ARM_ARCH_MAJOR_8=y > PTXCONF_TF_A_ARM_ARCH_MAJOR=8 > > base-commit: 3c719557d6243b554c206aa86a81b384a7eff31d > -- > 2.39.2 > > > -- 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 |