]> git.pld-linux.org Git - packages/acpica.git/blame - acpidump.1
- updated tests
[packages/acpica.git] / acpidump.1
CommitLineData
77760c90
JB
1.\" First parameter, NAME, should be all caps
2.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3.\" other parameters are allowed: see man(7), man(1)
4.TH ACPIDUMP 1 "July 24, 2013"
5.\" Please adjust this date whenever revising the manpage.
6.\"
7.\" Some roff macros, for reference:
8.\" .nh disable hyphenation
9.\" .hy enable hyphenation
10.\" .ad l left justify
11.\" .ad b justify to both left and right margins
12.\" .nf disable filling
13.\" .fi enable filling
14.\" .br insert line break
15.\" .sp <n> insert n+1 empty lines
16.\" for manpage-specific macros, see man(7)
17.SH NAME
18acpidump \- ACPI table dump utility
19.SH SYNOPSIS
20.B acpidump
21.RI [ <option> ... ]
22
23.SH DESCRIPTION
24This manual page briefly documents the
25.B acpidump
26command. The option list is taken from the interactive help.
27.PP
28The
29.B acpidump
30command extracts the ACPI tables currently in use from the running
31kernel in a form usable for later processing by the
32.B acpixtract
33command.
34.PP
35Invocation of
36.B acpidump
37without parameters will dump all available ACPI tables. Multiple mixed
38instances of the
39.B \-a
40,
41.B \-f
42, and
43.B \-n
44parameters can be used.
45
46.SH OPTIONS
47.PP
48.TP
49.B \-b
50Dump tables in binary format (versus the default human-readable form)
51
52.PP
53.TP
54.B \-h | \-?
55Display this help message
56
57.PP
58.TP
59.B \-o <file>
60Redirect output to a file. This file can be used later by
61.B acpixtract
62to examine the contents of the ACPI tables.
63
64.PP
65.TP
66.B \-s
67Print table summaries only.
68
69.PP
70.TP
71.B \-v
72Print the version of this utility.
73
74.PP
75.TP
76.B \-z
77Verbose mode.
78
79.PP
80.TP
81.B \-a <address>
82Get a table from a physical address (must be superuser and you must be
83careful which address you use -- dmesg will typically report the addresses
84for the various tables).
85
86.PP
87.TP
88.B \-f <binary-file>
89Get a table from a binary file (see the
90.B \-b
91option).
92
93.PP
94.TP
95.B \-n <signature>
96Get a table via it's name or signature (e.g., MADT or SSDT).
97
98.SH SEE ALSO
99.B acpixtract(1)
100
101.SH AUTHOR
102acpidump was written by Robert Moore <robert.moore@intel.com> and
103Chao Guan <chao.guan@intel.com>.
104.PP
105This manual page was written by Al Stone <ahs3@redhat.com> for the
106Fedora project (but may be used by others).
This page took 0.15291 seconds and 4 git commands to generate.