summaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/acpica-unix2-20230331_iasl.patch
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-04-06 21:06:39 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-05-25 20:18:36 +0000
commit9c599c8b30eca53292cc9af6b01718ac8de46807 (patch)
tree06dde80c45b783676dc015ecc2876702ab31801c /util/crossgcc/patches/acpica-unix2-20230331_iasl.patch
parent20ce90154ecd0a93b20d4c21c06b822fa249bbf0 (diff)
crossgcc: Upgrade IASL from 20221020 to 20230331
Changes: https://acpica.org/node/202 Change-Id: I43fc180bd51ff7cb06a67619c8350d28b086bc90 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74272 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'util/crossgcc/patches/acpica-unix2-20230331_iasl.patch')
-rw-r--r--util/crossgcc/patches/acpica-unix2-20230331_iasl.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/util/crossgcc/patches/acpica-unix2-20230331_iasl.patch b/util/crossgcc/patches/acpica-unix2-20230331_iasl.patch
new file mode 100644
index 0000000000..55adb83af2
--- /dev/null
+++ b/util/crossgcc/patches/acpica-unix2-20230331_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':