Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/70021 )
(
13 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: util/crossgcc: Use GitHub for downloading IASL ......................................................................
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 --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-R10_20_22_iasl.patch A util/crossgcc/sum/R10_20_22.tar.gz.cksum D util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum 4 files changed, 29 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Elyes Haouas: Looks good to me, but someone else must approve Arthur Heymans: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 0d349f2..6015102 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -37,7 +37,7 @@ MPC_VERSION=1.2.1 GCC_VERSION=11.2.0 BINUTILS_VERSION=2.37 -IASL_VERSION=20221020 +IASL_VERSION="R10_20_22" # CLANG version number CLANG_VERSION=15.0.0 CMAKE_VERSION=3.24.2 @@ -52,7 +52,7 @@ MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-$%7BMPC_VERSION%7D.tar.gz" GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-$%7BGCC_VERSION%7D/gcc-$%7BGCC_VERSION%7D...." BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-$%7BBINUTILS_VERSION%7D.tar.xz" -IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-$%7BIASL_VERSION%7D.tar.g..." +IASL_ARCHIVE="https://github.com/acpica/acpica/archive/refs/tags/$%7BIASL_VERSION%7D.tar.g..." # CLANG toolchain archive locations LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-$%7BCLANG_VER..." CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-$%7BCLANG_VER..." @@ -75,7 +75,7 @@ GCC_DIR="gcc-${GCC_VERSION}" # shellcheck disable=SC2034 BINUTILS_DIR="binutils-${BINUTILS_VERSION}" -IASL_DIR="acpica-unix2-${IASL_VERSION}" +IASL_DIR="acpica-${IASL_VERSION}" # CLANG toolchain directories LLVM_DIR="llvm-${CLANG_VERSION}.src" CLANG_DIR="clang-${CLANG_VERSION}.src" diff --git a/util/crossgcc/patches/acpica-unix2-20221020_iasl.patch b/util/crossgcc/patches/acpica-R10_20_22_iasl.patch similarity index 100% rename from util/crossgcc/patches/acpica-unix2-20221020_iasl.patch rename to util/crossgcc/patches/acpica-R10_20_22_iasl.patch 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 0000000..4669dab --- /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 1b2b580..0000000 --- a/util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -bb175ba614e68d43a7a863335e83d3f832d3b41c tarballs/acpica-unix2-20221020.tar.gz