- Update to version 17.06.00:

* ACPICA: Update to version 20170531
  * olog: olog.json: Update OPAL skiboot errors to check on olog
    scan
  * bios: mtrr: print out actual default type of MTRR
  * lib: fwts_alloc: only parse mem info once we have a valid line
    read in
  * lib: fwts_safe_mem: add SIGBUS handling
  * lib: fwts_alloc: re-work the memory parsing again
  * acpi: method use correct format specifier for uint32_t type
  * bios: mtrr: fix compile error in ubuntu trusty
  * opal: fix tests dependency on libfdt
  * bios: mtrr: fix overlaped MTRR (LP: #1694710)

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=56
This commit is contained in:
Martin Pluskal
2017-06-22 12:59:00 +00:00
committed by Git OBS Bridge
parent eb90726818
commit e4d7ded233
5 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jun 22 12:56:12 UTC 2017 - mpluskal@suse.com
- Update to version 17.06.00:
* ACPICA: Update to version 20170531
* olog: olog.json: Update OPAL skiboot errors to check on olog
scan
* bios: mtrr: print out actual default type of MTRR
* lib: fwts_alloc: only parse mem info once we have a valid line
read in
* lib: fwts_safe_mem: add SIGBUS handling
* lib: fwts_alloc: re-work the memory parsing again
* acpi: method use correct format specifier for uint32_t type
* bios: mtrr: fix compile error in ubuntu trusty
* opal: fix tests dependency on libfdt
* bios: mtrr: fix overlaped MTRR (LP: #1694710)
-------------------------------------------------------------------
Sun Jun 4 07:58:46 UTC 2017 - mpluskal@suse.com