From accd74f4be1655f8312aac940feae836545f61c33910c5565c7ccba804da2922 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 29 May 2019 12:19:02 +0000 Subject: [PATCH] - Update to version 19.05.00: * ACPICA: Update to version 20190509 * Add support for Hygon Dhyana CPU * dmicheck: update supported SMBIOS version * acpi/method: check full and battery power if acpi_video0 exists * dmicheck: checks type length vs. SMBIOS versions * dmicheck: add Type 1's Field 25 & 26 as used by kernel * apic: apicedge: fix typo in error messages * cpufreq: change from abort to skip when cpufreq cannot run * kernel:version: change ACPI version to ACPICA version * pci:crs: fix an indentation error * acpi: s3: check sleep type for output messages * snapcraft: update to core18 * acpica: re-work fwts / iasl interface to work with latest ACPICA * fwts-test: refresh syntaxcheck test output * fwts-test/syntaxcheck: refresh syntaxcheck test output * fwts_acpica: don't add in RSDP or null table entries to XSDT or RSDT (LP: #1829167) - Changes for version 19.03.00: * acpi: madt: Add support for ACPI 6.3 * lib: fwts_acpi_tables: add a new function to check reserved values * lib: fwts_acpi_tables: rename fwts_acpi_subtable_length_check * srat: replace structure length checks by fwts_acpi_structure_length_check * acpi: refactor all table length checks to fwts_acpi_table_length_check * README: update installing fwts by "sudo make install" * acpi/fadt: reject 5.0 tables with ARM specific attributes set * acpi/iort: permit SMMU model values of 4 and 5 * acpi/iort: fix error in SMMU node length check * ACPICA: fix IASL building issues with gcc-9 and --as-needed linker option OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=89 --- fwts-V19.02.00.tar.gz | 3 --- fwts-V19.05.00.tar.gz | 3 +++ fwts.changes | 32 ++++++++++++++++++++++++++++++++ fwts.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 fwts-V19.02.00.tar.gz create mode 100644 fwts-V19.05.00.tar.gz diff --git a/fwts-V19.02.00.tar.gz b/fwts-V19.02.00.tar.gz deleted file mode 100644 index 6499b94..0000000 --- a/fwts-V19.02.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6a996a861dc60db133a2429f9db230cd73e52d68fe5d3272c4955aa515460af -size 3763475 diff --git a/fwts-V19.05.00.tar.gz b/fwts-V19.05.00.tar.gz new file mode 100644 index 0000000..d1067d9 --- /dev/null +++ b/fwts-V19.05.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95eda30f6883be2fe1847938cb925791724c3a37ba84285d3a1f00890bfd11b +size 3784213 diff --git a/fwts.changes b/fwts.changes index 637ba02..e1c98bb 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed May 29 12:17:03 UTC 2019 - Martin Pluskal + +- Update to version 19.05.00: + * ACPICA: Update to version 20190509 + * Add support for Hygon Dhyana CPU + * dmicheck: update supported SMBIOS version + * acpi/method: check full and battery power if acpi_video0 exists + * dmicheck: checks type length vs. SMBIOS versions + * dmicheck: add Type 1's Field 25 & 26 as used by kernel + * apic: apicedge: fix typo in error messages + * cpufreq: change from abort to skip when cpufreq cannot run + * kernel:version: change ACPI version to ACPICA version + * pci:crs: fix an indentation error + * acpi: s3: check sleep type for output messages + * snapcraft: update to core18 + * acpica: re-work fwts / iasl interface to work with latest ACPICA + * fwts-test: refresh syntaxcheck test output + * fwts-test/syntaxcheck: refresh syntaxcheck test output + * fwts_acpica: don't add in RSDP or null table entries to XSDT or RSDT (LP: #1829167) +- Changes for version 19.03.00: + * acpi: madt: Add support for ACPI 6.3 + * lib: fwts_acpi_tables: add a new function to check reserved values + * lib: fwts_acpi_tables: rename fwts_acpi_subtable_length_check + * srat: replace structure length checks by fwts_acpi_structure_length_check + * acpi: refactor all table length checks to fwts_acpi_table_length_check + * README: update installing fwts by "sudo make install" + * acpi/fadt: reject 5.0 tables with ARM specific attributes set + * acpi/iort: permit SMMU model values of 4 and 5 + * acpi/iort: fix error in SMMU node length check + * ACPICA: fix IASL building issues with gcc-9 and --as-needed linker option + ------------------------------------------------------------------- Tue Mar 5 11:14:09 UTC 2019 - Martin Pluskal diff --git a/fwts.spec b/fwts.spec index 23cfc10..fe3c0a0 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,7 +17,7 @@ Name: fwts -Version: 19.02.00 +Version: 19.05.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later