crossgcc: Upgrade IASL from 20220331 to 20221020

Changes: https://acpica.org/node/201

Change-Id: I386a6757a318336bc616091afe0c4ed88cd89583
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68929
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Elyes Haouas
2022-10-27 23:10:42 +02:00
committed by Felix Singer
parent bbc8d912e8
commit a45ed44724
4 changed files with 2 additions and 2 deletions

View 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':