Bug 5162
Summary: | ACPI fails to load - No result objects! - 20050729 broken -- 20050408 OK - Acer Aspire T630: Unable to load the System Description Tables | ||
---|---|---|---|
Product: | ACPI | Reporter: | Hubert Verstraete (hubs) |
Component: | Config-Tables | Assignee: | Robert Moore (Robert.Moore) |
Status: | CLOSED CODE_FIX | ||
Severity: | blocking | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.12 or 2.6.13 with acpi patch 20050729 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | output of acpidump run with kernel 2.6.12-1.1398_FC4smp |
Description
Hubert Verstraete
2005-08-31 10:14:52 UTC
please attach the output from acpidump available in pmtools here: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/ Created attachment 5841 [details]
output of acpidump run with kernel 2.6.12-1.1398_FC4smp
This DSDT seems to have the "executable code at module level" which is not currently supported by ACPICA, and results are unpredictable. Store (Buffer (0x03) {}, Local0) CreateByteField (Local0, 0x00, BUF1) CreateByteField (Local0, 0x01, BUF2) CreateByteField (Local0, 0x02, DMAM) Versions of ACPICA beyond 20050513 cannot disassemble the DSDT, this is a problem also. We are still investigating the solution for both problems. Problems with the support for module-level executable code forced us to disable the code. However, some of the support remained active, causing these problems. Fixed for the next ACPICA release. Also fixes the disassembler issue. Fixed in ACPICA version 20050902 Shipped in 2.6.13-git9. Closing. I've tested with kernel 2.6.13-git11 with SMP feature. It works, but of course there are less entries in /proc/acpi compared to my current kernel 2.6.12-1.1398_FC4smp (alarm, sleep, ...). |