fwts 18.01.00-0ubuntu1 source package in Ubuntu

Changelog

fwts (18.01.00-0ubuntu1) bionic; urgency=medium

  [Alex Hung]
  * acpi: LPIT: check for monotonically increasing UID
  * fwts-test: sync up with changes in lpit test

  [Colin Ian King]
  * Treewide: update copyright year to 2018
  * fwts-test: arg-help: sync up with copyright year changes
  * ACPICA: Update to version 20180105
  * acpica: fix linking issues when building non ACPI builds
  * lib: fwts-battery: use PRIu32 format specifier, fixes cppcheck warning
  * acpi: acpidump: move declaration to before statements, add blank lines
  * lib: fwts_safe_mem: don't perform void * pointer arithmetic, fix 32 bit end
  * lib: fwts_alloc: move 'pos' to a deeper scope, minor style change
  * opal: reserve_mem: remove redundant initialization of pointer p
  * opal: reserve_mem: remove unused variable 'i' and move scope of variable
    'value'
  * sbbr: rsdp: remove redundant initialization of boolean 'signature_pass'
  * acpi: madt: move scope of boolean 'passed'
  * acpi: pptt: move scope of index variable 'i'.
  * acpi: rasf: move scope of index variable 'i'
  * sbbr: acpitables: clean up code, move scope of some variables
  * acpi: erst: cast size to uint64_t to clean up static analysis warning
  * uefi: uefidump: clean up some static analysis warnings

  [Ivan Hu]
  * securebootcert: add checking read-only for the AuditMode and DeployedMode
  * securebootcert: move to UNSAFE category

 -- Ivan Hu <email address hidden>  Thu, 25 Jan 2018 13:44:38 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fwts_18.01.00.orig.tar.gz 3.5 MiB 3cbaf8730cf994386c095dbcf9581792a39cae5771c0ea72c9432873b32a5df5
fwts_18.01.00-0ubuntu1.debian.tar.xz 47.8 KiB 9bfca2eb03130c6d669a1463fde2b35d5e8e68925de46ee6438475be70de49ee
fwts_18.01.00-0ubuntu1.dsc 2.5 KiB e4ce9f9eb8d73f39c8cd227be02e8fb1a3fd9e6ec471e295724d242fe85263cc

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-dbgsym: debug symbols for fwts
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.

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.

libfwts1-dbgsym: debug symbols for libfwts1
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.

libfwtsacpica1-dbgsym: debug symbols for libfwtsacpica1
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.

libfwtsiasl1-dbgsym: debug symbols for libfwtsiasl1