diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-04-04 13:36:09 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-05-14 23:35:39 +0000 |
commit | 41fdb882f1f0c3cda41651c2e9c920580415a0dc (patch) | |
tree | 779d7335cb8de99d73a696a01a403e6d58de272d /util/crossgcc | |
parent | 6b4036ee9ee43910757140830a74ba851cd4668f (diff) |
util/crossgcc: Update ACPICA from 20230628 to 20240321
Change-Id: I41f56ba58af51b1ec1d7554fb35a49ccf9e778f6
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81671
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 | ||||
-rw-r--r-- | util/crossgcc/patches/acpica-unix-20240321_iasl.patch (renamed from util/crossgcc/patches/acpica-unix-20230628_iasl.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/sum/acpica-unix-20230628.tar.gz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/acpica-unix-20240321.tar.gz.cksum | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 0691a5f208..c35fc786f5 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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="20230628" +IASL_VERSION=20240321 # CLANG version number CLANG_VERSION=17.0.6 CMAKE_VERSION=3.29.3 @@ -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://downloadmirror.intel.com/783534" +IASL_BASE_URL="https://downloadmirror.intel.com/819451" # 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}" diff --git a/util/crossgcc/patches/acpica-unix-20230628_iasl.patch b/util/crossgcc/patches/acpica-unix-20240321_iasl.patch index 55adb83af2..55adb83af2 100644 --- a/util/crossgcc/patches/acpica-unix-20230628_iasl.patch +++ b/util/crossgcc/patches/acpica-unix-20240321_iasl.patch diff --git a/util/crossgcc/sum/acpica-unix-20230628.tar.gz.cksum b/util/crossgcc/sum/acpica-unix-20230628.tar.gz.cksum deleted file mode 100644 index 9b676bb568..0000000000 --- a/util/crossgcc/sum/acpica-unix-20230628.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -3b893fb771cf3fbd3531de3036e1a5bfc624c9d2 tarballs/acpica-unix-20230628.tar.gz diff --git a/util/crossgcc/sum/acpica-unix-20240321.tar.gz.cksum b/util/crossgcc/sum/acpica-unix-20240321.tar.gz.cksum new file mode 100644 index 0000000000..e7b7afec72 --- /dev/null +++ b/util/crossgcc/sum/acpica-unix-20240321.tar.gz.cksum @@ -0,0 +1 @@ +19f5b03de6de059a95432d17ed24095262a97aba tarballs/acpica-unix-20240321.tar.gz |