fwts 14.01.00-0ubuntu1 source package in Ubuntu

Changelog

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

  [Alex Hung]
  * dmi: change max value of "Upgrade" field" from 0x2a to 0x2c (LP: #1263634)

  [Colin Ian King]
  * cpu: microcode: test should skip if no microcound found (LP: #1259900)
  * acpi: acpidump: add SPCR table (LP: #1260351)
  * acpi: acpidump: add DBGP table (LP: #1260353)
  * acpi: acpidump: add DBG2 table (LP: #1260356)
  * Enable ACPI table dumping for non-x86 systems (LP: #1260470)
  * Allow RSDP to be provided manually or scan for it in klog (LP: #1260400)
  * Dump ACPI table addresses with correct address length (LP: #1260482)
  * ACPICA: update to version 20131218 (LP: #1262348)
  * acpi: acpidump: dump out table descriptions (LP: #1261483)
  * acpi: acpidump: Add MCHI table (LP: #1261484)
  * fwts: remove launchpad tagging from fwts
  * doc: remove tag options --lp-tags and --lp-tags-log
  * data: klog.json: remove redundant tags from database
  * lib: klog: add fwts_klog_find_changes to compare klogs (LP: #1262208)
  * acpi: s3: do kernel log comparisons without destroying klog (LP: #1262208)
  * acpi: s4: do kernel log comparisons without destroying klog (LP: #1262208)
  * lib: add fwts_exec() helper function
  * fwts: use fwts_exec rather than fwts_pipe_exec
  * acpi: crsdump: fix large resource length calculation (LP: #1255793)
  * acpi: crsdump, prsdump: add support for _PRS dumping (LP: #1265827)
  * fwts: all: update copyright year to 2014
  * fwts: debian: update copyright dates
  * fwts: doc: update dates, some of these are way too old
  * dmi: dmicheck: add more checks for invalid DMI fields (LP: #1262236)
  * data: klog: sync up with 3.13 kernel (LP: #1266786)
  * fwts: attempt to make fwts less Ubuntu specific, (LP: #1246653)
  * fwts: fix common realloc() memory leak anti-pattern (LP: #1267193)
  * acpi: s3: remove redundant variable
  * bios: pciirq: fix printf format and tidy some variable scopes
  * acpi: powerbutton: ensure we don't get scanf buffer overflow
  * cpu: cpufreq: use correct printf format specifiers

  [IvanHu]
  * lib: fwts_uefi header add attribure packed for struct typedef
  * uefi: uefidump: add the Media Protocol subtype-5 support on media device
    path type for uefidump (LP: #1260147)
  * uefi: uefidump: add the PIWG Firmware File subtype-6 support on media device
    path type for uefidump (LP: #1260147)
  * uefi: uefidump: add the PIWG Firmware Volume subtype-7 support on media
    device path type for uefidump (LP: #1260147)
  * uefi: uefidump: extend the Messaging Device Path type Vedor subtype-10
    (LP: #1262095)
 -- Alex Hung <email address hidden>   Tue, 14 Jan 2014 16:13:37 +0800

Upload details

Uploaded by:
Alex Hung
Sponsored 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_14.01.00.orig.tar.gz 1.3 MiB ebc9cc31a7f6d6d6fb74f9cc3196f505db3c5027fd50e1c7ed0a9e8997f001f7
fwts_14.01.00-0ubuntu1.debian.tar.gz 31.5 KiB 74b914a2e75a8e51b9984689beae43fe91486f85bb3656cee41f7863a18fa0be
fwts_14.01.00-0ubuntu1.dsc 2.2 KiB 53dbcdb69a5842777934e969ff7b6c299c60e691a8edc9ded35be7471e9803e4

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.