diff options
| author | Bob Moore <robert.moore@intel.com> | 2015-04-12 23:50:21 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-04-14 08:51:54 -0400 |
| commit | 8b0b1a9976c04b85c382590c59b305d763a9a5e6 (patch) | |
| tree | 8933766598691c534818f3c4cecd5f14a311ac9f /drivers/acpi | |
| parent | 0a381133127af4434301b3d9fb545005f38ad98c (diff) | |
ACPICA: iASL/Disassembler: Add option to assume table contains valid AML.
ACPICA commit f5d2ff3fa05341d9fe27250fcb2e14c7f871432c
For dynamically loaded tables that have unknown ACPI signatures,
this option (-df) forces the disassembler to treat the table as if
it contains valid AML code (like a DSDT or SSDT). Otherwise, the
disassembler will treat the table as an unkown data table and
simply do a hex dump of the table.
Linux kernel is not affected by this patch.
Link: https://github.com/acpica/acpica/commit/f5d2ff3f
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
| -rw-r--r-- | drivers/acpi/acpica/acglobal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h index 8a99dcb2510d..a0c478784314 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h | |||
| @@ -306,6 +306,7 @@ ACPI_INIT_GLOBAL(u8, acpi_gbl_db_output_flags, ACPI_DB_CONSOLE_OUTPUT); | |||
| 306 | ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE); | 306 | ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE); |
| 307 | ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE); | 307 | ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE); |
| 308 | ACPI_INIT_GLOBAL(u8, acpi_gbl_cstyle_disassembly, TRUE); | 308 | ACPI_INIT_GLOBAL(u8, acpi_gbl_cstyle_disassembly, TRUE); |
| 309 | ACPI_INIT_GLOBAL(u8, acpi_gbl_force_aml_disassembly, FALSE); | ||
| 309 | 310 | ||
| 310 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_disasm); | 311 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_disasm); |
| 311 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_verbose); | 312 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_verbose); |
