acpica-unix 20170929-2 source package in Ubuntu

Changelog

acpica-unix (20170929-2) unstable; urgency=medium

  * Added correction patch for big-endian systems only

 -- Al Stone <email address hidden>  Tue, 17 Oct 2017 15:37:30 -0600

Upload details

Uploaded by:
Mattia Dongili
Uploaded to:
Sid
Original maintainer:
Mattia Dongili
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
acpica-unix_20170929-2.dsc 1.9 KiB 71276ac43eda9867b62a52538af3dbd2b0a5c817c81dc809ba9acc1e3436b325
acpica-unix_20170929.orig.tar.gz 3.2 MiB 5ca66edb6f0998277abf5b17f1f31f5aae7d0d7ea180d42edcab0e88276a5c95
acpica-unix_20170929-2.debian.tar.xz 49.2 KiB 946abdf09b9d78da6e78e29af5d2f458451f43058d2fcd532a43901b7d09c35e

No changes file available.

Binary packages built by this source

acpica-tools: ACPICA tools for the development and debug of ACPI tables

 The ACPI Component Architecture (ACPICA) project provides an OS-independent
 reference implementation of the Advanced Configuration and Power Interface
 Specification (ACPI). ACPICA code contains those portions of ACPI meant to
 be directly integrated into the host OS as a kernel-resident subsystem, and
 a small set of tools to assist in developing and debugging ACPI tables.
 .
 This package contains only the user-space tools needed for ACPI table
 development, not the kernel implementation of ACPI. The following commands
 are installed:
    -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine
       Language), suitable for inclusion as a DSDT in system firmware.
       It also can disassemble AML, for debugging purposes.
    -- acpibin: performs basic operations on binary AML files (e.g.,
       comparison, data extraction)
    -- acpidump: write out the current contents of ACPI tables
    -- acpiexec: simulate AML execution in order to debug method definitions
    -- acpihelp: display help messages describing ASL keywords and op-codes
    -- acpinames: display complete ACPI name space from input AML
    -- acpisrc: manipulate the ACPICA source tree and format source files
       for specific environments
    -- acpixtract: extract binary ACPI tables from acpidump output (see
       also the pmtools package)

acpica-tools-dbgsym: debug symbols for acpica-tools