- 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/package/show/hardware/fwts?expand=0&rev=85
This commit is contained in:
Martin Pluskal 2019-02-14 13:26:14 +00:00 committed by Git OBS Bridge
parent 988424868c
commit 1028d2eaea
4 changed files with 28 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23c9a7e9cb54a9344b4566e89289c5134b1ffc09c21f5b17cedd1e807401d51c
size 3762543

View File

@ -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> Thu Nov 15 09:21:45 UTC 2018 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package fwts # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: fwts Name: fwts
Version: 18.11.00 Version: 19.01.00
Release: 0 Release: 0
Summary: Firmware Test Suite Summary: Firmware Test Suite
License: GPL-2.0-or-later License: GPL-2.0-or-later