- 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 +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>