Accepting request 676175 from hardware
- Update to version 18.01.00: * mtrr: check memory type above 4GB on AMD platforms * ACPICA: Update to version 20190108 * dmi: dmicheck: remove redundant new lines * lib: fwts_ac_adapter: fix readdir(ac_power_dir) failing * lib: fwts_ac_adapter: fix failing to find AC directory * Update copyright year to 2019 * mtrr: fix incorrect mask on amd_sys_conf * sbbr: fadt: clean up major/minor version checking * acpi/madt: clean up indentation issue, remove tab * lib: fw_pm_method: move the sleep t_start time out of logind_on_signal (LP: #1809096) - Changes for version 18.12.00: * ACPICA: Update to version 20181213 * mtrr: allow uncached type for PCI prefetchable memory * lib: disable /dev/mem access on aarch64 * dmicheck: drop unaligned memcpy * lib: drop fwts_memcpy_unaligned * dmicheck: use dmi_load_file in preference to fwts_mmap OBS-URL: https://build.opensuse.org/request/show/676175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=38
This commit is contained in:
commit
8ccd9b60e6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d597d795a38d2158eb33f173a2fb75158cb673aa23731c6fe106d09d2a35b646
|
||||
size 3759637
|
3
fwts-V19.01.00.tar.gz
Normal file
3
fwts-V19.01.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23c9a7e9cb54a9344b4566e89289c5134b1ffc09c21f5b17cedd1e807401d51c
|
||||
size 3762543
|
23
fwts.changes
23
fwts.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 13:22:58 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 18.01.00:
|
||||
* mtrr: check memory type above 4GB on AMD platforms
|
||||
* ACPICA: Update to version 20190108
|
||||
* dmi: dmicheck: remove redundant new lines
|
||||
* lib: fwts_ac_adapter: fix readdir(ac_power_dir) failing
|
||||
* lib: fwts_ac_adapter: fix failing to find AC directory
|
||||
* Update copyright year to 2019
|
||||
* mtrr: fix incorrect mask on amd_sys_conf
|
||||
* sbbr: fadt: clean up major/minor version checking
|
||||
* acpi/madt: clean up indentation issue, remove tab
|
||||
* lib: fw_pm_method: move the sleep t_start time out of
|
||||
logind_on_signal (LP: #1809096)
|
||||
- Changes for version 18.12.00:
|
||||
* ACPICA: Update to version 20181213
|
||||
* mtrr: allow uncached type for PCI prefetchable memory
|
||||
* lib: disable /dev/mem access on aarch64
|
||||
* dmicheck: drop unaligned memcpy
|
||||
* lib: drop fwts_memcpy_unaligned
|
||||
* dmicheck: use dmi_load_file in preference to fwts_mmap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 09:21:45 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fwts
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fwts
|
||||
Version: 18.11.00
|
||||
Version: 19.01.00
|
||||
Release: 0
|
||||
Summary: Firmware Test Suite
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user