Blame SOURCES/acpiexec.1

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