From 41fdb882f1f0c3cda41651c2e9c920580415a0dc Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 4 Apr 2024 13:36:09 +0000 Subject: util/crossgcc: Update ACPICA from 20230628 to 20240321 Change-Id: I41f56ba58af51b1ec1d7554fb35a49ccf9e778f6 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/81671 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Elyes Haouas --- util/crossgcc/buildgcc | 4 ++-- .../patches/acpica-unix-20230628_iasl.patch | 28 ---------------------- .../patches/acpica-unix-20240321_iasl.patch | 28 ++++++++++++++++++++++ .../crossgcc/sum/acpica-unix-20230628.tar.gz.cksum | 1 - .../crossgcc/sum/acpica-unix-20240321.tar.gz.cksum | 1 + 5 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 util/crossgcc/patches/acpica-unix-20230628_iasl.patch create mode 100644 util/crossgcc/patches/acpica-unix-20240321_iasl.patch delete mode 100644 util/crossgcc/sum/acpica-unix-20230628.tar.gz.cksum create mode 100644 util/crossgcc/sum/acpica-unix-20240321.tar.gz.cksum (limited to 'util/crossgcc') 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-20230628_iasl.patch deleted file mode 100644 index 55adb83af2..0000000000 --- a/util/crossgcc/patches/acpica-unix-20230628_iasl.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c -index 4bf9465ba..14c61a122 100644 ---- a/source/compiler/asloptions.c -+++ b/source/compiler/asloptions.c -@@ -234,6 +234,7 @@ AslCommandLine ( - if (AslGbl_DoSignon) - { - printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); -+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); - if (AslGbl_IgnoreErrors) - { - printf ("Ignoring all errors, forcing AML file generation\n\n"); -@@ -866,6 +867,7 @@ AslDoOptions ( - case '^': - - printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); -+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); - exit (0); - - case 'a': -@@ -879,6 +881,7 @@ AslDoOptions ( - - printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); - printf (ACPI_COMMON_BUILD_TIME); -+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); - exit (0); - - case 'e': diff --git a/util/crossgcc/patches/acpica-unix-20240321_iasl.patch b/util/crossgcc/patches/acpica-unix-20240321_iasl.patch new file mode 100644 index 0000000000..55adb83af2 --- /dev/null +++ b/util/crossgcc/patches/acpica-unix-20240321_iasl.patch @@ -0,0 +1,28 @@ +diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c +index 4bf9465ba..14c61a122 100644 +--- a/source/compiler/asloptions.c ++++ b/source/compiler/asloptions.c +@@ -234,6 +234,7 @@ AslCommandLine ( + if (AslGbl_DoSignon) + { + printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); ++ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); + if (AslGbl_IgnoreErrors) + { + printf ("Ignoring all errors, forcing AML file generation\n\n"); +@@ -866,6 +867,7 @@ AslDoOptions ( + case '^': + + printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); ++ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); + exit (0); + + case 'a': +@@ -879,6 +881,7 @@ AslDoOptions ( + + printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); + printf (ACPI_COMMON_BUILD_TIME); ++ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); + exit (0); + + case 'e': 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 -- cgit v1.2.3