Skip to content

Commit 78a96c8

Browse files
geertuglaubitz
authored andcommitted
Documentation: kernel-parameters: Add earlyprintk=bios on SH
Document the use of the "earlyprintk=bios[,keep]" kernel parameter option on SuperH systems with a SuperH standard BIOS. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/febc920964f2f0919d21775132e84c5cc270177e.1697708489.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
1 parent 553f7ac commit 78a96c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@
13311331
earlyprintk=dbgp[debugController#]
13321332
earlyprintk=pciserial[,force],bus:device.function[,baudrate]
13331333
earlyprintk=xdbc[xhciController#]
1334+
earlyprintk=bios
13341335

13351336
earlyprintk is useful when the kernel crashes before
13361337
the normal console is initialized. It is not enabled by
@@ -1361,6 +1362,8 @@
13611362

13621363
The sclp output can only be used on s390.
13631364

1365+
The bios output can only be used on SuperH.
1366+
13641367
The optional "force" to "pciserial" enables use of a
13651368
PCI device even when its classcode is not of the
13661369
UART class.

0 commit comments

Comments
 (0)