[ubuntu/raring-proposed] fwts 0.26.04-0ubuntu1 (Accepted)
Keng-Yu Lin
kengyu at ubuntu.com
Mon Jan 21 08:35:18 UTC 2013
fwts (0.26.04-0ubuntu1) raring; urgency=low
[Colin Ian King]
* lib: fwts_list: make list creation and initialisation more optimal.
* lib: cpu: add common CPU performance measuring code to fwts library
* lib: Makefile: Link in math library because we need sqrt()
* acpi: cstates: use new fwts_cpu_performance() helper function
* cpu: cpufreq: Use new fwts_cpu_performance() helper function
* bios: pciirq: make table dump more compact, fix formatting
* acpi: method: ignore _WAK return values
* acpi: method: don't bother dumping _WAK package, it's just noise
* acpi: cstates: cater for different kernel C-state info
* acpi: method: don't bother reporting internal ACPI lock success
* acpi: method: dump out _PSS states in a tabular format
* apci: method: don't bother dumping out the _BST contents
* apci: method: don't bother dumping out the _BIF contents
* apci: method: don't bother dumping out the _BIX contents
* apci: method: don't bother dumping out the _DOD contents
* cmos: cmosdump: add in some previously unknown RTC settings
* README: Updated for latest version of fwts. Add more info too.
* README_SOURCE: Reformat to make it 80 char width friendly, minor changes.
* src: lib: Makefile.am: Minor tidy up of the makefile.
* src: acpica: Makefile: Slight tidy up of the makefile.
* src/Makefile.am: Tidy up fwts main makefile, re-order tests
* lib: fwts_apci_method: rename object evaluation functions
* acpi: pcc: renaming of ACPI object evaluation function names
* acpi: method: renaming of ACPI object evaluation function names
* lib: rename fwts_acpi_method to fwts_acpi_object_eval
* lib: fwts_ac_adapter: constify some struct fields and variables
* lib: fwts_guid: constify guid_str_len and guid_len parameters
* lib: fwts_framework: test names should be dislayed in a wider format field
* data: klog: Remove a duplicate timer BIOS bug check
* data: klog.json: Add more specfic parse/execution failure checks on
timeouts
* data: klog.json: move the most generic parse/execition failure message down
* acpi: acpidump: use offsetof macro from stddef.h rather than define our own
* acpi: pcc: fix some stupid typos
* hpet: hpetcheck: add ACPI HPET table check
* lib: update copyright year to 2013
* tests: update copyright year to 2013
* misc: update copyright year to 2013
* lib + tests: don't stringify the test name in FWTS_REGISTER
* lib: fwts_framework: assert on FWTS_REGISTER names being too long
* lib: framework: log the fwts command line for reference.
* acpi: acpidump: fix ACPI FPDT dump
* cpu: cpufreq: fix a bunch of 32 bit build errors
* lib: fwts_acpi_tables: speed up table loading on 64 bit systems
* acpica: fwts_acpica: optimise semaphore tracking
* acpica + acpi: method test: remove fwts_acpica_simulate_sem_timeout()
* acpica: fwts_acpica: force indefinite AML Wait() to timeout
* acpi: method: Add better _CRS resource checking
* data: klog.json: fix spelling mistake
* data: klog.json: fix spelling mistake
[Ivan Hu]
* uefirtvariable: add more specific passed messages for each sub-tests
* uefirtvariable: add the function to print out the return status messages
* uefirttime: print out the return status and description when errors occur
* uefirttime: unload the efi_runtime module when deinit the test
* uefirtvariable: remove the invalid attribute tests after
ExitBootServices() is performed
* uefirtvariable: add function test for SetVariable with invalid attributes
* fwts_uefi:uefirtvariable:use sizeof() for defining long integer for fixing
build failure on 32 bit systems
* uefirtvariable: restore the environment when errors occur after the test
variables have been set
* uefirtvariable: add new test for UEFI runtime QueryVariableInfo
* uefirtvariable: add stress test for UEFI runtime interface GetVariable
* uefirtvariable: add stress test for UEFI runtime interface
GetNextVariableName
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
the same data
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different data
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different name
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different name and data
* uefirtvariable: skip the tests when get the EFI_OUT_OF_RESOURCES from
firmware
* uefirtvariable: add stress test for the UEFI runtime QueryVariableInfo
interface
* uefirtmisc: add the test for UEFI runtime GetNextHighMonotonicCount
interface
* uefirtmisc: add stress test for UEFI runtime GetNextHighMonotonicCount
interface
[Keng-Yu Lin]
* uefi: uefirtvariable: use sizeof() for finding the bit size of long integer
* debian: change the mail address of the maintainer
* auto-packager: mkpackage.sh: Add raring
Date: Thu, 17 Jan 2013 14:01:06 +0800
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/fwts/0.26.04-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 17 Jan 2013 14:01:06 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 0.26.04-0ubuntu1
Distribution: raring
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Keng-Yu Lin <kengyu at ubuntu.com>
Description:
fwts - FirmWare Test Suite
fwts-efi-runtime-dkms - Firmware Test Suite UEFI Runtime Service kernel driver
fwts-frontend - Firmware Test Suite frontend interface
libfwts1 - FirmWare Test Suite core support library
libfwtsacpica1 - FirmWare Test Suite ACPICA core built for acpiexec functionality
libfwtsiasl1 - FirmWare Test Suite ACPICA core built for iasl functionality
Changes:
fwts (0.26.04-0ubuntu1) raring; urgency=low
.
[Colin Ian King]
* lib: fwts_list: make list creation and initialisation more optimal.
* lib: cpu: add common CPU performance measuring code to fwts library
* lib: Makefile: Link in math library because we need sqrt()
* acpi: cstates: use new fwts_cpu_performance() helper function
* cpu: cpufreq: Use new fwts_cpu_performance() helper function
* bios: pciirq: make table dump more compact, fix formatting
* acpi: method: ignore _WAK return values
* acpi: method: don't bother dumping _WAK package, it's just noise
* acpi: cstates: cater for different kernel C-state info
* acpi: method: don't bother reporting internal ACPI lock success
* acpi: method: dump out _PSS states in a tabular format
* apci: method: don't bother dumping out the _BST contents
* apci: method: don't bother dumping out the _BIF contents
* apci: method: don't bother dumping out the _BIX contents
* apci: method: don't bother dumping out the _DOD contents
* cmos: cmosdump: add in some previously unknown RTC settings
* README: Updated for latest version of fwts. Add more info too.
* README_SOURCE: Reformat to make it 80 char width friendly, minor changes.
* src: lib: Makefile.am: Minor tidy up of the makefile.
* src: acpica: Makefile: Slight tidy up of the makefile.
* src/Makefile.am: Tidy up fwts main makefile, re-order tests
* lib: fwts_apci_method: rename object evaluation functions
* acpi: pcc: renaming of ACPI object evaluation function names
* acpi: method: renaming of ACPI object evaluation function names
* lib: rename fwts_acpi_method to fwts_acpi_object_eval
* lib: fwts_ac_adapter: constify some struct fields and variables
* lib: fwts_guid: constify guid_str_len and guid_len parameters
* lib: fwts_framework: test names should be dislayed in a wider format field
* data: klog: Remove a duplicate timer BIOS bug check
* data: klog.json: Add more specfic parse/execution failure checks on
timeouts
* data: klog.json: move the most generic parse/execition failure message down
* acpi: acpidump: use offsetof macro from stddef.h rather than define our own
* acpi: pcc: fix some stupid typos
* hpet: hpetcheck: add ACPI HPET table check
* lib: update copyright year to 2013
* tests: update copyright year to 2013
* misc: update copyright year to 2013
* lib + tests: don't stringify the test name in FWTS_REGISTER
* lib: fwts_framework: assert on FWTS_REGISTER names being too long
* lib: framework: log the fwts command line for reference.
* acpi: acpidump: fix ACPI FPDT dump
* cpu: cpufreq: fix a bunch of 32 bit build errors
* lib: fwts_acpi_tables: speed up table loading on 64 bit systems
* acpica: fwts_acpica: optimise semaphore tracking
* acpica + acpi: method test: remove fwts_acpica_simulate_sem_timeout()
* acpica: fwts_acpica: force indefinite AML Wait() to timeout
* acpi: method: Add better _CRS resource checking
* data: klog.json: fix spelling mistake
* data: klog.json: fix spelling mistake
.
[Ivan Hu]
* uefirtvariable: add more specific passed messages for each sub-tests
* uefirtvariable: add the function to print out the return status messages
* uefirttime: print out the return status and description when errors occur
* uefirttime: unload the efi_runtime module when deinit the test
* uefirtvariable: remove the invalid attribute tests after
ExitBootServices() is performed
* uefirtvariable: add function test for SetVariable with invalid attributes
* fwts_uefi:uefirtvariable:use sizeof() for defining long integer for fixing
build failure on 32 bit systems
* uefirtvariable: restore the environment when errors occur after the test
variables have been set
* uefirtvariable: add new test for UEFI runtime QueryVariableInfo
* uefirtvariable: add stress test for UEFI runtime interface GetVariable
* uefirtvariable: add stress test for UEFI runtime interface
GetNextVariableName
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
the same data
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different data
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different name
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different name and data
* uefirtvariable: skip the tests when get the EFI_OUT_OF_RESOURCES from
firmware
* uefirtvariable: add stress test for the UEFI runtime QueryVariableInfo
interface
* uefirtmisc: add the test for UEFI runtime GetNextHighMonotonicCount
interface
* uefirtmisc: add stress test for UEFI runtime GetNextHighMonotonicCount
interface
.
[Keng-Yu Lin]
* uefi: uefirtvariable: use sizeof() for finding the bit size of long integer
* debian: change the mail address of the maintainer
* auto-packager: mkpackage.sh: Add raring
Checksums-Sha1:
82de7358d1250c072105cb5b37e7b0ed1b515a13 2266 fwts_0.26.04-0ubuntu1.dsc
acbc8c95d8f61bef5877bce7cd35ad541841d6a6 1281628 fwts_0.26.04.orig.tar.gz
0389470ba6e0d3c6dbdb13319df83d70a01c0b42 24956 fwts_0.26.04-0ubuntu1.debian.tar.gz
Checksums-Sha256:
ec18e9ccd38cdf39e2428486be8bb3853b726d9004fcf8c96a5442990767c247 2266 fwts_0.26.04-0ubuntu1.dsc
0db4e9bcf655b36603fc3b49ee65baf7838c831336b0a18cf883641a44b4b37e 1281628 fwts_0.26.04.orig.tar.gz
4bb9fc6faf9dc53c70ef60e97259c6cdb19b1c044f4651d7217bb959581d6300 24956 fwts_0.26.04-0ubuntu1.debian.tar.gz
Files:
d97544b098551331d978451da641b94a 2266 devel optional fwts_0.26.04-0ubuntu1.dsc
50625052ba2c473aef1a1988b125a2c1 1281628 devel optional fwts_0.26.04.orig.tar.gz
b2981c8f2f296f10cebb4a6e0a09d1f1 24956 devel optional fwts_0.26.04-0ubuntu1.debian.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJQ+R0MAAoJEMYXhp8UeFBO9qcQALl5MxpLNYvUDHBLa8rMMI+W
29+xZtiBEu3k8x+4IdRO9Nm+M0oOHUiOwE6BAJ4pjTRCwrNvQNQIlrRMP4wZ4yFm
wE9EC4Sn+ubE7J7+FG3qzt24lwEL1IDyLmE+W39RDo2mnRTJIyq6x/jvA/ySbSGH
ilPHvRDXhJjoAaKv/Ebkpm//edonDvNrz3qFJIUnKqLXjHvFYTIsiIHJzy6Cd+zW
FkDPm8S5zKRQefjRo5t9wJgZmm0Qdu0qU9zQxnSkVHSkfevBSWRLuf8Z2sgb0nmt
vhYme0rU3VGyCnGV/8y7/1ww227MUXNYm+bK8HuV/a8HUXJQ0sjVzVKHtGo6b/u7
PO0JNQEnLrEB1x8QZIX+cE19izj+NyJLXAp5LIhCuODEiwu7o/y7i3+KOJsTXg+U
rQwdEPaoASOC4ZoWFX1q+hfOmFxrUEhojwK65VuA38UW6DWjctSFjGw+Q+viOsgw
QD2Mj9DnN2ietHj5ieyknxZAHwuZmB2BxoAesm3HioAe77vSrX45jEArPN4uqSb/
OmK5OPoYDRoS7vUH5EK6ZJ8fmDHHYBilcftthQv8/8paU8fWCM4eFsfVVzqsT4+I
r7XrisN/CqqnH9GDKUPpdkbXInRedVnjVkBtQRBTcrVdgXssvlseNk9pyazMKDKN
2V5HtrGQW1itB5euMxW5
=xzrN
-----END PGP SIGNATURE-----
More information about the Raring-changes
mailing list