crossgcc: Upgrade acpica to version 20190509
Changes: https://acpica.org/node/170 Change-Id: I6779a20005ffc0d4781bb60de3ba48759ef67d40 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32721 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
e429d86655
commit
c15e600490
|
@ -54,7 +54,7 @@ GCC_VERSION=8.3.0
|
|||
GCC_AUTOCONF_VERSION=2.69
|
||||
BINUTILS_VERSION=2.32
|
||||
GDB_VERSION=8.2.1
|
||||
IASL_VERSION=20190215
|
||||
IASL_VERSION=20190509
|
||||
PYTHON_VERSION=3.7.2
|
||||
EXPAT_VERSION=2.2.6
|
||||
# CLANG version number
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
diff -Naur acpica-unix2-20190215_/source/compiler/asloptions.c acpica-unix2-20190215/source/compiler/asloptions.c > acpica-unix2-20190215_iasl.patch
|
||||
--- acpica-unix2-20190108_/source/compiler/asloptions.c
|
||||
+++ acpica-unix2-20190108/source/compiler/asloptions.c
|
||||
diff -Naur acpica-unix2-20190509_/source/compiler/asloptions.c acpica-unix2-20190509/source/compiler/asloptions.c > acpica-unix2-20190509_iasl.patch
|
||||
--- acpica-unix2-20190509_/source/compiler/asloptions.c
|
||||
+++ acpica-unix2-20190509/source/compiler/asloptions.c
|
||||
@@ -126,6 +126,7 @@
|
||||
if (Gbl_DoSignon)
|
||||
{
|
|
@ -1 +0,0 @@
|
|||
82d729cb09edc50ee11669651683ca5a5c0f4d5a tarballs/acpica-unix2-20190215.tar.gz
|
|
@ -0,0 +1 @@
|
|||
aa4d4f8051800e84a5ed5b71635594aaca749e8d tarballs/acpica-unix2-20190509.tar.gz
|
Loading…
Reference in New Issue