Blame SOURCES/acpiexec.1

0fb27e
.\" First parameter, NAME, should be all caps
0fb27e
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
0fb27e
.\" other parameters are allowed: see man(7), man(1)
0fb27e
.TH ACPIEXEC 1 "January 23, 2013"
0fb27e
.\" Please adjust this date whenever revising the manpage.
0fb27e
.\"
0fb27e
.\" Some roff macros, for reference:
0fb27e
.\" .nh        disable hyphenation
0fb27e
.\" .hy        enable hyphenation
0fb27e
.\" .ad l      left justify
0fb27e
.\" .ad b      justify to both left and right margins
0fb27e
.\" .nf        disable filling
0fb27e
.\" .fi        enable filling
0fb27e
.\" .br        insert line break
0fb27e
.\" .sp <n>    insert n+1 empty lines
0fb27e
.\" for manpage-specific macros, see man(7)
0fb27e
.SH NAME
0fb27e
acpiexec \- ACPI AML execution and debug utility
0fb27e
.SH SYNOPSIS
0fb27e
.B acpiexec
0fb27e
.RI [ <option> ... ]
0fb27e
.RI <aml-file>
0fb27e
.B ...
0fb27e
0fb27e
.SH DESCRIPTION
0fb27e
This manual page briefly documents the
0fb27e
.B acpiexec
0fb27e
command. The option list is taken from the acpiexec interactive help.
0fb27e
.PP
0fb27e
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
0fb27e
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
0fb27e
.\" respectively.
0fb27e
.B acpiexec
0fb27e
provides a simulated execution environment for AML code so that it
0fb27e
can be more easily tested and debugged.
0fb27e
.PP
0fb27e
Much more detailed documentation may be found at
0fb27e
http://www.acpica.org/documentation/.
0fb27e
0fb27e
.SH OPTIONS
0fb27e
0fb27e
.PP
0fb27e
.TP
0fb27e
.B \-?
0fb27e
Display the help message
0fb27e
.TP
0fb27e
.B \-b "command-line"
0fb27e
Batch mode command line execution (cmd1;cmd2;...)
0fb27e
.TP
0fb27e
.B \-M [<method>]
0fb27e
Batch mode method execution (Default: MAIN)
0fb27e
.TP
0fb27e
.B \-da
0fb27e
Disable method abort on error
0fb27e
.TP
0fb27e
.B \-di
0fb27e
Disable execution of _STA/_INI methods during init
0fb27e
.TP
0fb27e
.B \-do
0fb27e
Disable Operation Region address simulation
0fb27e
.TP
0fb27e
.B \-dr
0fb27e
Disable repair of method return values
0fb27e
.TP
0fb27e
.B \-dt
0fb27e
Disable allocation tracking (performance)
0fb27e
.TP
0fb27e
.B \-ef
0fb27e
Enable display of final memory statistics
0fb27e
.TP
0fb27e
.B \-ei
0fb27e
Enable additional tests for ACPICA interfaces
0fb27e
.TP
0fb27e
.B \-em
0fb27e
Enable interpreter Serialized mode
0fb27e
.TP
0fb27e
.B \-es
0fb27e
Enable interpreter Slack mode
0fb27e
.TP
0fb27e
.B \-et
0fb27e
Enable debug semaphore timeour
0fb27e
.TP
0fb27e
.B \-f <value>
0fb27e
Operation Region initialization fill value
0fb27e
.TP
0fb27e
.B \-r
0fb27e
Use hardware-reduced FADT V5
0fb27e
.TP
0fb27e
.B \-vi
0fb27e
Verbose initialization output
0fb27e
.TP
0fb27e
.B \-vr
0fb27e
Verbose region handler output
0fb27e
.TP
0fb27e
.B \-x <debug-level>
0fb27e
Debug output level
0fb27e
0fb27e
.SH AUTHOR
0fb27e
acpiexec was written by Robert Moore <robert.moore@intel.com>.
0fb27e
.PP
0fb27e
This manual page was written by Al Stone <ahs3@redhat.com> for the
0fb27e
Fedora project (but may be used by others).