Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
crossgcc: Upgrade IASL to version 20200717

Summary of changes: https://acpica.org/node/183

Change-Id: Ib325fa5c37c32702c572ab56c99e1f8f785cbe53
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43554
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
---
M util/crossgcc/buildgcc
R util/crossgcc/patches/acpica-unix2-20200717_iasl.patch
D util/crossgcc/sum/acpica-unix2-20200528.tar.gz.cksum
A util/crossgcc/sum/acpica-unix2-20200717.tar.gz.cksum
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 639ccb5..503ca50 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -40,7 +40,7 @@
GCC_AUTOCONF_VERSION=2.69
BINUTILS_VERSION=2.35
GDB_VERSION=9.2
-IASL_VERSION=20200528
+IASL_VERSION=20200717
PYTHON_VERSION=3.8.5
EXPAT_VERSION=2.2.9
# CLANG version number
diff --git a/util/crossgcc/patches/acpica-unix2-20200528_iasl.patch b/util/crossgcc/patches/acpica-unix2-20200717_iasl.patch
similarity index 73%
rename from util/crossgcc/patches/acpica-unix2-20200528_iasl.patch
rename to util/crossgcc/patches/acpica-unix2-20200717_iasl.patch
index 3fac35d..01dec7c 100644
--- a/util/crossgcc/patches/acpica-unix2-20200528_iasl.patch
+++ b/util/crossgcc/patches/acpica-unix2-20200717_iasl.patch
@@ -1,6 +1,6 @@
-diff -Naur acpica-unix2-20200528_/source/compiler/asloptions.c acpica-unix2-20200528/source/compiler/asloptions.c > acpica-unix2-20200528_iasl.patch
---- acpica-unix2-20200528_/source/compiler/asloptions.c
-+++ acpica-unix2-20200528/source/compiler/asloptions.c
+diff -Naur acpica-unix2-20200717_/source/compiler/asloptions.c acpica-unix2-20200717/source/compiler/asloptions.c > acpica-unix2-20200717_iasl.patch
+--- acpica-unix2-20200717_/source/compiler/asloptions.c
++++ acpica-unix2-20200717/source/compiler/asloptions.c
@@ -126,6 +126,7 @@
if (Gbl_DoSignon)
{
diff --git a/util/crossgcc/sum/acpica-unix2-20200528.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20200528.tar.gz.cksum
deleted file mode 100644
index d2265e1..0000000
--- a/util/crossgcc/sum/acpica-unix2-20200528.tar.gz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-27afd4c05c966e9390fcc30bdf1f53ddb7d69033 tarballs/acpica-unix2-20200528.tar.gz
diff --git a/util/crossgcc/sum/acpica-unix2-20200717.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20200717.tar.gz.cksum
new file mode 100644
index 0000000..9bcfe83
--- /dev/null
+++ b/util/crossgcc/sum/acpica-unix2-20200717.tar.gz.cksum
@@ -0,0 +1 @@
+92b0177f36b5209e6a667808ca58ef7462c4a6c7 tarballs/acpica-unix2-20200717.tar.gz

To view, visit change 43554. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib325fa5c37c32702c572ab56c99e1f8f785cbe53
Gerrit-Change-Number: 43554
Gerrit-PatchSet: 4
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged