- Update to 15.06.00
* lib: acpi: add an acpi category * live-image/fwts-frontend-text: add selections of acpi and uefi tests * acpi: add tests to acpi category * acpi: fwts-tests: Remove redundant tailing space and update fwts-tests * auto-packager: mkpackage.sh: remove lucid * auto-packager: mkpackage.sh: add wily * acpi: Add SPCR ACPI table check (LP: #1433604) * dmi: dmicheck: add 4 new DMI chassis types * uefi: uefirtvariable: Add invalid NULL parameter sanity checks * lib: fwts_acpi_tables: print correct pathname on error * lib: fwts_acpi_tables: set count correctly on error * lib: fwts_acpi_tables: only attempt to open a dumpfile if name is defined * pci: aspm: check that a table exists, fixes segv on arm64 * lib: fwts_smbios: only scan memory for DMI table if x86 * acpi: spcr: remove unnecessary include files and fix ARM build issue * pci: maxreadreq: skip test if /sys/bus/pci/devices is not available * acpi: spcr: issue a passed message if SPCR test passes * lib: fwts_alloc: provide fallback low memory allocator strategy (LP: #1452168) * bios: mtrr: fix memory leak on mtrr entries * hotkey: only process reads of hotkey events that are at least the correct length * uefi: uefirtvariable: fix incorrect buffer size being passed * lib: fwts_acpi_tables: enforce stricter table loading checks OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=9
This commit is contained in:
parent
202369ab4c
commit
1a3e682f37
3
fwts-V15.06.00.tar.gz
Normal file
3
fwts-V15.06.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61a7b4f1e3005e849f42d68539eb97c17a294554d9b734a28859c0f1a01bfdbd
|
||||
size 3125714
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9926baa672159e7990abcfd10c003db8dc0db6a45212189e00ae217504c1fa26
|
||||
size 3097112
|
65
fwts.changes
65
fwts.changes
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 09:02:41 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 15.06.00
|
||||
* lib: acpi: add an acpi category
|
||||
* live-image/fwts-frontend-text: add selections of acpi and uefi
|
||||
tests
|
||||
* acpi: add tests to acpi category
|
||||
* acpi: fwts-tests: Remove redundant tailing space and update
|
||||
fwts-tests
|
||||
* auto-packager: mkpackage.sh: remove lucid
|
||||
* auto-packager: mkpackage.sh: add wily
|
||||
* acpi: Add SPCR ACPI table check (LP: #1433604)
|
||||
* dmi: dmicheck: add 4 new DMI chassis types
|
||||
* uefi: uefirtvariable: Add invalid NULL parameter sanity checks
|
||||
* lib: fwts_acpi_tables: print correct pathname on error
|
||||
* lib: fwts_acpi_tables: set count correctly on error
|
||||
* lib: fwts_acpi_tables: only attempt to open a dumpfile if name
|
||||
is defined
|
||||
* pci: aspm: check that a table exists, fixes segv on arm64
|
||||
* lib: fwts_smbios: only scan memory for DMI table if x86
|
||||
* acpi: spcr: remove unnecessary include files and fix ARM build
|
||||
issue
|
||||
* pci: maxreadreq: skip test if /sys/bus/pci/devices is not
|
||||
available
|
||||
* acpi: spcr: issue a passed message if SPCR test passes
|
||||
* lib: fwts_alloc: provide fallback low memory allocator strategy
|
||||
(LP: #1452168)
|
||||
* bios: mtrr: fix memory leak on mtrr entries
|
||||
* hotkey: only process reads of hotkey events that are at least
|
||||
the correct length
|
||||
* uefi: uefirtvariable: fix incorrect buffer size being passed
|
||||
* lib: fwts_acpi_tables: enforce stricter table loading checks
|
||||
* lib: acpica: explicitly set buffer to NULL to remove cppcheck
|
||||
warning
|
||||
* acpica: fwts_iasl_interface: clean up static analyzer warning
|
||||
on freopen
|
||||
* lib: fwts_pipe: clean up static analyzer warning on freopen
|
||||
* uefi: efi_runtime: eliminate confusing error message of
|
||||
get_variable
|
||||
* acpi: method: _PRS is not mandatory method
|
||||
* acpi: acpitables: FADT: Ignore fields at offset 46 through 108
|
||||
for HW_REDUCED_ACPI
|
||||
* efi_runtime: get_nextvariablename: Fix bug of name string copy
|
||||
* fwts: Add fwts_firmware_has_features
|
||||
* fwts: Only run firmware detection once
|
||||
* fwts: Allow tests to be conditional on available features
|
||||
* fwts: Print names of missing features, rather than a cryptic
|
||||
bitmask
|
||||
* fwts: Add FWTS_FW_FEATURE_DEVICETREE
|
||||
* fwts: Add OPAL firmware type
|
||||
* cpu/cpufreq: Don't reparse cpu information
|
||||
* cpu/cpufreq: hz_almost_equal is unused if !FWTS_ARCH_INTEL
|
||||
* cpu/cpufreq: Add a separate cpufreq consistency test
|
||||
* cpu/cpufreq: Add test for duplicate entries in cpufreq tables
|
||||
* cpu/cpufreq: Do bios limit and claimed max checks as separate
|
||||
tests
|
||||
* cpu/cpufreq: Refactor CPU performance tests
|
||||
* cpu/cpufreq: Always check that cpufreq changes have taken
|
||||
* fwts: Use linux perf counters for cpu benchmarking
|
||||
* fwts: Use gettimeofday for cpu benchmark
|
||||
* fwts: scale cpu benchmark results to one second
|
||||
* cpu/cpufreq: Only run performance tests on master threads
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 17:08:55 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: fwts
|
||||
Version: 15.03.01
|
||||
Version: 15.06.00
|
||||
Release: 0
|
||||
Summary: Firmware Test Suite
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: https://wiki.ubuntu.com/Kernel/Reference/fwts
|
||||
Source0: http://fwts.ubuntu.com/release/%{name}-v%{version}.tar.gz
|
||||
# upstream seems to randomly change upper and lover case "v" in tarball name
|
||||
Source0: http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz
|
||||
Patch0: json-c-includes.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
Loading…
Reference in New Issue
Block a user