.TH ACPIDUMP 8 .SH NAME acpidump \- dump a system's ACPI tables to an ASCII file .SH SYNOPSIS .B acpidump .RI [ options ] .br .SH DESCRIPTION .B acpidump dumps the systems ACPI tables to an ASCII file appropriate for attaching to a bug report. Subsequently, they can be processed by utilities in the ACPICA package. .SH OPTIONS acpidump options are as follow: .TP .B Options .TP .B \-b Dump tables to binary files .TP .B \-h \-? This help message .TP .B \-o Redirect output to file .TP .B \-r
Dump tables from specified RSDP .TP .B \-s Print table summaries only .TP .B \-v Display version information .TP .B \-z Verbose mode .TP .B Table Options .TP .B \-a
Get table via a physical address .TP .B \-c Turning on/off customized table dumping .TP .B \-f Get table via a binary file .TP .B \-n Get table via a name/signature .TP .B \-x Do not use but dump XSDT .TP .B \-x \-x Do not use or dump XSDT .TP .fi Invocation without parameters dumps all available tables. .TP Multiple mixed instances of -a, -f, and -n are supported. .SH EXAMPLES .nf # acpidump > acpidump.out $ acpixtract -a acpidump.out Acpi table [DSDT] - 15974 bytes written to DSDT.dat Acpi table [FACS] - 64 bytes written to FACS.dat Acpi table [FACP] - 116 bytes written to FACP.dat Acpi table [APIC] - 120 bytes written to APIC.dat Acpi table [MCFG] - 60 bytes written to MCFG.dat Acpi table [SSDT] - 444 bytes written to SSDT1.dat Acpi table [SSDT] - 439 bytes written to SSDT2.dat Acpi table [SSDT] - 439 bytes written to SSDT3.dat Acpi table [SSDT] - 439 bytes written to SSDT4.dat Acpi table [SSDT] - 439 bytes written to SSDT5.dat Acpi table [RSDT] - 76 bytes written to RSDT.dat Acpi table [RSDP] - 20 bytes written to RSDP.dat $ iasl -d *.dat ... .fi creates *.dsl, a human readable form which can be edited and compiled using iasl. .SH NOTES .B "acpidump " must be run as root. .SH REFERENCES ACPICA: https://acpica.org/ .SH FILES .ta .nf /dev/mem /sys/firmware/acpi/tables/* /sys/firmware/acpi/tables/dynamic/* /sys/firmware/efi/systab .fi .SH AUTHOR .TP Original by: Len Brown .TP Written by: Chao Guan .TP Updated by: Bob Moore Lv Zheng .SH SEE ALSO \&\fIacpixtract\fR\|(8), \fIiasl\fR\|(8). .SH COPYRIGHT COPYRIGHT (c) 2013, Intel Corporation. type='hidden' name='id' value='413d37326700aaf708730b940b04192c36e13ef4'/>
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-02-07 09:59:21 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-02-07 14:31:45 -0800
commit413d37326700aaf708730b940b04192c36e13ef4 (patch)
treeb31f87b933d437d7f1754dfb983f3b33b7296a2e /drivers/usb/musb/blackfin.h
parent601bbbe0517303c9f8eb3d75e11d64efed1293c9 (diff)
Input: synaptics-rmi4 - select 'SERIO' when needed
With CONFIG_SERIO=m, we get a build error for the rmi4-f03 driver, added in linux-4.10: warning: (HID_RMI) selects RMI4_F03 which has unmet direct dependencies (!UML && INPUT && RMI4_CORE && (SERIO=y || RMI4_CORE=SERIO)) drivers/input/built-in.o: In function `rmi_f03_attention': rmi_f03.c:(.text+0xcfe0): undefined reference to `serio_interrupt' rmi_f03.c:(.text+0xd055): undefined reference to `serio_interrupt' drivers/input/built-in.o: In function `rmi_f03_remove': rmi_f03.c:(.text+0xd115): undefined reference to `serio_unregister_port' drivers/input/built-in.o: In function `rmi_f03_probe': rmi_f03.c:(.text+0xd209): undefined reference to `__serio_register_port' An earlier patch tried to fix this, but missed the HID_RMI driver that does a 'select' on the F03 backend. This adds a hidden Kconfig symbol that enforces 'serio' to be enabled when RMI4-F03 is, which covers all cases. Fixes: d7ddad0acc4a ("Input: synaptics-rmi4 - fix F03 build error when serio is module") Fixes: c5e8848fc98e ("Input: synaptics-rmi4 - add support for F03") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/usb/musb/blackfin.h')