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