1ACPIDUMP(1) General Commands Manual ACPIDUMP(1)
2
3
4
6 acpidump - ACPI table dump utility
7
9 acpidump [<option>...]
10
11
13 This manual page briefly documents the acpidump command. The option
14 list is taken from the interactive help.
15
16 The acpidump command extracts the ACPI tables currently in use from the
17 running kernel in a form usable for later processing by the acpixtract
18 command.
19
20 Invocation of acpidump without parameters will dump all available ACPI
21 tables. Multiple mixed instances of the -a , -f , and -n parameters
22 can be used.
23
24
26 -b Dump tables in binary format (versus the default human-readable
27 form).
28
29
30 -h | -?
31 Display this help message.
32
33
34 -o <file>
35 Redirect output to a file. This file can be used later by
36 acpixtract to examine the contents of the ACPI tables.
37
38
39 -r <address>
40 Dump tables from specified RSDP.
41
42
43 -s Print table summaries only.
44
45
46 -v Print the version of this utility.
47
48
49 -z Verbose mode.
50
51
53 -a <address>
54 Get a table from a physical address (must be superuser and you
55 must be careful which address you use -- dmesg will typically
56 report the addresses for the various tables).
57
58
59 -c <on|off>
60 Turn on/off customized table dumping. If turned on, tables are
61 dumped from /sys/firmware/acpi/tables. If turned off, tables are
62 dumped from /dev/mem. The default is on.
63
64
65 -f <binary-file>
66 Get a table from a binary file (see the -b option).
67
68
69 -n <signature>
70 Get a table via it's name or signature (e.g., MADT or SSDT).
71
72
73 -x Do not use but dump XSDT.
74
75
76 -x -x Do not use or dump XSDT.
77
78
80 acpixtract(1)
81
82
84 acpidump was written by Robert Moore <robert.moore@intel.com> and Chao
85 Guan <chao.guan@intel.com>.
86
87 This manual page was written by Al Stone <ahs3@redhat.com> for the
88 Fedora project (but may be used by others).
89
90
91
92 July 24, 2013 ACPIDUMP(1)