[ubuntu/groovy-proposed] fwts 20.06.01-0ubuntu1 (Accepted)

Ivan Hu ivan.hu at ubuntu.com
Tue Jun 23 10:36:14 UTC 2020


fwts (20.06.01-0ubuntu1) groovy; urgency=medium

  [Alex Hung]
  * fwts_acpi_object_eval: add a function to check package
  * acpi/method: remove duplicated code by a common function
  * acpi: refactor method_test_BMD to a common function
  * fwts_acpi_object_eval: add a function to check buffer size
  * acpi/method/time: replace buffer size checks with function calls
  * method: fix typo for ROM test return
  * acpi/method: add tests for _MAT method
  * fwts-test: sync up with _MAT method tests
  * method: replace duplicated code by util function in _PRR test
  * acpi/method: remove duplicated code in _PSR test
  * acpi/method: add tests for _SLI method
  * fwts-test: sync up with _SLI method tests
  * acpi/method: fix incorrect error messages for _SUB tests
  * acpi/method: check _WPP returns by fwts_method_test_polling_return
  * acpi/method: update tested method comments for _ALx and _SLI
  * acpi/method: line wrap long statements
  * dmicheck: update supported DMI version to 3.3
  * fwts_acpi_object_eval: revise fwts_method_test_passed_failed_return
  * dmicheck: test feature flags in type 2
  * dmicheck: remove duplicated chassis type test in type 3
  * dmicheck: update Processor Characteristics test in type 4
  * dmicheck: add Supported SRAM test in type 4
  * dmicheck: fix typo in type 8
  * dmicheck: add CXL Flexbus 1.0 to slot type in type 9
  * dmicheck: fix wrong length for reserved fields in type 13
  * dmicheck: update tests in type 17
  * dmicheck: check fields that has max 0x8000
  * dmicheck: check reserved bits in Characteristics in type 43
  * dmicheck: refactor code to check mutliple valid ranges
  * fwts_acpi_tables: fix fwts_get_acpi_version helper
  * acpitables: test ACPI versions vs. ACPI table revisions
  * fwts-test: sync up with acpitables tests
  * gitignore: update ignore list
  * cpu: virt: remove unused marco "CPUID_FAM_REV"
  * acpi/nvdimm: add tests for nvdimm devices
  * acpi/devices: refactor devices' HIDs and names
  * cpu/msr: remove General Performance Counters
  * acpi/devices: fix typos in comments
  * dmicheck: add type 0's fields used by kernel
  * acpitables: add table name outputs to revision tests
  * fwts-collect: depreciate ebda collection

  [Colin Ian King]
  * ACPICA: Update to version 20200528

  [Ivan Hu]
  * lib: fwts_acpi_tables: add option for dump acpi table from sysfs
  * lib: fwts_dump_data: make the dumping data the same format as acpidump
  * doc: add new --dump-acpi-from-sysfs option
  * fwts-test: sync up with new --dump-acpi-from-sysfs option and acpidump changes
  * lib: fwts_acpi_object_eval: fix build error on i386

  [You-Sheng Yang]
  * gitignore: add git.mk
  * debian: update copyright info for git.mk
  * gitignore: enable git.mk usage
  * gitignore: add results.log
  * gitignore: add packaging specific files

Date: Tue, 23 Jun 2020 16:37:55 +0800
Changed-By: Ivan Hu <ivan.hu 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/20.06.01-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 23 Jun 2020 16:37:55 +0800
Source: fwts
Architecture: source
Version: 20.06.01-0ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Ivan Hu <ivan.hu at ubuntu.com>
Changes:
 fwts (20.06.01-0ubuntu1) groovy; urgency=medium
 .
   [Alex Hung]
   * fwts_acpi_object_eval: add a function to check package
   * acpi/method: remove duplicated code by a common function
   * acpi: refactor method_test_BMD to a common function
   * fwts_acpi_object_eval: add a function to check buffer size
   * acpi/method/time: replace buffer size checks with function calls
   * method: fix typo for ROM test return
   * acpi/method: add tests for _MAT method
   * fwts-test: sync up with _MAT method tests
   * method: replace duplicated code by util function in _PRR test
   * acpi/method: remove duplicated code in _PSR test
   * acpi/method: add tests for _SLI method
   * fwts-test: sync up with _SLI method tests
   * acpi/method: fix incorrect error messages for _SUB tests
   * acpi/method: check _WPP returns by fwts_method_test_polling_return
   * acpi/method: update tested method comments for _ALx and _SLI
   * acpi/method: line wrap long statements
   * dmicheck: update supported DMI version to 3.3
   * fwts_acpi_object_eval: revise fwts_method_test_passed_failed_return
   * dmicheck: test feature flags in type 2
   * dmicheck: remove duplicated chassis type test in type 3
   * dmicheck: update Processor Characteristics test in type 4
   * dmicheck: add Supported SRAM test in type 4
   * dmicheck: fix typo in type 8
   * dmicheck: add CXL Flexbus 1.0 to slot type in type 9
   * dmicheck: fix wrong length for reserved fields in type 13
   * dmicheck: update tests in type 17
   * dmicheck: check fields that has max 0x8000
   * dmicheck: check reserved bits in Characteristics in type 43
   * dmicheck: refactor code to check mutliple valid ranges
   * fwts_acpi_tables: fix fwts_get_acpi_version helper
   * acpitables: test ACPI versions vs. ACPI table revisions
   * fwts-test: sync up with acpitables tests
   * gitignore: update ignore list
   * cpu: virt: remove unused marco "CPUID_FAM_REV"
   * acpi/nvdimm: add tests for nvdimm devices
   * acpi/devices: refactor devices' HIDs and names
   * cpu/msr: remove General Performance Counters
   * acpi/devices: fix typos in comments
   * dmicheck: add type 0's fields used by kernel
   * acpitables: add table name outputs to revision tests
   * fwts-collect: depreciate ebda collection
 .
   [Colin Ian King]
   * ACPICA: Update to version 20200528
 .
   [Ivan Hu]
   * lib: fwts_acpi_tables: add option for dump acpi table from sysfs
   * lib: fwts_dump_data: make the dumping data the same format as acpidump
   * doc: add new --dump-acpi-from-sysfs option
   * fwts-test: sync up with new --dump-acpi-from-sysfs option and acpidump changes
   * lib: fwts_acpi_object_eval: fix build error on i386
 .
   [You-Sheng Yang]
   * gitignore: add git.mk
   * debian: update copyright info for git.mk
   * gitignore: enable git.mk usage
   * gitignore: add results.log
   * gitignore: add packaging specific files
