mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] tf-a: Update download defaults
@ 2024-04-24 13:37 Alexander Dahl
  0 siblings, 0 replies; only message in thread
From: Alexander Dahl @ 2024-04-24 13:37 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

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 <ada@thorsis.com>
Link: https://lore.distrokit.org/distrokit/20240424124341.243323-1-ada@thorsis.com/
---
 platforms/tf-a.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/platforms/tf-a.in b/platforms/tf-a.in
index 0a14bd8c4..495ae58fe 100644
--- a/platforms/tf-a.in
+++ b/platforms/tf-a.in
@@ -11,14 +11,14 @@ if TF_A
 
 config TF_A_URL
 	string
-	default "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot"
+	default "https://github.com/ARM-software/arm-trusted-firmware/archive/refs/tags"
 	prompt "TF-A URL"
 	help
 	  Enter the TF-A URL you want to use.
 
 config TF_A_VERSION
 	string
-	default "v2.2"
+	default "v2.10"
 	prompt "TF-A version"
 	help
 	  Enter the TF-A git commit-ish you want to build. Usually a tagged
@@ -26,7 +26,7 @@ config TF_A_VERSION
 
 config TF_A_MD5
 	string
-	default "bb300e5a62c911e189c80d935d497a4b"
+	default "179042745d57dc03cb44063d43dc5301"
 	prompt "TF-A source md5"
 
 config TF_A_ARCH_STRING

base-commit: 549a207826f541515b26c8f8bdcc1b8df23fe3c5
-- 
2.39.2




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-24 13:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 13:37 [ptxdist] [PATCH] tf-a: Update download defaults Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox