From afa5383fdced8829689894a1833162b7361d9224 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 29 Jun 2023 20:43:20 +0200 Subject: crossgcc: Upgrade IASL from 20230331 to 20230628 Changes: https://acpica.org/node/204 Change-Id: I4a1be7ffa6cb363d3fe0cddc59f0f4283fcc5257 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/76164 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- util/crossgcc/buildgcc | 2 +- .../patches/acpica-unix2-20230331_iasl.patch | 28 ---------------------- .../patches/acpica-unix2-20230628_iasl.patch | 28 ++++++++++++++++++++++ .../sum/acpica-unix2-20230331.tar.gz.cksum | 1 - .../sum/acpica-unix2-20230628.tar.gz.cksum | 1 + 5 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 util/crossgcc/patches/acpica-unix2-20230331_iasl.patch create mode 100644 util/crossgcc/patches/acpica-unix2-20230628_iasl.patch delete mode 100644 util/crossgcc/sum/acpica-unix2-20230331.tar.gz.cksum create mode 100644 util/crossgcc/sum/acpica-unix2-20230628.tar.gz.cksum (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 25ddc8689d..e994e7630a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,7 +39,7 @@ MPFR_VERSION=4.2.0 MPC_VERSION=1.3.1 GCC_VERSION=11.3.0 BINUTILS_VERSION=2.40 -IASL_VERSION=20230331 +IASL_VERSION=20230628 # CLANG version number CLANG_VERSION=16.0.6 CMAKE_VERSION=3.26.4 diff --git a/util/crossgcc/patches/acpica-unix2-20230331_iasl.patch b/util/crossgcc/patches/acpica-unix2-20230331_iasl.patch deleted file mode 100644 index 55adb83af2..0000000000 --- a/util/crossgcc/patches/acpica-unix2-20230331_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-unix2-20230628_iasl.patch b/util/crossgcc/patches/acpica-unix2-20230628_iasl.patch new file mode 100644 index 0000000000..55adb83af2 --- /dev/null +++ b/util/crossgcc/patches/acpica-unix2-20230628_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-unix2-20230331.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20230331.tar.gz.cksum deleted file mode 100644 index 15ede7fab6..0000000000 --- a/util/crossgcc/sum/acpica-unix2-20230331.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -acabfd29a32ba2feadff7d65d3de98816c80c89a tarballs/acpica-unix2-20230331.tar.gz diff --git a/util/crossgcc/sum/acpica-unix2-20230628.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20230628.tar.gz.cksum new file mode 100644 index 0000000000..e4a83af66e --- /dev/null +++ b/util/crossgcc/sum/acpica-unix2-20230628.tar.gz.cksum @@ -0,0 +1 @@ +7bdf0962efd6a24f36a5f7e366cc7257e3e6f23d tarballs/acpica-unix2-20230628.tar.gz -- cgit v1.2.3