diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-11-26 11:03:03 +0000 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-11-28 19:51:56 +0000 |
commit | 60a422736bde766489db8ff0dc2d56ab333c37cc (patch) | |
tree | b010869bb254f46b1bbd51645064b5c529c5556c /util/crossgcc/sum | |
parent | 99166482fe4baa00780ca3b45fce6ae75c4cdbfb (diff) |
util/crossgcc: Use GitHub for downloading IASL
The download links from acpica.org [1] are not stable, and for some
reason they named the release tarballs with .tar_0.gz. Thus, use the
tarballs from their GitHub repository generated out of the release
tags [2].
Tested locally and also IASL patch applies.
[1] https://www.acpica.org/downloads
[2] https://github.com/acpica/acpica/tags
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: I7b10dd1db4299aaef96bc29023bed874b660aba0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70021
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/sum')
-rw-r--r-- | util/crossgcc/sum/R10_20_22.tar.gz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/sum/R10_20_22.tar.gz.cksum b/util/crossgcc/sum/R10_20_22.tar.gz.cksum new file mode 100644 index 0000000000..4669dab43c --- /dev/null +++ b/util/crossgcc/sum/R10_20_22.tar.gz.cksum @@ -0,0 +1 @@ +560d9e43692e1957bcf24a9bdd663ffe77da88dd tarballs/R10_20_22.tar.gz diff --git a/util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum deleted file mode 100644 index 1b2b5804da..0000000000 --- a/util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -bb175ba614e68d43a7a863335e83d3f832d3b41c tarballs/acpica-unix2-20221020.tar.gz |