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.
- Sources inherited from project SUSE:SLE-15-SP7:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/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 | 0000001619 1.58 KB | |
acpica-unix-20230628.tar.gz | 0001946751 1.86 MB | |
acpica.changes | 0000040074 39.1 KB | |
acpica.spec | 0000004361 4.26 KB | |
do_not_use_build_date_and_time.patch | 0000006661 6.5 KB | |
ec_access.c | 0000005891 5.75 KB | |
wmidump-20211011.tar.xz | 0000003876 3.79 KB | |
wmidump_add_she_bang.patch | 0000000350 350 Bytes |
Latest Revision
- Update to version 20230628 (PED-9743) * Fixed a problem with the ASL/AML Timer() operator. * Added support for _DSC (Deepest State for Configuration) as per ACPI 6.5. * Added port definitions for CDAT SSLBIS. * Fixed misspelled CDAT DSMAS define * Fix GCC 12 dangling-pointer warning. * Fix compilation using C run-times like MUSL.. * IASL/RHCT: Enable dumping and compiling newly added nodes. * AcpiExec: Added a new command, ?interrupt?. * AcpiExec: Detect GED device and keep track of _EVT.
Comments 0