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_genl.tar.bz2 | 0000007050 6.88 KB | |
acpi_validate | 0000006522 6.37 KB | |
acpica-no-compiletime.patch | 0000002936 2.87 KB | |
acpica-unix2-20121220.tar.bz2 | 0000827093 808 KB | |
acpica.changes | 0000007374 7.2 KB | |
acpica.spec | 0000003359 3.28 KB | |
acpica_make_CFLAGS_overridable | 0000002027 1.98 KB | |
acpidump-20110323.tar.bz2 | 0000021976 21.5 KB | |
acpidump-override-CFLAGS.patch | 0000000762 762 Bytes | |
bob_noop.patch | 0000007812 7.63 KB | |
ec_access.c | 0000005891 5.75 KB |
Revision 27 (latest revision is 78)
- Make use of -in (Ignore NoOp opcodes/operators) to avoid false positive errors during compliation/disassembling - Update to version 20121018 -> remove some patches that got integrated -> Add one patch (bob_noop.patch) which will get integrated mainline: Stop and bail out when max error (200) count is reached. Introduce -in compile/disassemble option. - Add acpi_validate script for easy disassembling and re-compilation of local ACPI tables or of an already existing acpidump file
Comments 0