From 80a9e4e0535b534e4c5f10eff0e2143e99541968fc34e185d8b5463eca8df070 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 5 Mar 2019 11:17:46 +0000 Subject: [PATCH] - Update to version 19.02.00: * klog.json: add an "IOAPIC .. not in IVRS" message * utilities: kernelscan: add AMD iommu for IVRS errors * acpi/method: check levels on full power and battery power * acpi: add address space types according to mantis 1965 (ACPI 6.2b) * acpi/pptt: check flags by revision (mantis 1870 for ACPI 6.2b) * acpi: pdtt: update flags defintion according to mantis 1867 (ACPI 6.3) * acpi/nfit: update memory mapping attributes (mantis 1873 for ACPI 6.3) * acpi/hmat: update for hmat revision 2 (mantis 1914 for ACPI 6.3) * acpi/madt: remove two reserved bytes (mantis 1934 for ACPI 6.3) * acpi/madt: update for Local APIC Flags (mantis 1948 for ACPI 6.3) * acpi/hmat: update System Locality Latency (mantis 1959 for ACPI 6.3) * acpi/method: add tests for NVDIMM control methods for ACPI 6.3 * acpiinfo: update ACPI and ACPICA versions * acpi/srat: add test for Generic Initiator (mantis 1904 for ACPI 6.3) * ACPICA: Update to version 20190215 * acpi: fix a typo in comment * fwts: fix up a handful of spelling mistakes * efi_runtime: fix access_ok build issues on 5.0 kernels * Makefiles: workaround address-of-packed-member warnings with gcc-9 * acpica: utdecode: fix missing comma in array declaration AcpiGbl_GenericNotify - Update to version 19.01.00: OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=87 --- fwts-V19.01.00.tar.gz | 3 --- fwts-V19.02.00.tar.gz | 3 +++ fwts.changes | 27 ++++++++++++++++++++++++++- fwts.spec | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 fwts-V19.01.00.tar.gz create mode 100644 fwts-V19.02.00.tar.gz diff --git a/fwts-V19.01.00.tar.gz b/fwts-V19.01.00.tar.gz deleted file mode 100644 index 77c1c52..0000000 --- a/fwts-V19.01.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23c9a7e9cb54a9344b4566e89289c5134b1ffc09c21f5b17cedd1e807401d51c -size 3762543 diff --git a/fwts-V19.02.00.tar.gz b/fwts-V19.02.00.tar.gz new file mode 100644 index 0000000..6499b94 --- /dev/null +++ b/fwts-V19.02.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a996a861dc60db133a2429f9db230cd73e52d68fe5d3272c4955aa515460af +size 3763475 diff --git a/fwts.changes b/fwts.changes index 63f3735..637ba02 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,7 +1,32 @@ +------------------------------------------------------------------- +Tue Mar 5 11:14:09 UTC 2019 - Martin Pluskal + +- Update to version 19.02.00: + * klog.json: add an "IOAPIC .. not in IVRS" message + * utilities: kernelscan: add AMD iommu for IVRS errors + * acpi/method: check levels on full power and battery power + * acpi: add address space types according to mantis 1965 (ACPI 6.2b) + * acpi/pptt: check flags by revision (mantis 1870 for ACPI 6.2b) + * acpi: pdtt: update flags defintion according to mantis 1867 (ACPI 6.3) + * acpi/nfit: update memory mapping attributes (mantis 1873 for ACPI 6.3) + * acpi/hmat: update for hmat revision 2 (mantis 1914 for ACPI 6.3) + * acpi/madt: remove two reserved bytes (mantis 1934 for ACPI 6.3) + * acpi/madt: update for Local APIC Flags (mantis 1948 for ACPI 6.3) + * acpi/hmat: update System Locality Latency (mantis 1959 for ACPI 6.3) + * acpi/method: add tests for NVDIMM control methods for ACPI 6.3 + * acpiinfo: update ACPI and ACPICA versions + * acpi/srat: add test for Generic Initiator (mantis 1904 for ACPI 6.3) + * ACPICA: Update to version 20190215 + * acpi: fix a typo in comment + * fwts: fix up a handful of spelling mistakes + * efi_runtime: fix access_ok build issues on 5.0 kernels + * Makefiles: workaround address-of-packed-member warnings with gcc-9 + * acpica: utdecode: fix missing comma in array declaration AcpiGbl_GenericNotify + ------------------------------------------------------------------- Thu Feb 14 13:22:58 UTC 2019 - Martin Pluskal -- Update to version 18.01.00: +- Update to version 19.01.00: * mtrr: check memory type above 4GB on AMD platforms * ACPICA: Update to version 20190108 * dmi: dmicheck: remove redundant new lines diff --git a/fwts.spec b/fwts.spec index 6bcb3ee..23cfc10 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,7 +17,7 @@ Name: fwts -Version: 19.01.00 +Version: 19.02.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later