summaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/acpica-unix2-20200925_iasl.patch
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-02 08:23:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-11-22 22:28:03 +0000
commit274c3faf093317b835ef3622dff994754209da89 (patch)
tree53ccfcf12bdbf7b7ff0fddfbe87949d38efdcac9 /util/crossgcc/patches/acpica-unix2-20200925_iasl.patch
parentc248382d5200c15bcb97176c0fd6a8f4ef66343d (diff)
crossgcc: Upgrade IASL to version 20200925
This release added support for SMBus predefined names: _SBA, _SBI, _SBR, _SBT and _SBW. CB:44507 and CB:41735 needs this version. Change log: https://acpica.org/node/184 Change-Id: I3559e5bd884db4dccdaa5ac7edba4faf57da7930 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45750 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Diffstat (limited to 'util/crossgcc/patches/acpica-unix2-20200925_iasl.patch')
-rw-r--r--util/crossgcc/patches/acpica-unix2-20200925_iasl.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/util/crossgcc/patches/acpica-unix2-20200925_iasl.patch b/util/crossgcc/patches/acpica-unix2-20200925_iasl.patch
new file mode 100644
index 0000000000..55adb83af2
--- /dev/null
+++ b/util/crossgcc/patches/acpica-unix2-20200925_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':