]> git.itanic.dy.fi Git - linux-stable/commitdiff
Documentation: kernel-parameters: Add earlyprintk=bios on SH
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 19 Oct 2023 09:46:44 +0000 (11:46 +0200)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Wed, 25 Oct 2023 14:50:30 +0000 (16:50 +0200)
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>
Documentation/admin-guide/kernel-parameters.txt

index 0a1731a0f0ef373421c0594886c065461ade1064..2b03034207c0f139bc56358d1b4a3c7cedea436a 100644 (file)
                        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
 
                        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.