ACPICA: acpidump: Add support to generate acpidump release.
authorLv Zheng <lv.zheng@intel.com>
Fri, 4 Apr 2014 04:39:42 +0000 (12:39 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 20 Apr 2014 20:59:40 +0000 (22:59 +0200)
commit506f57dd6dfdb1d73cb77106706cd5b8953b453d
tree4c5b7085f22dcc0bd4e10267c55960b38ee1598c
parentc418ce19030f8cd9304b4e97c8e0dd580a81ace5
ACPICA: acpidump: Add support to generate acpidump release.

The acpidump is initiated by Bob Moore and Chao Guan, fixed and completed
by Lv Zheng.

This patch is a generation of the commit that adds acpidump release
automation into ACPICA release process. Lv Zheng.

Note that this patch doesn't replace the kernel shipped acpidump with the
new acpidump.  The replacement is done by further patches.

Original-by: Chao Guan <guanchao@mail.ustc.edu.cn>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acapps.h [new file with mode: 0644]
tools/power/acpi/common/getopt.c [new file with mode: 0644]
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c [new file with mode: 0644]
tools/power/acpi/os_specific/service_layers/osunixdir.c [new file with mode: 0644]
tools/power/acpi/os_specific/service_layers/osunixmap.c [new file with mode: 0644]
tools/power/acpi/tools/acpidump/acpidump.h [new file with mode: 0644]
tools/power/acpi/tools/acpidump/apdump.c [new file with mode: 0644]
tools/power/acpi/tools/acpidump/apfiles.c [new file with mode: 0644]
tools/power/acpi/tools/acpidump/apmain.c [new file with mode: 0644]
This page took 0.026115 seconds and 5 git commands to generate.