1ACPIBIN(1) General Commands Manual ACPIBIN(1)
2
3
4
6 acpibin - ACPI binary AML file utility
7
9 acpibin [<option>...]
10
11
13 This manual page briefly documents the acpibin command. The option list
14 is taken from the acpibin interactive help.
15
16 acpibin is a command provided to perform some basic and common opera‐
17 tions on AML binary files.
18
19 Much more detailed documentation may be found at
20 http://www.acpica.org/documentation/.
21
22
24 -c <file1> <file2>
25 Compare two binary AML files
26
27 -d <in> <out>
28 Dump AML binary to text file
29
30 -e <sig> <in> <out>
31 Extract binary AML table from acpidump file
32
33 -h <file>
34 Display table header for binary AML file
35
36 -s <file>
37 Update checksum for binary AML file
38
39 -t Terse mode
40
41
43 acpibin was written by Robert Moore <robert.moore@intel.com>.
44
45 This manual page was written by Al Stone <ahs3@redhat.com> for the
46 Fedora project (but may be used by others).
47
48
49
50 January 23, 2013 ACPIBIN(1)