Thanks, applied as dc9c7c945e3f29885f7fd9f29c6b0dfe68876ed9.

Michael

[sent from post-receive hook]

On Sun, 12 May 2024 15:16:33 +0200, Alexander Dahl <a...@thorsis.com> 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 <a...@thorsis.com>
> Link: 
> https://lore.distrokit.org/distrokit/20240424124341.243323-1-...@thorsis.com/
> Message-Id: <20240424133729.269291-1-...@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/platforms/tf-a.in b/platforms/tf-a.in
> index 0a14bd8c4d63..495ae58fe24e 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

Reply via email to