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