Checksums-Sha1:
 02cb7a48ad0ee5b4ae6559e2c4233cdac7cc6c26 2628 fwts_20.06.01-0ubuntu1.dsc
 cf2d35ff901fe46bbebfb4c4e7379877ea228bb5 3824493 fwts_20.06.01.orig.tar.gz
 2f55444369c962835aacf645d7d1a7267a134576 56444 fwts_20.06.01-0ubuntu1.debian.tar.xz
 2468fd828818f1dcab411c070375b6fd8023a8af 8066 fwts_20.06.01-0ubuntu1_source.buildinfo
Checksums-Sha256:
 45f60a1ff65f64cbf04b6ea750bfd8a8064b08088f6bdb455611ea373516097d 2628 fwts_20.06.01-0ubuntu1.dsc
 3868d4065428e8f37663717094f1e021611c47a6e9ef52aaee0715fd99a7457d 3824493 fwts_20.06.01.orig.tar.gz
 c8c24ee5db42d690318f179a56f760325b2f483bab4c339f5c15ae1074c9fb00 56444 fwts_20.06.01-0ubuntu1.debian.tar.xz
 f8bf9706966ee414a87ba1fe928cda0dbd74017791ba500a31dc71db81d0d6c9 8066 fwts_20.06.01-0ubuntu1_source.buildinfo
Files:
 a6d974ffc33a891601b19c77c25eb1d8 2628 devel optional fwts_20.06.01-0ubuntu1.dsc
 8859bd98983f1ade05ab77460f844a70 3824493 devel optional fwts_20.06.01.orig.tar.gz
 8e215d4d8e17f1daf36e03f6cb964067 56444 devel optional fwts_20.06.01-0ubuntu1.debian.tar.xz
 9d21f2142b48e86fcd48508c15ab2953 8066 devel optional fwts_20.06.01-0ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAl7x2vwACgkQaMKH38ao
AiYEYA/8DvZff20+M+Qz6/621w0/SZmygEEE4vh57w0UCiA7UeSPPcadONbScYUr
AAaLCukrp+n43MSR+iliooSjF3RA19bwtsnmHqd1Z89zWfOLBKFLjL7olr9QY5rP
X5OsSwcfQn23USg6mM2kPSn2Wr2gX74H1K1gT2RyOlGeQ3HFdfkjDyYt0ZA8JQJN
k4+uQIX8ZNj6DN8r//V0Gs5pcxjBUHOAcmikRnQJZUuePYC2Zlxn+UqFOMamXvds
UIGq2lZl42WZMxpShKZND1k7qUWcqI6R7ZXLPUxA6bjlRutdRL6SzsPyF/JUGjUY
ygOxMCm+ttoNFSx4xrIGR9dXfPFd4Ee7wx7O7368FrFE2DO6koztrRMOIn4XXA5M
RyVD/qmDEjUMcbB7cbxNnrMI9PnVF5sMX+IZghmDHK7+EU36AaIIs8LeXyv9zepF
1oo8Alye9/PaxPJ6OqRTMmTDCxvYOQMlOn5HZR2JY+DlDWgt8QxsTNbJaqmjOLQs
irsQffCNQVF+iVpC/pQnUj83555Hm6S9p0rq5WxVF3csTaXvvWHcwDi2FSSGLDeT
gyA2skH9Q8SX5MezxPq2W8Par2Ilnupqn+95OCj23XI/GXXQ1fsct8gRfPqZloEM
zYWhKy2styfQ8ThKBrlNE9RyHXzesvKHjp4/L0u3xUGRvNMwS3M=
=O/VE
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list