This is a set of tools to display and debug your BIOS ACPI tables
The included tools share the same code as it is used in the ACPI
implementation of the kernel. The code of the acpica project is exactly
the same as the ACPI parser and interpreter code of the kernel and the
code gets synced regularly from the acpica project into the kernel.
E.g. if you identify bugs in the kernel's ACPI implementation it might
be easier to debug them in userspace if possible. If the bug is part of
the acpica code, it has to be submitted to the acpica project to get
merged into the mainline kernel sources.
iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine
Language). This AML is suitable for inclusion as a DSDT in system
firmware. It also can disassemble AML, for debugging purposes.
- Developed at hardware
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/acpica && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
acpi-tools-3.14.tar.bz2 | 0000061557 60.1 KB | |
acpi_genl.tar.bz2 | 0000007050 6.88 KB | |
acpi_validate | 0000006532 6.38 KB | |
acpica-no-compiletime.patch | 0000002936 2.87 KB | |
acpica-unix2-20140214.tar.bz2 | 0000889259 868 KB | |
acpica.changes | 0000010392 10.1 KB | |
acpica.spec | 0000004085 3.99 KB | |
ec_access.c | 0000005891 5.75 KB | |
generate_acpi-tools_tarball.sh | 0000001417 1.38 KB | |
wmidump.tar.bz2 | 0000003996 3.9 KB | |
wmidump_add_she_bang.patch | 0000000349 349 Bytes |
Revision 38 (latest revision is 78)
- Add acpi-tools tarball from kernel sources: tools/power/acpi Use latest acpidump from there instead of acpica included one. This fixes acpidump on latest kernels. - Add script for easier retrieving of acpi-tools tarball from kernel sources. - Update to version 20140214 - Replace $RPM_OPT_FLAGS with %{optflags} as suggested by tcech@suse.cz - set HOST for make to not blindly set the hostname as compiler definition
Comments 0