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>
This commit is contained in:
Elyes HAOUAS 2020-10-02 08:23:01 +02:00 committed by Patrick Georgi
parent c248382d52
commit 274c3faf09
3 changed files with 14 additions and 12 deletions

View File

@ -40,7 +40,7 @@ GCC_VERSION=8.3.0
GCC_AUTOCONF_VERSION=2.69 GCC_AUTOCONF_VERSION=2.69
BINUTILS_VERSION=2.35 BINUTILS_VERSION=2.35
GDB_VERSION=9.2 GDB_VERSION=9.2
IASL_VERSION=20200717 IASL_VERSION=20200925
PYTHON_VERSION=3.8.5 PYTHON_VERSION=3.8.5
EXPAT_VERSION=2.2.9 EXPAT_VERSION=2.2.9
# CLANG version number # CLANG version number

View File

@ -1,27 +1,28 @@
diff -Naur acpica-unix2-20200717_/source/compiler/asloptions.c acpica-unix2-20200717/source/compiler/asloptions.c > acpica-unix2-20200717_iasl.patch diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c
--- acpica-unix2-20200717_/source/compiler/asloptions.c index 4bf9465ba..14c61a122 100644
+++ acpica-unix2-20200717/source/compiler/asloptions.c --- a/source/compiler/asloptions.c
@@ -126,6 +126,7 @@ +++ b/source/compiler/asloptions.c
if (Gbl_DoSignon) @@ -234,6 +234,7 @@ AslCommandLine (
if (AslGbl_DoSignon)
{ {
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); + printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
if (AslGbl_IgnoreErrors) if (AslGbl_IgnoreErrors)
{ {
printf ("Ignoring all errors, forcing AML file generation\n\n"); printf ("Ignoring all errors, forcing AML file generation\n\n");
@@ -753,6 +754,7 @@ @@ -866,6 +867,7 @@ AslDoOptions (
case '^': case '^':
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); + printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
exit (0); exit (0);
case 'a': case 'a':
@@ -766,6 +768,7 @@ @@ -879,6 +881,7 @@ AslDoOptions (
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
printf (ACPI_COMMON_BUILD_TIME); printf (ACPI_COMMON_BUILD_TIME);
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION); + printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
exit (0); exit (0);
case 'e': case 'e':

View File

@ -0,0 +1 @@
3d5fd9725e0229eb009685f4d356ffda488edc02 tarballs/acpica-unix2-20200925.tar.gz