]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commitdiff
acpi_extract.py: document DEVICE directives
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 1 Aug 2013 16:05:09 +0000 (19:05 +0300)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 2 Aug 2013 22:41:58 +0000 (18:41 -0400)
commit 2b568ebb20b08c7881d976b5bc9f59a425bae5e6
    acpi_extract: detect DeviceOp
added new directives to acpi_extract.py, but didn't
document them.
Add documentation at top of file.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/acpi_extract.py

index ab8ced647512e1e9a804d3c2243cb6bd1a49414d..8975b31f12e403d2990b79feaae6fe802bfff491 100755 (executable)
@@ -29,6 +29,9 @@
 # ACPI_EXTRACT_PROCESSOR_START - start of Processor() block
 # ACPI_EXTRACT_PROCESSOR_STRING - extract a NameString from Processor()
 # ACPI_EXTRACT_PROCESSOR_END - offset at last byte of Processor() + 1
+# ACPI_EXTRACT_DEVICE_START - start of Device() block
+# ACPI_EXTRACT_DEVICE_STRING - extract a NameString from Device()
+# ACPI_EXTRACT_DEVICE_END - offset at last byte of Device() + 1
 # ACPI_EXTRACT_PKG_START - start of Package block
 #
 # ACPI_EXTRACT_ALL_CODE - create an array storing the generated AML bytecode