Skip to content

Commit

Permalink
Documentation: kernel-parameters: Add earlyprintk=bios on SH
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and John Paul Adrian Glaubitz committed Oct 25, 2023
1 parent 553f7ac commit 78a96c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/admin-guide/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,7 @@
earlyprintk=dbgp[debugController#]
earlyprintk=pciserial[,force],bus:device.function[,baudrate]
earlyprintk=xdbc[xhciController#]
earlyprintk=bios

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

The sclp output can only be used on s390.

The bios output can only be used on SuperH.

The optional "force" to "pciserial" enables use of a
PCI device even when its classcode is not of the
UART class.
Expand Down

0 comments on commit 78a96c8

Please sign in to comment.