File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
* and select subsets of aarch64), a Device Tree node (on arm), or using
11
11
* a kernel module (or command line) parameter with the following syntax:
12
12
*
13
- * [fw_cfg .]ioport=<size>@<base>[:<ctrl_off>:<data_off>]
13
+ * [qemu_fw_cfg .]ioport=<size>@<base>[:<ctrl_off>:<data_off>]
14
14
* or
15
- * [fw_cfg .]mmio=<size>@<base>[:<ctrl_off>:<data_off>]
15
+ * [qemu_fw_cfg .]mmio=<size>@<base>[:<ctrl_off>:<data_off>]
16
16
*
17
17
* where:
18
18
* <size> := size of ioport or mmio range
21
21
* <data_off> := (optional) offset of data register
22
22
*
23
23
* e.g.:
24
- * fw_cfg .ioport=2@0x510:0:1 (the default on x86)
24
+ * qemu_fw_cfg .ioport=2@0x510:0:1 (the default on x86)
25
25
* or
26
- * fw_cfg .mmio=0xA@0x9020000:8:0 (the default on arm)
26
+ * qemu_fw_cfg .mmio=0xA@0x9020000:8:0 (the default on arm)
27
27
*/
28
28
29
29
#include <linux/module.h>
You can’t perform that action at this time.
0 commit comments