diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-11-17 19:27:37 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2022-01-28 16:35:13 +0000 |
commit | ad3828e3ce5f19776a94bd0e49057d89802f4203 (patch) | |
tree | 8b303d314d5947038aa3afc6a0ed93fdd853c87c /util/crossgcc/patches/acpica-unix2-20211217_iasl.patch | |
parent | 28fa297901ffd158631cfc9f562f38119eff628e (diff) |
crossgcc: Update acpica from 20210331 to 20211217
Changes:
Version 20211217: https://acpica.org/node/197
Version 20210930: https://acpica.org/node/196
Version 20210730: https://acpica.org/node/195
Version 20210604: https://acpica.org/node/193
Change-Id: I3a03b74e95f910b50aa2f7ce502b1e9ad5b6df37
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59174
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/crossgcc/patches/acpica-unix2-20211217_iasl.patch')
-rw-r--r-- | util/crossgcc/patches/acpica-unix2-20211217_iasl.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/util/crossgcc/patches/acpica-unix2-20211217_iasl.patch b/util/crossgcc/patches/acpica-unix2-20211217_iasl.patch new file mode 100644 index 0000000000..55adb83af2 --- /dev/null +++ b/util/crossgcc/patches/acpica-unix2-20211217_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': |