summaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/acpica-unix-20230628_iasl.patch
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2024-04-04 13:36:09 +0000
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-05-14 23:35:39 +0000
commit41fdb882f1f0c3cda41651c2e9c920580415a0dc (patch)
tree779d7335cb8de99d73a696a01a403e6d58de272d /util/crossgcc/patches/acpica-unix-20230628_iasl.patch
parent6b4036ee9ee43910757140830a74ba851cd4668f (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/patches/acpica-unix-20230628_iasl.patch')
-rw-r--r--util/crossgcc/patches/acpica-unix-20230628_iasl.patch28
1 files changed, 0 insertions, 28 deletions
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':