- 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
This commit is contained in:
parent
cef5e13a42
commit
b59ee918c2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a2fbb875af68ef0e04f4143caa2d1e389a0ae2cec96bca3839506ee7d678abe
|
||||
size 3344836
|
3
fwts-V15.08.00.tar.gz
Normal file
3
fwts-V15.08.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7bc282ea0f0d545c76625cbb1ffa1bad12b01f9ccb580f25f397ee5769eb675
|
||||
size 3380933
|
48
fwts.changes
48
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user