HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31443
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
crossgcc: Update acpica to version 20190215
0) Support for ACPI specification version 6.3:
Add PCC operation region support for the AML interpreter. This adds PCC operation region support in the AML interpreter and a default handler for acpiexec. The change also renames the PCC region address space keyword to PlatformCommChannel.
Support for new predefined methods _NBS, _NCH, _NIC, _NIH, and _NIG. These methods provide OSPM with health information and device boot status.
PDTT: Add TriggerOrder to the PCC Identifier structure. The field value defines if the trigger needs to be invoked by OSPM before or at the end of kernel crash dump processing/handling operation.
SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT is used for describing devices such as heterogeneous processors, accelerators, GPUs, and IO devices with integrated compute or DMA engines.
MADT: Add support for statistical profiling in GICC. Statistical profiling extension (SPE) is an architecture-specific feature for ARM.
MADT: Add online capable flag. If this bit is set, system hardware supports enabling this processor during OS runtime.
New Error Disconnect Recover Notification value. There are a number of scenarios where system Firmware in collaboration with hardware may disconnect one or more devices from the rest of the system for purposes of error containment. Firmware can use this new notification value to alert OSPM of such a removal.
PPTT: New additional fields in Processor Structure Flags. These flags provide more information about processor topology.
NFIT/Disassembler: Change a field name from "Address Range" to "Region Type".
HMAT updates: make several existing fields to be reserved as well as rename subtable 0 to "memory proximity domain attributes".
GTDT: Add support for new GTDT Revision 3. This revision adds information for the EL2 timer.
iASL: Update the HMAT example template for new fields.
iASL: Add support for the new revision of the GTDT (Rev 3).
More changes in this version at https://acpica.org/node/166
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/include/arch/acpi.h M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190215_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum 5 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/1
diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h index a83302d..b5dd435 100644 --- a/src/arch/x86/include/arch/acpi.h +++ b/src/arch/x86/include/arch/acpi.h @@ -71,7 +71,7 @@ */ #define COREBOOT_ACPI_ID "BOOT" /* ACPI ID for coreboot HIDs */
-#define ASL_REVISION 20190108 +#define ASL_REVISION 20190215
/* List of ACPI HID that use the coreboot ACPI ID */ enum coreboot_acpi_ids { diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 019b011..c6d7986 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -54,7 +54,7 @@ GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.32 GDB_VERSION=8.2.1 -IASL_VERSION=20190108 +IASL_VERSION=20190215 PYTHON_VERSION=3.7.2 EXPAT_VERSION=2.2.6 # CLANG version number diff --git a/util/crossgcc/patches/acpica-unix2-20190108_iasl.patch b/util/crossgcc/patches/acpica-unix2-20190215_iasl.patch similarity index 84% rename from util/crossgcc/patches/acpica-unix2-20190108_iasl.patch rename to util/crossgcc/patches/acpica-unix2-20190215_iasl.patch index 6532255..c4f6052 100644 --- a/util/crossgcc/patches/acpica-unix2-20190108_iasl.patch +++ b/util/crossgcc/patches/acpica-unix2-20190215_iasl.patch @@ -1,4 +1,4 @@ -diff -Naur acpica-unix2-20190108_/source/compiler/asloptions.c acpica-unix2-20190108/source/compiler/asloptions.c > acpica-unix2-20190108_iasl.patch +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 @@ -126,6 +126,7 @@ diff --git a/util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum deleted file mode 100644 index c5cfb4c..0000000 --- a/util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -50d96dd38b89c69260ad209cf61035cda1fcdd67 tarballs/acpica-unix2-20190108.tar.gz diff --git a/util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum new file mode 100644 index 0000000..310454d --- /dev/null +++ b/util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum @@ -0,0 +1 @@ +82d729cb09edc50ee11669651683ca5a5c0f4d5a tarballs/acpica-unix2-20190215.tar.gz
HAOUAS Elyes has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
crossgcc: Update acpica to version 20190215
Support for ACPI specification version 6.3:
Add PCC operation region support for the AML interpreter. This adds PCC operation region support in the AML interpreter and a default handler for acpiexec. The change also renames the PCC region address space keyword to PlatformCommChannel.
Support for new predefined methods _NBS, _NCH, _NIC, _NIH, and _NIG. These methods provide OSPM with health information and device boot status.
PDTT: Add TriggerOrder to the PCC Identifier structure. The field value defines if the trigger needs to be invoked by OSPM before or at the end of kernel crash dump processing/handling operation.
SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT is used for describing devices such as heterogeneous processors, accelerators, GPUs, and IO devices with integrated compute or DMA engines.
MADT: Add support for statistical profiling in GICC. Statistical profiling extension (SPE) is an architecture-specific feature for ARM.
MADT: Add online capable flag. If this bit is set, system hardware supports enabling this processor during OS runtime.
New Error Disconnect Recover Notification value. There are a number of scenarios where system Firmware in collaboration with hardware may disconnect one or more devices from the rest of the system for purposes of error containment. Firmware can use this new notification value to alert OSPM of such a removal.
PPTT: New additional fields in Processor Structure Flags. These flags provide more information about processor topology.
NFIT/Disassembler: Change a field name from "Address Range" to "Region Type".
HMAT updates: make several existing fields to be reserved as well as rename subtable 0 to "memory proximity domain attributes".
GTDT: Add support for new GTDT Revision 3. This revision adds information for the EL2 timer.
iASL: Update the HMAT example template for new fields.
iASL: Add support for the new revision of the GTDT (Rev 3).
More changes in this version at https://acpica.org/node/166
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/include/arch/acpi.h M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190215_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum 5 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/2
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31443
to look at the new patch set (#3).
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
crossgcc: Update acpica to version 20190215
Support for ACPI specification version 6.3:
Add PCC operation region support for the AML interpreter. This adds PCC operation region support in the AML interpreter and a default handler for acpiexec. The change also renames the PCC region address space keyword to PlatformCommChannel.
Support for new predefined methods _NBS, _NCH, _NIC, _NIH, and _NIG. These methods provide OSPM with health information and device boot status.
PDTT: Add TriggerOrder to the PCC Identifier structure. The field value defines if the trigger needs to be invoked by OSPM before or at the end of kernel crash dump processing/handling operation.
SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT is used for describing devices such as heterogeneous processors, accelerators, GPUs, and IO devices with integrated compute or DMA engines.
MADT: Add support for statistical profiling in GICC. Statistical profiling extension (SPE) is an architecture-specific feature for ARM.
MADT: Add online capable flag. If this bit is set, system hardware supports enabling this processor during OS runtime.
New Error Disconnect Recover Notification value. There are a number of scenarios where system Firmware in collaboration with hardware may disconnect one or more devices from the rest of the system for purposes of error containment. Firmware can use this new notification value to alert OSPM of such a removal.
PPTT: New additional fields in Processor Structure Flags. These flags provide more information about processor topology.
NFIT/Disassembler: Change a field name from "Address Range" to "Region Type".
HMAT updates: make several existing fields to be reserved as well as rename subtable 0 to "memory proximity domain attributes".
GTDT: Add support for new GTDT Revision 3. This revision adds information for the EL2 timer.
iASL: Update the HMAT example template for new fields.
iASL: Add support for the new revision of the GTDT (Rev 3).
More changes in this version at https://acpica.org/node/166
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190215_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum 4 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/3
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
Patch Set 5: Code-Review+1
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
Patch Set 7:
Please, Why GIZMOSPHERE_GIZMO2 failed ?
Hello Kyösti Mälkki, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31443
to look at the new patch set (#9).
Change subject: crossgcc: Upgrade acpica to version 20190329 ......................................................................
crossgcc: Upgrade acpica to version 20190329
Changes in this version at https://acpica.org/node/168
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190329_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190329.tar.gz.cksum 4 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/9
Hello Kyösti Mälkki, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31443
to look at the new patch set (#11).
Change subject: crossgcc: (rebased on 31554 - don't merge) Upgrade acpica to version 20190329 ......................................................................
crossgcc: (rebased on 31554 - don't merge) Upgrade acpica to version 20190329
Changes in this version at https://acpica.org/node/168
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190329_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190329.tar.gz.cksum 4 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/11
Hello Kyösti Mälkki, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31443
to look at the new patch set (#12).
Change subject: crossgcc: (rebased on 31554 - FIXME before merge) Upgrade acpica to version 20190329 ......................................................................
crossgcc: (rebased on 31554 - FIXME before merge) Upgrade acpica to version 20190329
this will fail if rebased on latest merged change. please see "Patch Set 9"
Changes in this version at https://acpica.org/node/168
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190329_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190329.tar.gz.cksum 4 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/12
Hello Kyösti Mälkki, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31443
to look at the new patch set (#13).
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
crossgcc: Update acpica to version 20190215
Support for ACPI specification version 6.3:
Add PCC operation region support for the AML interpreter. This adds PCC operation region support in the AML interpreter and a default handler for acpiexec. The change also renames the PCC region address space keyword to PlatformCommChannel.
Support for new predefined methods _NBS, _NCH, _NIC, _NIH, and _NIG. These methods provide OSPM with health information and device boot status.
PDTT: Add TriggerOrder to the PCC Identifier structure. The field value defines if the trigger needs to be invoked by OSPM before or at the end of kernel crash dump processing/handling operation.
SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT is used for describing devices such as heterogeneous processors, accelerators, GPUs, and IO devices with integrated compute or DMA engines.
MADT: Add support for statistical profiling in GICC. Statistical profiling extension (SPE) is an architecture-specific feature for ARM.
MADT: Add online capable flag. If this bit is set, system hardware supports enabling this processor during OS runtime.
New Error Disconnect Recover Notification value. There are a number of scenarios where system Firmware in collaboration with hardware may disconnect one or more devices from the rest of the system for purposes of error containment. Firmware can use this new notification value to alert OSPM of such a removal.
PPTT: New additional fields in Processor Structure Flags. These flags provide more information about processor topology.
NFIT/Disassembler: Change a field name from "Address Range" to "Region Type".
HMAT updates: make several existing fields to be reserved as well as rename subtable 0 to "memory proximity domain attributes".
GTDT: Add support for new GTDT Revision 3. This revision adds information for the EL2 timer.
iASL: Update the HMAT example template for new fields.
iASL: Add support for the new revision of the GTDT (Rev 3).
More changes in this version at https://acpica.org/node/166
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190215_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum 4 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/13
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Upgrade acpica to version 20190329 ......................................................................
Set Ready For Review
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Upgrade acpica to version 20190329 ......................................................................
Patch Set 15:
This looks like a bug in IASL, but I don't see where it came from.
The error that's causing the failure is this: dsdt.asl 1950: Field (_SB.PCI0.I2C2.PMIC.GPOP, ByteAcc, NoLock, Preserve) Error 6100 - ^ Host Operation Region requires ByteAcc access
This obviously IS requesting ByteAccess, so I'll need to trace the issue through IASL to see where it thinks the issue is.
Martin Roth has removed a vote on this change.
Change subject: crossgcc: Upgrade acpica to version 20190329 ......................................................................
Removed Verified+1 by build bot (Jenkins) no-reply@coreboot.org
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Upgrade acpica to version 20190329 ......................................................................
Patch Set 15:
Removed Verified+1 by build bot (Jenkins) no-reply@coreboot.org
There is a problem also in current coreboot tree. please see https://review.coreboot.org/#/c/coreboot/+/32128/
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Upgrade acpica to version 20190329 ......................................................................
Set Ready For Review
Hello Kyösti Mälkki, Paul Menzel, build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31443
to look at the new patch set (#16).
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
crossgcc: Update acpica to version 20190215
Support for ACPI specification version 6.3:
Add PCC operation region support for the AML interpreter. This adds PCC operation region support in the AML interpreter and a default handler for acpiexec. The change also renames the PCC region address space keyword to PlatformCommChannel.
Support for new predefined methods _NBS, _NCH, _NIC, _NIH, and _NIG. These methods provide OSPM with health information and device boot status.
PDTT: Add TriggerOrder to the PCC Identifier structure. The field value defines if the trigger needs to be invoked by OSPM before or at the end of kernel crash dump processing/handling operation.
SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT is used for describing devices such as heterogeneous processors, accelerators, GPUs, and IO devices with integrated compute or DMA engines.
MADT: Add support for statistical profiling in GICC. Statistical profiling extension (SPE) is an architecture-specific feature for ARM.
MADT: Add online capable flag. If this bit is set, system hardware supports enabling this processor during OS runtime.
New Error Disconnect Recover Notification value. There are a number of scenarios where system Firmware in collaboration with hardware may disconnect one or more devices from the rest of the system for purposes of error containment. Firmware can use this new notification value to alert OSPM of such a removal.
PPTT: New additional fields in Processor Structure Flags. These flags provide more information about processor topology.
NFIT/Disassembler: Change a field name from "Address Range" to "Region Type".
HMAT updates: make several existing fields to be reserved as well as rename subtable 0 to "memory proximity domain attributes".
GTDT: Add support for new GTDT Revision 3. This revision adds information for the EL2 timer.
iASL: Update the HMAT example template for new fields.
iASL: Add support for the new revision of the GTDT (Rev 3).
More changes in this version at https://acpica.org/node/166
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190215_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum 4 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/31443/16
Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
Patch Set 17: Code-Review+2
This change is ready for review.
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31443 )
Change subject: crossgcc: Update acpica to version 20190215 ......................................................................
crossgcc: Update acpica to version 20190215
Support for ACPI specification version 6.3:
Add PCC operation region support for the AML interpreter. This adds PCC operation region support in the AML interpreter and a default handler for acpiexec. The change also renames the PCC region address space keyword to PlatformCommChannel.
Support for new predefined methods _NBS, _NCH, _NIC, _NIH, and _NIG. These methods provide OSPM with health information and device boot status.
PDTT: Add TriggerOrder to the PCC Identifier structure. The field value defines if the trigger needs to be invoked by OSPM before or at the end of kernel crash dump processing/handling operation.
SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT is used for describing devices such as heterogeneous processors, accelerators, GPUs, and IO devices with integrated compute or DMA engines.
MADT: Add support for statistical profiling in GICC. Statistical profiling extension (SPE) is an architecture-specific feature for ARM.
MADT: Add online capable flag. If this bit is set, system hardware supports enabling this processor during OS runtime.
New Error Disconnect Recover Notification value. There are a number of scenarios where system Firmware in collaboration with hardware may disconnect one or more devices from the rest of the system for purposes of error containment. Firmware can use this new notification value to alert OSPM of such a removal.
PPTT: New additional fields in Processor Structure Flags. These flags provide more information about processor topology.
NFIT/Disassembler: Change a field name from "Address Range" to "Region Type".
HMAT updates: make several existing fields to be reserved as well as rename subtable 0 to "memory proximity domain attributes".
GTDT: Add support for new GTDT Revision 3. This revision adds information for the EL2 timer.
iASL: Update the HMAT example template for new fields.
iASL: Add support for the new revision of the GTDT (Rev 3).
More changes in this version at https://acpica.org/node/166
Change-Id: I3a825f568423c3a703ad1c13da976af322ed9de2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/31443 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net --- M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20190215_iasl.patch D util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum 4 files changed, 3 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 5e0199b..0951fb6 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -54,7 +54,7 @@ GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.32 GDB_VERSION=8.2.1 -IASL_VERSION=20190108 +IASL_VERSION=20190215 PYTHON_VERSION=3.7.2 EXPAT_VERSION=2.2.6 # CLANG version number diff --git a/util/crossgcc/patches/acpica-unix2-20190108_iasl.patch b/util/crossgcc/patches/acpica-unix2-20190215_iasl.patch similarity index 84% rename from util/crossgcc/patches/acpica-unix2-20190108_iasl.patch rename to util/crossgcc/patches/acpica-unix2-20190215_iasl.patch index 6532255..c4f6052 100644 --- a/util/crossgcc/patches/acpica-unix2-20190108_iasl.patch +++ b/util/crossgcc/patches/acpica-unix2-20190215_iasl.patch @@ -1,4 +1,4 @@ -diff -Naur acpica-unix2-20190108_/source/compiler/asloptions.c acpica-unix2-20190108/source/compiler/asloptions.c > acpica-unix2-20190108_iasl.patch +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 @@ -126,6 +126,7 @@ diff --git a/util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum deleted file mode 100644 index c5cfb4c..0000000 --- a/util/crossgcc/sum/acpica-unix2-20190108.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -50d96dd38b89c69260ad209cf61035cda1fcdd67 tarballs/acpica-unix2-20190108.tar.gz diff --git a/util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum new file mode 100644 index 0000000..310454d --- /dev/null +++ b/util/crossgcc/sum/acpica-unix2-20190215.tar.gz.cksum @@ -0,0 +1 @@ +82d729cb09edc50ee11669651683ca5a5c0f4d5a tarballs/acpica-unix2-20190215.tar.gz