xref: /dragonfly/usr.sbin/acpi/acpiexec/acpiexec.8 (revision 7e82238e)
1.\"
2.\" Copyright (c) 2014 The DragonFly Project.  All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\"
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in
12.\"    the documentation and/or other materials provided with the
13.\"    distribution.
14.\" 3. Neither the name of The DragonFly Project nor the names of its
15.\"    contributors may be used to endorse or promote products derived
16.\"    from this software without specific, prior written permission.
17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
22.\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23.\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
24.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
26.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
28.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.Dd August 21, 2015
32.Dt ACPIEXEC 8
33.Os
34.Sh NAME
35.Nm acpiexec
36.Nd load ACPI tables and execute control methods from user space
37.Sh SYNOPSIS
38.Nm
39.Op Ar option ...
40.Ar aml_file ...
41.Sh DESCRIPTION
42The following options are supported:
43.Bl -tag -width indent
44.It Fl b Ar \&"command_line\&"
45Batch mode command line execution (cmd1;cmd2;...).
46.It Fl da
47Disable method abort on error.
48.It Fl di
49Disable execution of STA/INI methods during init.
50.It Fl do
51Disable Operation Region address simulation.
52.It Fl dr
53Disable repair of method return values.
54.It Fl ds
55Disable method auto-serialization.
56.It Fl dt
57Disable allocation tracking (performance).
58.It Fl ef
59Enable display of final memory statistics.
60.It Fl ei
61Enable additional tests for ACPICA interfaces.
62.It Fl el
63Enable loading of additional test tables.
64.It Fl es
65Enable Interpreter Slack Mode.
66.It Fl et
67Enable debug semaphore timeout.
68.It Fl fi Ar file
69Specify namespace initialization file.
70.It Fl fv Ar value
71Operation Region initialization fill value.
72.It Fl h
73Display the help message.
74.It Fl \&?
75Alias for
76.Fl h .
77.It Fl i Ar count
78Set maximum iterations for AML while loops.
79.It Fl l
80Load tables and namespace only.
81.It Fl m Op Ar method
82Batch mode method execution.
83The default method is
84.Sy MAIN .
85.It Fl r
86Use hardware-reduced FADT V5.
87.It Fl v
88Display version information.
89.It Fl vi
90Verbose initialization output.
91.It Fl vr
92Verbose region handler output.
93.It Fl x Ar debug_level
94Debug output level.
95.El
96.Pp
97From within the interactive mode, use
98.Sq \&?
99or
100.Dq help
101to see a list of available AML Debugger commands.
102.Sh SEE ALSO
103.Xr acpi 4 ,
104.Xr acpibin 8 ,
105.Xr acpicall 8 ,
106.Xr acpiconf 8 ,
107.Xr acpidump 8 ,
108.Xr acpihelp 8 ,
109.Xr acpinames 8 ,
110.Xr acpixtract 8 ,
111.Xr iasl 8
112.Pp
113.Lk https://acpica.org/documentation/
114.Sh AUTHORS
115The
116.Nm
117utility is provided by
118.Tn Intel
119as part of their
120.Sy ACPICA
121distribution.
122.Pp
123This manual page was written by
124.An Sascha Wildner .
125