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 | 0000006532 6.38 KB | |
acpica-no-compiletime.patch | 0000001668 1.63 KB | |
acpica-unix-20200110.tar.gz | 0001863088 1.78 MB | |
acpica.changes | 0000025168 24.6 KB | |
acpica.spec | 0000004410 4.31 KB | |
do_not_use_build_date_and_time.patch | 0000007576 7.4 KB | |
ec_access.c | 0000005891 5.75 KB | |
wmidump.tar.bz2 | 0000003996 3.9 KB | |
wmidump_add_she_bang.patch | 0000000350 350 Bytes |
Revision 61 (latest revision is 78)
- Add -fcommon as there are a lot re-definitions which lead to errors and compile failures with gcc10 which enables -fno-common by default bsc#1160383 - acpica fails with -fno-common - Update to version 20200110
Comments 0