]> git.pld-linux.org Git - packages/acpica.git/blame - acpiexec.1
- updated tests
[packages/acpica.git] / acpiexec.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 ACPIEXEC 1 "January 23, 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
18acpiexec \- ACPI AML execution and debug utility
19.SH SYNOPSIS
20.B acpiexec
21.RI [ <option> ... ]
22.RI <aml-file>
23.B ...
24
25.SH DESCRIPTION
26This manual page briefly documents the
27.B acpiexec
28command. The option list is taken from the acpiexec interactive help.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33.B acpiexec
34provides a simulated execution environment for AML code so that it
35can be more easily tested and debugged.
36.PP
37Much more detailed documentation may be found at
38http://www.acpica.org/documentation/.
39
40.SH OPTIONS
41
42.PP
43.TP
44.B \-?
45Display the help message
46.TP
47.B \-b "command-line"
48Batch mode command line execution (cmd1;cmd2;...)
49.TP
50.B \-M [<method>]
51Batch mode method execution (Default: MAIN)
52.TP
53.B \-da
54Disable method abort on error
55.TP
56.B \-di
57Disable execution of _STA/_INI methods during init
58.TP
59.B \-do
60Disable Operation Region address simulation
61.TP
62.B \-dr
63Disable repair of method return values
64.TP
65.B \-dt
66Disable allocation tracking (performance)
67.TP
68.B \-ef
69Enable display of final memory statistics
70.TP
71.B \-ei
72Enable additional tests for ACPICA interfaces
73.TP
74.B \-em
75Enable interpreter Serialized mode
76.TP
77.B \-es
78Enable interpreter Slack mode
79.TP
80.B \-et
81Enable debug semaphore timeour
82.TP
83.B \-f <value>
84Operation Region initialization fill value
85.TP
86.B \-r
87Use hardware-reduced FADT V5
88.TP
89.B \-vi
90Verbose initialization output
91.TP
92.B \-vr
93Verbose region handler output
94.TP
95.B \-x <debug-level>
96Debug output level
97
98.SH AUTHOR
99acpiexec was written by Robert Moore <robert.moore@intel.com>.
100.PP
101This manual page was written by Al Stone <ahs3@redhat.com> for the
102Fedora project (but may be used by others).
This page took 0.144803 seconds and 4 git commands to generate.