ACPICA: Add acpi_os_physical_table_override interface
authorBob Moore <[email protected]>
Tue, 14 Feb 2012 10:31:56 +0000 (18:31 +0800)
committerLen Brown <[email protected]>
Thu, 22 Mar 2012 05:44:59 +0000 (01:44 -0400)
commitf7b004a17c9183f023796dea0d70284684ec000d
tree885f0b9b00d2592b3bb0ee90c7b1f74aaff5e9b3
parentea143604c5c8426923bbed7cd389fdaed7d58a2e
ACPICA: Add acpi_os_physical_table_override interface

This interface allows the host to override a table via a
physical address, instead of the logical address required by
acpi_os_table_override. This simplifies the host implementation.
Initial implementation by Thomas Renninger. ACPICA implementation
creates a single function for table overrides that attempts both
a logical and a physical override.

Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Thomas Renninger <[email protected]>
Signed-off-by: Lin Ming <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/acpi/acpica/actables.h
drivers/acpi/acpica/tbinstal.c
drivers/acpi/acpica/tbutils.c
drivers/acpi/osl.c
include/acpi/acpiosxf.h