Carl-Daniel Hailfinger wrote:
However, it is rather inconvenient to generate all the ACPI code at runtime.
We simply can't do it. I am tempted to add a "yet".
Of course, we need ACPI code generation for exchangeable devices like the CPU. But tables which are static anyway should not need code generation. What do you think about a solution which simply references the externally compiled AML for static table parts?
That's what the SSDT is for. It's loaded in addition to the DSDT to enhance it.
Stefan