fwts 23.07.00-0ubuntu1 source package in Ubuntu

Changelog

fwts (23.07.00-0ubuntu1) mantic; urgency=medium

  [Armin Wolf]
  * acpi/wmi: Add WMI GUID for the dell-wmi-ddv driver
  * acpi/wmi: Check if the mandatory block query method exists
  * acpi/wmi: Fix bug when counting WMI methods
  * fwts_acpica: Remove unused variable "context"

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

  [Ivan Hu]
  * lib: framework: remvoe ARM specific for ebbr
  * fwts-test: sync up the removing ARM specific for ebbr
  * cppcheck: fix the cppcheck source link error
  * lib: fwts_oops: fix the WARN_ON warnings in kernel not found
  * debian: control: update uploader
  * debian: control: modify newer dkms dependency
  * auto-packager: mkpackage.sh: remove the control hook
  * lib: fwts_dump_data: add function for simply dump raw data
  * lib: fwts_dump_data: add library function for dumping all raw data with
    prefix
  * acpi: aest: modify the dumping raw data without noisy info
  * fwts-test: sync up aest modify the dumping raw data
  * acpi: mpam: add test for ACPI MPAM table
  * fwts-test: sync up with adding the mpam tests
  * acpi: mpam: test with resource specific data for interconnect location type
  * fwts-test: sync up with test with resource specific data
  * acpi: mpam: fix build fail on bionic
  * uefi: esrt: update the LastAttemptStatus values to UEFI spec 2.10
  * lib: fwts_acpi_object_eval: sync up the AML exceptions from ACPICA
  * debian: update compat level and standards version
  * debian: fix debuild fail for the not installed files
  * debian: fix lintian errors and warnings

  [Mario Limonciello]
  * Increase number of max semaphores to fix OOM crashes on some systems

  [Ákos Nagy]
  * lib: make the return types consistent

 -- Ivan Hu <email address hidden>  Fri, 07 Jul 2023 10:37:02 +0800

Upload details

Uploaded by:
Ivan Hu
Sponsored by:
Ivan Hu
Uploaded to:
Mantic
Original maintainer:
Firmware Testing Team
Architectures:
i386 amd64 armel armhf arm64 ppc64 ppc64el s390x riscv64
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
fwts_23.07.00.orig.tar.gz 3.8 MiB a15e11c42856e9dfcf7ac23ed370618d2777eb996dd7843accf12d45b21b551c
fwts_23.07.00-0ubuntu1.debian.tar.xz 61.6 KiB 8e04ebb27aacb8c4d4b00311f6f3f92ea0f3c1ff8a7141ce9ec5690e0b99298a
fwts_23.07.00-0ubuntu1.dsc 2.3 KiB 8feb59c0d703dc6cb44713aa30e916e98ef40ac90c1807fec365e9aaf1ca04e4

View changes file

Binary packages built by this source

fwts: FirmWare Test Suite

 This is a firmware test suite that performs sanity checks on system
 firmware. It is intended to identify BIOS and ACPI errors and
 if appropriate it will try to explain the errors and give advice to
 help workaround or fix firmware bugs. It is primarily intended to
 be a Linux-centric firmware troubleshooting tool.

fwts-efi-runtime-dkms: Firmware Test Suite UEFI Runtime Service kernel driver

 This package provides the efi_runtime kernel driver in DKMS format,
 which is required for accessing UEFI Runtime Services.

fwts-frontend: Firmware Test Suite frontend interface

 This is a dialog based interface designed to provide an easy to use method
 to execute tests via Firmware Test Suite and is also used as the primary
 interface within Firmware Test Suite live images.

fwts-smccc-dkms: Firmware Test Suite SMCCC firmware kernel driver

 This package provides the ARM64 SMCCC kernel driver in DKMS format,
 which is required for accessing the ARM64 SMCCC firmware API.

libfwts1: FirmWare Test Suite core support library

 This is the fwts core library. It contains a top level test framework
 and a rich range of firmware specific testing support code for the
 various fwts tests.

libfwtsacpica1: FirmWare Test Suite ACPICA core built for acpiexec functionality

 The firmware test suite requires the ACPICA core engine to be built in
 execution mode (with ACPI_EXEC_APP enabled) to support run time execution
 of ACPI Machine Language (AML) in the ACPI DSDT and SSDTs. This library
 contains this code with a thin fwts specific API to interface with fwts.

libfwtsiasl1: FirmWare Test Suite ACPICA core built for iasl functionality

 The firmware test suite requires the ACPICA core engine to be built in
 compiler mode (with ACPI_ASL_COMPILER enabled) to support assembly and
 disassembly of ACPI Machine Language (AML) in the ACPI DSDT and SSDTs.
 This library contains this code with a thin fwts specific API to
 interface with fwts.