| Name: | acpica-tools |
|---|---|
| Version: | 20130823 |
| Release: | 6.el7 |
| Architecture: | x86_64 |
| Group: | Development/Languages |
| Size: | 2291167 |
| License: | GPLv2 |
| RPM: | acpica-tools-20130823-6.el7.x86_64.rpm |
| Source RPM: | acpica-tools-20130823-6.el7.src.rpm |
| Build Date: | Sun May 04 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://www.acpica.org/ |
| Summary: | ACPICA tools for the development and debug of ACPI tables |
| Description: | 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)
This version of the tools is being released under GPLv2 license. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Fix the four issues identified by RPMdiff that were reported in RHBZ 1017311.
- Fix run-misc-tests.sh script to properly set the number of BITS to 64 when run on a s390x system.
- Add in a copy of the GPLv2 text in order to comply with the requirement to always redistribute the terms of the license.
- Update to latest upstream source.
- Fix several rpmlint items (listed below) - Add versions to explicit provides for acpixtract, acpidump - Not all setup steps used -q - Setup executable test script (run-misc-tests.sh) differently - Removed unneeded commented out line with macros in it - Removed mixed use of spaces and tabs (all spaces now) - Corrected source URLs (upstream moved)
- Update to latest upstream source.
- Update to latest upstream source. - Move acpidump to acpidump-acpica so it be an alternative properly - Add basic man page for acpidump - Enable use of AAPITS tests during the check step
- Correct an oversight: we provide an acpidump in conflict with the version in pmtools (which appears to be dead upstream) but had not made it an alternative before