From 055c6d5c349c6e12842d4ba6cf4235642dabc3de Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sat, 24 Feb 2024 18:52:54 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80721 Reviewed-by: Varshit Pandya Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- util/crossgcc/patches/acpica-R06_28_23_iasl.patch | 28 ---------------------- .../patches/acpica-unix-20230628_iasl.patch | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 util/crossgcc/patches/acpica-R06_28_23_iasl.patch create mode 100644 util/crossgcc/patches/acpica-unix-20230628_iasl.patch (limited to 'util/crossgcc/patches') diff --git a/util/crossgcc/patches/acpica-R06_28_23_iasl.patch b/util/crossgcc/patches/acpica-R06_28_23_iasl.patch deleted file mode 100644 index 55adb83af2..0000000000 --- a/util/crossgcc/patches/acpica-R06_28_23_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-20230628_iasl.patch b/util/crossgcc/patches/acpica-unix-20230628_iasl.patch new file mode 100644 index 0000000000..55adb83af2 --- /dev/null +++ b/util/crossgcc/patches/acpica-unix-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': -- cgit v1.2.3