~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/power/acpi/man/acpidump.8

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 .TH ACPIDUMP 8
  2 .SH NAME
  3 acpidump \- dump a system's ACPI tables to an ASCII file
  4 
  5 .SH SYNOPSIS
  6 .B acpidump
  7 .RI [ options ]
  8 .br
  9 
 10 .SH DESCRIPTION
 11 .B acpidump
 12 dumps the systems ACPI tables to an ASCII file appropriate for
 13 attaching to a bug report.
 14 
 15 Subsequently, they can be processed by utilities in the ACPICA package.
 16 
 17 .SH OPTIONS
 18 acpidump options are as follow:
 19 .TP
 20 .B Options
 21 .TP
 22 .B \-b
 23 Dump tables to binary files
 24 .TP
 25 .B \-h \-?
 26 This help message
 27 .TP
 28 .B \-o <File>
 29 Redirect output to file
 30 .TP
 31 .B \-r <Address>
 32 Dump tables from specified RSDP
 33 .TP
 34 .B \-s
 35 Print table summaries only
 36 .TP
 37 .B \-v
 38 Display version information
 39 .TP
 40 .B \-z
 41 Verbose mode
 42 .TP
 43 .B Table Options
 44 .TP
 45 .B \-a <Address>
 46 Get table via a physical address
 47 .TP
 48 .B \-c <on|off>
 49 Turning on/off customized table dumping
 50 .TP
 51 .B \-f <BinaryFile>
 52 Get table via a binary file
 53 .TP
 54 .B \-n <Signature>
 55 Get table via a name/signature
 56 .TP
 57 .B \-x
 58 Do not use but dump XSDT
 59 .TP
 60 .B \-x \-x
 61 Do not use or dump XSDT
 62 .TP
 63 .fi
 64 Invocation without parameters dumps all available tables.
 65 .TP
 66 Multiple mixed instances of -a, -f, and -n are supported.
 67 
 68 .SH EXAMPLES
 69 
 70 .nf
 71 # acpidump > acpidump.out
 72 
 73 $ acpixtract -a acpidump.out
 74         Acpi table [DSDT] -  15974 bytes written to DSDT.dat
 75         Acpi table [FACS] -     64 bytes written to FACS.dat
 76         Acpi table [FACP] -    116 bytes written to FACP.dat
 77         Acpi table [APIC] -    120 bytes written to APIC.dat
 78         Acpi table [MCFG] -     60 bytes written to MCFG.dat
 79         Acpi table [SSDT] -    444 bytes written to SSDT1.dat
 80         Acpi table [SSDT] -    439 bytes written to SSDT2.dat
 81         Acpi table [SSDT] -    439 bytes written to SSDT3.dat
 82         Acpi table [SSDT] -    439 bytes written to SSDT4.dat
 83         Acpi table [SSDT] -    439 bytes written to SSDT5.dat
 84         Acpi table [RSDT] -     76 bytes written to RSDT.dat
 85         Acpi table [RSDP] -     20 bytes written to RSDP.dat
 86 
 87 $ iasl -d *.dat
 88 ...
 89 .fi
 90 creates *.dsl, a human readable form which can be edited
 91 and compiled using iasl.
 92 
 93 
 94 .SH NOTES
 95 
 96 .B "acpidump "
 97 must be run as root.
 98 
 99 .SH REFERENCES
100 ACPICA: https://acpica.org/
101 
102 .SH FILES
103 .ta
104 .nf
105 /dev/mem
106 /sys/firmware/acpi/tables/*
107 /sys/firmware/acpi/tables/dynamic/*
108 /sys/firmware/efi/systab
109 .fi
110 
111 .SH AUTHOR
112 .TP
113 Original by:
114  Len Brown <len.brown@intel.com>
115 .TP
116 Written by:
117  Chao Guan <chao.guan@intel.com>
118 .TP
119 Updated by:
120  Bob Moore <robert.moore@intel.com>
121  Lv Zheng <lv.zheng@intel.com>
122 
123 .SH SEE ALSO
124 \&\fIacpixtract\fR\|(8), \fIiasl\fR\|(8).
125 
126 .SH COPYRIGHT
127 COPYRIGHT (c) 2013, Intel Corporation.

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php