diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 7da289ee0589..4ddcbf949699 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -883,6 +883,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
883 | which are not unmapped. | 883 | which are not unmapped. |
884 | 884 | ||
885 | earlycon= [KNL] Output early console device and options. | 885 | earlycon= [KNL] Output early console device and options. |
886 | |||
886 | uart[8250],io,<addr>[,options] | 887 | uart[8250],io,<addr>[,options] |
887 | uart[8250],mmio,<addr>[,options] | 888 | uart[8250],mmio,<addr>[,options] |
888 | uart[8250],mmio32,<addr>[,options] | 889 | uart[8250],mmio32,<addr>[,options] |
@@ -892,6 +893,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
892 | (mmio) or 32-bit (mmio32). | 893 | (mmio) or 32-bit (mmio32). |
893 | The options are the same as for ttyS, above. | 894 | The options are the same as for ttyS, above. |
894 | 895 | ||
896 | pl011,<addr> | ||
897 | Start an early, polled-mode console on a pl011 serial | ||
898 | port at the specified address. The pl011 serial port | ||
899 | must already be setup and configured. Options are not | ||
900 | yet supported. | ||
901 | |||
902 | smh Use ARM semihosting calls for early console. | ||
903 | |||
895 | earlyprintk= [X86,SH,BLACKFIN,ARM,M68k] | 904 | earlyprintk= [X86,SH,BLACKFIN,ARM,M68k] |
896 | earlyprintk=vga | 905 | earlyprintk=vga |
897 | earlyprintk=efi | 906 | earlyprintk=efi |