]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Populate /sys/firmware/acpi/tables/
authorZhang Rui <rui.zhang@intel.com>
Thu, 14 Jun 2007 09:43:07 +0000 (17:43 +0800)
committerLen Brown <len.brown@intel.com>
Sun, 22 Jul 2007 06:42:45 +0000 (02:42 -0400)
commitb09f97b0b3d13601c38f19a01a3e16769c8c5378
tree49a2d39404d727756159751e9de3ffea2e728bbf
parent15091800969f1af4ffc01cf32f602c864e7b8ab9
ACPI: Populate /sys/firmware/acpi/tables/

The file name is the signature, such as DSDT,
and the contents are the binary table image.

Some tables, such as the SSDT, can have multiple instances.
If just one, the file is SSDT, but if 3 instances,
for example, it will be SSDT1, SSDT2, SSDT3

All static tables (besides teh RSDP and RSDT themselves
are exported.  Dynamic tables, such as SSDT op-regions that
are not declared in the RSDT, will be added in a subsequent patch.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/system.c