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 <a...@thorsis.com>
Link: 
https://lore.distrokit.org/distrokit/20240424124341.243323-1-...@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


Reply via email to