Following patch adds dynamic ACPI AML code generator which can be used to

generate run-time ACPI ASL code.

Moreover it demonstrates its use on Asus M2V-MX SE where the SSDT table is
generated by new function k8acpi_write_vars (technically similar to
update_ssdt). But lot of nicer.
x
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3925 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Rudolf Marek
2009-02-01 18:35:15 +00:00
parent 1c49bc9744
commit 293b5f5225
8 changed files with 318 additions and 10 deletions

View File

@@ -13,5 +13,5 @@ object pirq_routing.o
end
if HAVE_ACPI_TABLES
object acpi.o
object acpigen.o
end