crossgcc: Upgrade IASL from 20211217 to 20220331
"REDUNDANT_OFFSET_REMARK" to ignore redundant offset remarks is not needed any more as it’s included upstream. Changes: https://acpica.org/node/199 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ice7f9a10051f7f62c53098161fd2f498d724c17d Reviewed-on: https://review.coreboot.org/c/coreboot/+/63279 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
28
util/crossgcc/patches/acpica-unix2-20220331_iasl.patch
Normal file
28
util/crossgcc/patches/acpica-unix2-20220331_iasl.patch
Normal file
@@ -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':
|
Reference in New Issue
Block a user