fwts 13.12.00-0ubuntu1 source package in Ubuntu

Changelog

fwts (13.12.00-0ubuntu1) trusty; urgency=low

  [Alex Hung]
  * data: klog.json: set _DOS error to low as kernel workarounds it
    (LP: #1250764)
  * acpi: method: add _PIC control method test (LP: #1252997)
  * acpi: method: move commented _CWS to correct section
  * acpi: method: add _IFT and _SRV control method tests (LP: #1255915)
  * acpi: method: remove resource descriptor field "_INT" from
    method/object list

  [Colin Ian King]
  * lib: fwts_hwinfo.c: Fix strict aliasing build failure on Lucid
    (LP: #1251587)
  * ACPICA: update to version 20131115
  * data: klog.json: thermal overrun messages should be checked on
    klog test (LP: #1253146)
  * data: klog.json: fix two spelling mistakes
  * acpi: method: fix spelling mistake in comment
  * cpu: cpufreq: check CPU freq max limits (LP: #1253047)
  * cpu: maxfreq: report maxfreq and tidy up the test (LP: #1253658)
  * cpu: msr: tidy up output and tidy up source (LP: #1253684)
  * cpu: msr: Add Ivybridge and Haswell MSRs (LP: #1254066)
  * cpu: msr: remove the need for shift in tables, tidy up tables
  * lib: fwts_guid: consitify and minor tidy up
  * lib: fwts_acpi: constify fwts_acpi_fadt_preferred_pm_profile
  * acpi: acpidump: constify tables and func args, tidy up source
  * hpet: hpet_check: skip test3 if HPET address was not found (LP: #1257825)
  * acpi: autobrightness: make error reporting far less verbose (LP: #1257782)
  * doc: fix --s3-sleep-delay man page entry
  * lib: remove fwts_virt, it contains code that is not used (LP: #1259655)

  [Ivan Hu]
  * uefi: uefidump: add more subtype support on acpi device path type for
    uefidump (LP: #1253000)
  * uefi: uefidump: dealing with the End of Hardware Device Path sub-type
    0x01 (LP: #1253906)
  * uefi: uefidump: add the Fibre Channel Ex subtype-21 support on messaging
    device path type for uefidump (LP: #1255387)
  * uefi: uefidump: add the SATA subtype-18 support on messaging device path
    type for uefidump (LP: #1255387)
  * uefi: uefidump: add the USB WWID subtype-16 support on messaging device
    path type for uefidump (LP: #1255387)
  * uefi: uefidump: add the VLAN subtype-20 support on messaging device path
    type for uefidump(LP: #1255387)
  * uefi: uefidump: add the Device Logical Unit subtype-17 support on messaging
    device path type for uefidump(LP: #1255387)
  * uefi: uefidump: add the SAS Ex subtype-22 support on messaging device path
    type for uefidump(LP: #1255387)
  * uefi: uefidump: add the iSCSI subtype-19 support on messaging device path
    type for uefidump(LP: #1255387)
  * uefi: uefidump: add the NVM Express namespace subtype-23 support on
    messaging device path type for uefidump (LP: #1255387)
  * lib: fwts_acpi_table: multi-FADT table support fimware make sure the table
    from XSDT be checked first. (LP: #1258378)
 -- Keng-Yu Lin <email address hidden>   Wed, 11 Dec 2013 14:09:00 +0800

Upload details

Uploaded by:
Keng-Yu Lin
Uploaded to:
Trusty
Original maintainer:
Firmware Testing Team
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fwts_13.12.00.orig.tar.gz 1.3 MiB 1336e7f4e9302c95b2041d24c874133efba397d4d2c4b2a2c90374f90e794abc
fwts_13.12.00-0ubuntu1.debian.tar.gz 30.8 KiB 656dcb06a7fd99da8168271f7c1983a65b7dc5e603077b57b79ad39bf41f2ae5
fwts_13.12.00-0ubuntu1.dsc 2.2 KiB 0349faeaea7f1151892931fa18e78cb7ab4fc17b30fa47e5ba7ea2f282fbc7e4

View changes file

Binary packages built by this source

fwts: FirmWare Test Suite

 This is a firmware test suite that performs sanity checks on Intel/AMD
 PC 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.

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.