util/crossgcc/buildgcc: Use Intel mirror for ACPICA

The binary hashes from GitHub releases are not stable. Use the Intel
mirror.

Change-Id: If3738b0cdab07c37ac1459a53e399e5de54435d5
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80721
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Felix Singer 2024-02-24 18:52:54 +01:00 committed by Felix Singer
parent 072e8c34f1
commit 055c6d5c34
4 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ MPFR_VERSION=4.2.1
MPC_VERSION=1.3.1
GCC_VERSION=13.2.0
BINUTILS_VERSION=2.42
IASL_VERSION="R06_28_23"
IASL_VERSION="20230628"
# CLANG version number
CLANG_VERSION=17.0.6
CMAKE_VERSION=3.28.3
@ -52,7 +52,7 @@ MPFR_ARCHIVE="mpfr-${MPFR_VERSION}.tar.xz"
MPC_ARCHIVE="mpc-${MPC_VERSION}.tar.gz"
GCC_ARCHIVE="gcc-${GCC_VERSION}.tar.xz"
BINUTILS_ARCHIVE="binutils-${BINUTILS_VERSION}.tar.xz"
IASL_ARCHIVE="${IASL_VERSION}.tar.gz"
IASL_ARCHIVE="acpica-unix-${IASL_VERSION}.tar.gz"
# CLANG toolchain FILE locations
LLD_ARCHIVE="lld-${CLANG_VERSION}.src.tar.xz"
LLVM_ARCHIVE="llvm-${CLANG_VERSION}.src.tar.xz"
@ -74,7 +74,7 @@ MPFR_BASE_URL="https://ftpmirror.gnu.org/mpfr"
MPC_BASE_URL="https://ftpmirror.gnu.org/mpc"
GCC_BASE_URL="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}"
BINUTILS_BASE_URL="https://ftpmirror.gnu.org/binutils"
IASL_BASE_URL="https://github.com/acpica/acpica/archive/refs/tags"
IASL_BASE_URL="https://downloadmirror.intel.com/783534"
# CLANG toolchain archive locations
LLVM_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}"
CLANG_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}"
@ -100,7 +100,7 @@ MPC_DIR="mpc-${MPC_VERSION}"
GCC_DIR="gcc-${GCC_VERSION}"
# shellcheck disable=SC2034
BINUTILS_DIR="binutils-${BINUTILS_VERSION}"
IASL_DIR="acpica-${IASL_VERSION}"
IASL_DIR="acpica-unix-${IASL_VERSION}"
# CLANG toolchain directories
LLD_DIR="lld-${CLANG_VERSION}.src"
LLVM_DIR="llvm-${CLANG_VERSION}.src"

View File

@ -1 +0,0 @@
e37c8dd560bacb0190f2a0306a64f63564206c65 tarballs/R06_28_23.tar.gz

View File

@ -0,0 +1 @@
3b893fb771cf3fbd3531de3036e1a5bfc624c9d2 tarballs/acpica-unix-20230628.tar.gz