diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4d880b3d1f35..62aab585d9d7 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -462,13 +462,20 @@ and is between 256 and 4096 characters. It is defined in the file | |||
462 | Documentation/networking/netconsole.txt for an | 462 | Documentation/networking/netconsole.txt for an |
463 | alternative. | 463 | alternative. |
464 | 464 | ||
465 | uart,io,<addr>[,options] | 465 | uart[8250],io,<addr>[,options] |
466 | uart,mmio,<addr>[,options] | 466 | uart[8250],mmio,<addr>[,options] |
467 | Start an early, polled-mode console on the 8250/16550 | 467 | Start an early, polled-mode console on the 8250/16550 |
468 | UART at the specified I/O port or MMIO address, | 468 | UART at the specified I/O port or MMIO address, |
469 | switching to the matching ttyS device later. The | 469 | switching to the matching ttyS device later. The |
470 | options are the same as for ttyS, above. | 470 | options are the same as for ttyS, above. |
471 | 471 | ||
472 | earlycon= [KNL] Output early console device and options. | ||
473 | uart[8250],io,<addr>[,options] | ||
474 | uart[8250],mmio,<addr>[,options] | ||
475 | Start an early, polled-mode console on the 8250/16550 | ||
476 | UART at the specified I/O port or MMIO address. | ||
477 | The options are the same as for ttyS, above. | ||
478 | |||
472 | cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver | 479 | cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver |
473 | Format: | 480 | Format: |
474 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] | 481 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] |