[ubuntu/hirsute-proposed] fwts 21.02.00-0ubuntu1 (Accepted)
Alex Hung
alex.hung at ubuntu.com
Tue Feb 23 21:24:13 UTC 2021
fwts (21.02.00-0ubuntu1) hirsute; urgency=medium
[Alex Hung]
* acpi: replace objname by get_object_name() in various functions
* acpi: method: remove a redundant passed message
* acpi: move acpi battery common methods to lib
* acpi: method: check fixed package by fwts_method_package_elements_type
* acpi: method: merge and refine _CSD, _PSD and _TSD return tests
* lib: fwts_acpi_object_eval: add returns to long lines
* acpi: method: refine _PSS and _TSS method tests
* acpi: method: merge _PCT & _PTC method tests
* acpi: method: refine tests sub-package elements
* acpi: method: remove redundant count_equal checks in _CPC test
* acpi: method: refine _Sx count checks by fwts_method_package_count_min
* acpi: method: refine _PRW method tests
* acpi: method: add passed messages to _GLK and _DSD tests
* acpi: update ACPI version to 6.4
* acpi/madt: add ACPI 6.4 to madt_revision test
* lib: fwts_acpi_tables: update fwts_get_acpi_version (mantis: 2105)
* acpitables: update ACPI table revsion test to ACPI 6.4
* acpi: nfit: add Spa Location Cookie as in ACPI 6.4 (mantis 1988)
* acpi: srat/hmat: update fields of sub-structures (mantis 1991)
* acpi: battery/method: add _BPC, _BPS and _BPT tests (mantis 1997)
* fwts-test: sync up with _BPC, _BPS, _BPT, NFIT and HMAT tests
* acpi: pcct: add type 5 according to ACPI 6.4 (manti 2010)
* fwts-tests: sync up with pcct updates
* acpi: method: add _CBR test (mantis 2045/2077)
* fwts-test: sync up with _CBR test
* acpi: madt: add Multiprocessor Wakeup support (mantis 2087)
* acpi: battery: add Battery Charge Limiting (mantis 2090)
* acpi: method: update _DDC argument size (mantis 2137)
* acpi: madt: update fadt and madt revisions to ACPI 6.4
* lib: acpi: add a macro to fwts_acpi_reserved_bits_check
* lib: acpi: add a macro to fwts_acpi_reserved_zero_check
* fwts_framework: skip sbbr & ebbr on non-aarch64 systems
* sbbr: disable SBBR tests on non-aarch64 systems
* pci: maxreadreq: Add "safe to ignore ... message"
* version: remove /proc/acpi/info
* Revert "lib: fwts_acpi_tables: add option for dump acpi table from sysfs"
* lib: acpi: load acpi tables from sysfs by default
* fwts-test: sync up with removal of dump-acpi-from-sysfs
[Colin Ian King]
* acpi: method: fix two memory leaks on error return paths
* lib: fwts_acpi_tables: use bit-wise & rather than logical &&
Date: Tue, 23 Feb 2021 11:49:17 -0700
Changed-By: Alex Hung <alex.hung at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Signed-By: Colin Ian King <colin.king at ubuntu.com>
https://launchpad.net/ubuntu/+source/fwts/21.02.00-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 23 Feb 2021 11:49:17 -0700
Source: fwts
Architecture: source
Version: 21.02.00-0ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Alex Hung <alex.hung at ubuntu.com>
Changes:
fwts (21.02.00-0ubuntu1) hirsute; urgency=medium
.
[Alex Hung]
* acpi: replace objname by get_object_name() in various functions
* acpi: method: remove a redundant passed message
* acpi: move acpi battery common methods to lib
* acpi: method: check fixed package by fwts_method_package_elements_type
* acpi: method: merge and refine _CSD, _PSD and _TSD return tests
* lib: fwts_acpi_object_eval: add returns to long lines
* acpi: method: refine _PSS and _TSS method tests
* acpi: method: merge _PCT & _PTC method tests
* acpi: method: refine tests sub-package elements
* acpi: method: remove redundant count_equal checks in _CPC test
* acpi: method: refine _Sx count checks by fwts_method_package_count_min
* acpi: method: refine _PRW method tests
* acpi: method: add passed messages to _GLK and _DSD tests
* acpi: update ACPI version to 6.4
* acpi/madt: add ACPI 6.4 to madt_revision test
* lib: fwts_acpi_tables: update fwts_get_acpi_version (mantis: 2105)
* acpitables: update ACPI table revsion test to ACPI 6.4
* acpi: nfit: add Spa Location Cookie as in ACPI 6.4 (mantis 1988)
* acpi: srat/hmat: update fields of sub-structures (mantis 1991)
* acpi: battery/method: add _BPC, _BPS and _BPT tests (mantis 1997)
* fwts-test: sync up with _BPC, _BPS, _BPT, NFIT and HMAT tests
* acpi: pcct: add type 5 according to ACPI 6.4 (manti 2010)
* fwts-tests: sync up with pcct updates
* acpi: method: add _CBR test (mantis 2045/2077)
* fwts-test: sync up with _CBR test
* acpi: madt: add Multiprocessor Wakeup support (mantis 2087)
* acpi: battery: add Battery Charge Limiting (mantis 2090)
* acpi: method: update _DDC argument size (mantis 2137)
* acpi: madt: update fadt and madt revisions to ACPI 6.4
* lib: acpi: add a macro to fwts_acpi_reserved_bits_check
* lib: acpi: add a macro to fwts_acpi_reserved_zero_check
* fwts_framework: skip sbbr & ebbr on non-aarch64 systems
* sbbr: disable SBBR tests on non-aarch64 systems
* pci: maxreadreq: Add "safe to ignore ... message"
* version: remove /proc/acpi/info
* Revert "lib: fwts_acpi_tables: add option for dump acpi table from sysfs"
* lib: acpi: load acpi tables from sysfs by default
* fwts-test: sync up with removal of dump-acpi-from-sysfs
.
[Colin Ian King]
* acpi: method: fix two memory leaks on error return paths
* lib: fwts_acpi_tables: use bit-wise & rather than logical &&
Checksums-Sha1:
9e75f4cc8a1abafa2740fbf48cf9baef4823cab9 2632 fwts_21.02.00-0ubuntu1.dsc
82975fe9913e3d968dfa0afb0458179359c1a8f8 3845980 fwts_21.02.00.orig.tar.gz
4b0d35f27bc92335907ba0c2e240115708e2023e 58688 fwts_21.02.00-0ubuntu1.debian.tar.xz
ffde113840c4fd782cc6cfced80c442d6fc14b84 8964 fwts_21.02.00-0ubuntu1_source.buildinfo
Checksums-Sha256:
e936203a96a32df76390cb8e9f43804226afa272b20b110e46cd68c5ffd13eb3 2632 fwts_21.02.00-0ubuntu1.dsc
02160657383a918a48c946a0ffb72c047d19a46f1455c29c0fff4d9ef7e48680 3845980 fwts_21.02.00.orig.tar.gz
eb32bae22d5b6dc66f99c14c15084e1b11395ef4ff069d957783d540e316a686 58688 fwts_21.02.00-0ubuntu1.debian.tar.xz
e9fca8507304b0212b80845d7434882a664ac5541cd2255b9f46729d6c395499 8964 fwts_21.02.00-0ubuntu1_source.buildinfo
Files:
3d2e2999eef2daea4ba408c100be4115 2632 devel optional fwts_21.02.00-0ubuntu1.dsc
74d86f85c7321ee6110e7d03bba04df0 3845980 devel optional fwts_21.02.00.orig.tar.gz
f5a57389d7a54d2f59987a1efd6ef4f7 58688 devel optional fwts_21.02.00-0ubuntu1.debian.tar.xz
f182de45631b76a053ba7d4c93a27ec4 8964 devel optional fwts_21.02.00-0ubuntu1_source.buildinfo
More information about the Hirsute-changes
mailing list