diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 203f4a9d9efe..0fbde71a1297 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -847,6 +847,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
847 | 847 | ||
848 | earlyprintk= [X86,SH,BLACKFIN,ARM] | 848 | earlyprintk= [X86,SH,BLACKFIN,ARM] |
849 | earlyprintk=vga | 849 | earlyprintk=vga |
850 | earlyprintk=efi | ||
850 | earlyprintk=xen | 851 | earlyprintk=xen |
851 | earlyprintk=serial[,ttySn[,baudrate]] | 852 | earlyprintk=serial[,ttySn[,baudrate]] |
852 | earlyprintk=serial[,0x...[,baudrate]] | 853 | earlyprintk=serial[,0x...[,baudrate]] |
@@ -860,7 +861,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
860 | Append ",keep" to not disable it when the real console | 861 | Append ",keep" to not disable it when the real console |
861 | takes over. | 862 | takes over. |
862 | 863 | ||
863 | Only vga or serial or usb debug port at a time. | 864 | Only one of vga, efi, serial, or usb debug port can |
865 | be used at a time. | ||
864 | 866 | ||
865 | Currently only ttyS0 and ttyS1 may be specified by | 867 | Currently only ttyS0 and ttyS1 may be specified by |
866 | name. Other I/O ports may be explicitly specified | 868 | name. Other I/O ports may be explicitly specified |
@@ -874,8 +876,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
874 | Interaction with the standard serial driver is not | 876 | Interaction with the standard serial driver is not |
875 | very good. | 877 | very good. |
876 | 878 | ||
877 | The VGA output is eventually overwritten by the real | 879 | The VGA and EFI output is eventually overwritten by |
878 | console. | 880 | the real console. |
879 | 881 | ||
880 | The xen output can only be used by Xen PV guests. | 882 | The xen output can only be used by Xen PV guests. |
881 | 883 | ||