- Update to version 17.07.00:
* acpi: bgrt: update according to acpi 6.1 errata * acpi: method: update _PSD and _TSD tests according to ACPI 6.1 errata * acpi: rsdp: revision 1 must have length 20 according to ACPI 6.1 errata * acpi: method: Add _CPC revision 3 according to ACPI 6.2 * acpi: hest: add new type 11 introduced in ACPI 6.2 * acpi: srat: add new type 4 according to ACPI 6.2 * acpi: method: update _GCP according to ACPI 6.2 * acpi: hest: add notification type 11 according to ACPI 6.2 * acpi: fadt: update minor version to 2 for ACPI 6.2 * acpi: hest: add checks for GHES_ASSIST flag value in ACPI 6.2 * acpi: wsmt: add wsmt test according to ACPI 6.2 * ACPICA: Update to version 20170629 * acpi: tpm2: Add additional start method values * acpi: iort: Add PMCG support OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=58
This commit is contained in:
parent
e4d7ded233
commit
bb289f9b7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:794dc016f0402ac1aba12bc992837a731614833898fcba295dbaf9feef42fb8f
|
||||
size 3654470
|
3
fwts-V17.07.00.tar.gz
Normal file
3
fwts-V17.07.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b35f4998017dd5a43ee008c077fc3e1d49641435a9def3afc2ae0e5a01708ce
|
||||
size 3655404
|
@ -1,7 +1,7 @@
|
||||
Index: fwts-17.06.00/src/acpica/source/compiler/aslutils.c
|
||||
Index: fwts-17.07.00/src/acpica/source/compiler/aslutils.c
|
||||
===================================================================
|
||||
--- fwts-17.06.00.orig/src/acpica/source/compiler/aslutils.c
|
||||
+++ fwts-17.06.00/src/acpica/source/compiler/aslutils.c
|
||||
--- fwts-17.07.00.orig/src/acpica/source/compiler/aslutils.c
|
||||
+++ fwts-17.07.00/src/acpica/source/compiler/aslutils.c
|
||||
@@ -490,7 +490,7 @@ UtDisplaySummary (
|
||||
/* Compiler name and version number */
|
||||
|
||||
|
21
fwts.changes
21
fwts.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 09:53:50 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 17.07.00:
|
||||
* acpi: bgrt: update according to acpi 6.1 errata
|
||||
* acpi: method: update _PSD and _TSD tests according to ACPI 6.1
|
||||
errata
|
||||
* acpi: rsdp: revision 1 must have length 20 according to ACPI
|
||||
6.1 errata
|
||||
* acpi: method: Add _CPC revision 3 according to ACPI 6.2
|
||||
* acpi: hest: add new type 11 introduced in ACPI 6.2
|
||||
* acpi: srat: add new type 4 according to ACPI 6.2
|
||||
* acpi: method: update _GCP according to ACPI 6.2
|
||||
* acpi: hest: add notification type 11 according to ACPI 6.2
|
||||
* acpi: fadt: update minor version to 2 for ACPI 6.2
|
||||
* acpi: hest: add checks for GHES_ASSIST flag value in ACPI 6.2
|
||||
* acpi: wsmt: add wsmt test according to ACPI 6.2
|
||||
* ACPICA: Update to version 20170629
|
||||
* acpi: tpm2: Add additional start method values
|
||||
* acpi: iort: Add PMCG support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 12:56:12 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fwts
|
||||
Version: 17.06.00
|
||||
Version: 17.07.00
|
||||
Release: 0
|
||||
Summary: Firmware Test Suite
|
||||
License: GPL-2.0+
|
||||
@ -69,7 +69,6 @@ install -D -p -m 0644 data/syntaxcheck.json %{buildroot}%{_datadir}/%{name}/synt
|
||||
rm -f "%{buildroot}/%{_libdir}/%{name}"/*.so
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README README_ACPICA.txt README_SOURCE.txt ./data/README_JSON.txt
|
||||
%{_bindir}/fwts
|
||||
%{_bindir}/kernelscan
|
||||
|
Loading…
Reference in New Issue
Block a user