acpi: extract aml from .lst
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 26 Oct 2011 21:28:02 +0000 (23:28 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 30 Oct 2011 17:40:26 +0000 (13:40 -0400)
commit2e55b03e6314b6cf282dd2d911598973b37a9ca4
treef1914934f26f66f8f70c014d53257d9a5811c131
parentf2fd79b5bfa7b6d04d2b0272af05be753b61fb40
acpi: extract aml from .lst

Add ACPI_EXTRACT_ALL_CODE directive, to support extracting
AML code from listing into a named array. Use that instead including C
file generated by iasl, this makes it possible to include multiple AML
tables without resorting to preprocessor tricks.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Makefile
src/acpi-dsdt.dsl
src/acpi-dsdt.hex
src/acpi.c
src/ssdt-proc.dsl
src/ssdt-proc.hex
tools/acpi_extract.py