- Update to 05.11.00

* Update ACPICA to version 20150930
	* New Features
  	+ Add in the notion of ACPI compliance tests.
  	+ MADT subtables: Local SAPIC structure has 3 reserved bytes, 
			not 1
  	+ ACPI: MADT: update GICC flag checks for ACPI 6.0
  	+ ACPI: MADT: further update to GICC flag checks for 6.0
  	+ acpi: method: skip scope names in method_evaluate_method
  	+ acpi: method: add _GPE test
  	+ acpi: method: add _TSN test
  	+ acpi: method: add _TFP test
  	+ acpi: method: add _EC test
  	+ acpi: method: add _CWS test
  	+ acpi: method: add _BTH test
  	+ auto-packager: mkpackage.sh: add xenial
  	+ acpi: tpm2: add check for zero control area address (LP: 
			#1506442)
  	+ securebootcert: change fail to warning when MS UEFI CA not 
			found in DB
  	+ lib: fwts_uefi: add BMC device path define
  	+ uefidump: add dumping the BMC device path
  	+ uefibootpath: add test for the BMC device path
  	+ lib: fwts_uefi: add the URI device path define
  	+ uefibootpath: add test for the URI device path
  	+ uefidump: add dumping for the URI device path
  	+ lib: fwts_uefi: add the UFS device path define
  	+ uefidump: add dumping for the UFS device path
  	+ uefibootpath: add test for the UFS device path
	* Fixed Bugs

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=19
This commit is contained in:
Martin Pluskal 2015-11-17 12:07:22 +00:00 committed by Git OBS Bridge
parent 42d5aff159
commit ceab450f4b
4 changed files with 45 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8344a827c3a277c245f2d863cfd5dafb679c734b09c721d3d3a08c1c60ea0e1b
size 3387902

3
fwts-V15.11.00.tar.gz Normal file
View File

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Nov 17 11:49:10 UTC 2015 - mpluskal@suse.com
- Update to 05.11.00
* Update ACPICA to version 20150930
* New Features
+ Add in the notion of ACPI compliance tests.
+ MADT subtables: Local SAPIC structure has 3 reserved bytes,
not 1
+ ACPI: MADT: update GICC flag checks for ACPI 6.0
+ ACPI: MADT: further update to GICC flag checks for 6.0
+ acpi: method: skip scope names in method_evaluate_method
+ acpi: method: add _GPE test
+ acpi: method: add _TSN test
+ acpi: method: add _TFP test
+ acpi: method: add _EC test
+ acpi: method: add _CWS test
+ acpi: method: add _BTH test
+ auto-packager: mkpackage.sh: add xenial
+ acpi: tpm2: add check for zero control area address (LP:
#1506442)
+ securebootcert: change fail to warning when MS UEFI CA not
found in DB
+ lib: fwts_uefi: add BMC device path define
+ uefidump: add dumping the BMC device path
+ uefibootpath: add test for the BMC device path
+ lib: fwts_uefi: add the URI device path define
+ uefibootpath: add test for the URI device path
+ uefidump: add dumping for the URI device path
+ lib: fwts_uefi: add the UFS device path define
+ uefidump: add dumping for the UFS device path
+ uefibootpath: add test for the UFS device path
* Fixed Bugs
+ dmi: dmicheck: fix SMBIOS issues on aarch64 systems
+ acpidump: add missing reserved fields to MADT structures
+ cpufreq: the calibration is taking a long time, make it
faster
+ acpi: tcpa: replace tab with spaces to fix formatting
alignment
-------------------------------------------------------------------
Wed Sep 23 17:54:51 UTC 2015 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: fwts
Version: 15.09.00
Version: 15.11.00
Release: 0
Summary: Firmware Test Suite
License: GPL-2.0+
@ -43,7 +43,7 @@ Requires: acpica
Requires: dmidecode
Requires: pciutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64
ExclusiveArch: %ix86 x86_64
%description
The FirmWare Test Suite (fwts) is a tool to do automatic testing of a PC's