ACPICA: acpiexec: Add option to specify an object initialization file.
authorBob Moore <robert.moore@intel.com>
Thu, 27 Nov 2014 06:26:07 +0000 (14:26 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Nov 2014 23:00:52 +0000 (00:00 +0100)
commitb487867c9356d70345d96fbef86ea58d19cc7be6
tree252b2d3cfc2614f5ee6f45d155927790f546db41
parent4dcd78d80d37a360f5faab422a4e48b2cfd4abe4
ACPICA: acpiexec: Add option to specify an object initialization file.

This option (-fi) allows the specification of a file that is used
to specify initialization values for individual namespace objects.
Each line in the file is in the format:

<ACPI pathname> <Integer Value>

This patch only affects acpiexec which is not in the Linux kernel.

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>
drivers/acpi/acpica/utxfinit.c
This page took 0.027415 seconds and 5 git commands to generate.