From b59ee918c281cf8ae1143628a4b4ce17268caa4ce69b19e31bd94a9a8e73fd56 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 20 Aug 2015 12:35:49 +0000 Subject: [PATCH] - Update to 15.08.00 * new features: + acpi: tpm2: Add ACPI TPM2 test + acpi: method: add support for _CPC revision 2 + acpi: add support for FPDT table (LP: #1476954) + acpi: add ACPI IORT test (LP: #1450440) + ACPICA: Update to version 20150717 (LP: #1475733) + acpi: Add support for MCHI Table (LP: #1478951) + acpi: Add support for STAO Table (LP: #1478957) + acpi: Add support for ASF! Table (LP: #1479736) + acpi: Add support for WDAT Table (LP: #1480257) * fixed bugs + acpi: add table names in test description + acpi: remove redundant tailing spaces - no functional changes + acpi: tcpa: fix incorrect comments - no functional changes + acpi: method: fix incorrect shift of 64-bit integer in CRS + acpi: acpidump: change FADT flag BIT20 to Hardware-reduce ACPI + acpi: update MADT GIC Distributor Structure and related tests + acpi: update MADT GICC Structure and related tests + acpi: fadt: update fadt_dsdt test with x_dsdt field + acpi: fadt: check RESET_REG_SUP before checking the reset register + acpi: method: refine _AEI control method + acpi: method: refine _EVT test + fwts: Better options handling for --dump + lib: Allow reading ACPI dump file by non-root user + acpi: XENV: fix a few spelling mistakes and fix up OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=13 --- fwts-V15.07.00.tar.gz | 3 --- fwts-V15.08.00.tar.gz | 3 +++ fwts.changes | 48 +++++++++++++++++++++++++++++++++++++++++++ fwts.spec | 4 ++-- 4 files changed, 53 insertions(+), 5 deletions(-) delete mode 100644 fwts-V15.07.00.tar.gz create mode 100644 fwts-V15.08.00.tar.gz diff --git a/fwts-V15.07.00.tar.gz b/fwts-V15.07.00.tar.gz deleted file mode 100644 index f07b924..0000000 --- a/fwts-V15.07.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a2fbb875af68ef0e04f4143caa2d1e389a0ae2cec96bca3839506ee7d678abe -size 3344836 diff --git a/fwts-V15.08.00.tar.gz b/fwts-V15.08.00.tar.gz new file mode 100644 index 0000000..0dec1d3 --- /dev/null +++ b/fwts-V15.08.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bc282ea0f0d545c76625cbb1ffa1bad12b01f9ccb580f25f397ee5769eb675 +size 3380933 diff --git a/fwts.changes b/fwts.changes index 703a872..11c6536 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Thu Aug 20 12:27:21 UTC 2015 - mpluskal@suse.com + +- Update to 15.08.00 + * new features: + + acpi: tpm2: Add ACPI TPM2 test + + acpi: method: add support for _CPC revision 2 + + acpi: add support for FPDT table (LP: #1476954) + + acpi: add ACPI IORT test (LP: #1450440) + + ACPICA: Update to version 20150717 (LP: #1475733) + + acpi: Add support for MCHI Table (LP: #1478951) + + acpi: Add support for STAO Table (LP: #1478957) + + acpi: Add support for ASF! Table (LP: #1479736) + + acpi: Add support for WDAT Table (LP: #1480257) + * fixed bugs + + acpi: add table names in test description + + acpi: remove redundant tailing spaces - no functional + changes + + acpi: tcpa: fix incorrect comments - no functional changes + + acpi: method: fix incorrect shift of 64-bit integer in CRS + + acpi: acpidump: change FADT flag BIT20 to Hardware-reduce + ACPI + + acpi: update MADT GIC Distributor Structure and related + tests + + acpi: update MADT GICC Structure and related tests + + acpi: fadt: update fadt_dsdt test with x_dsdt field + + acpi: fadt: check RESET_REG_SUP before checking the reset + register + + acpi: method: refine _AEI control method + + acpi: method: refine _EVT test + + fwts: Better options handling for --dump + + lib: Allow reading ACPI dump file by non-root user + + acpi: XENV: fix a few spelling mistakes and fix up + copyright + + acpi: LPIT: remove duplicate "LPIT" from test description + + acpi: HPET: fix typo in HPET description field + + acpi: iort: fix build warning on older versions of GCC + + lib: fwts_framework: remove dubious total of + --show-tests-full + + acpidump: update mchi to latest revision of MCHI + specification + + lib: fix build error on non-Intel platforms + + acpi: correct ASF! table definitions + + lib: acpi.h: clean up comments and code - add more + references + + cpu/cpufreq: Iterate over the correct number of CPUs + in test_sw_any + ------------------------------------------------------------------- Tue Jul 14 09:13:11 UTC 2015 - mpluskal@suse.com diff --git a/fwts.spec b/fwts.spec index c27f2f1..12b9989 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,7 +17,7 @@ Name: fwts -Version: 15.07.00 +Version: 15.08.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0+ @@ -64,7 +64,7 @@ autoreconf -fiv make %{?_smp_mflags} %install -%make_install +make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print install -D -m 0644 data/klog.json %{buildroot}%{_datadir}/%{name}/klog.json install -D -m 0644 data/syntaxcheck.json %{buildroot}%{_datadir}/%{name}/syntaxcheck.json