mbox series

[0/2] sh: Revive BIOS earlyprintk support

Message ID cover.1697708489.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series sh: Revive BIOS earlyprintk support | expand

Message

Geert Uytterhoeven Oct. 19, 2023, 9:46 a.m. UTC
Hi all,

SuperH BIOS earlyprintk support was accidently disabled.
This series revives it, and records its existence in the documentation.

This was tested on landisk using "earlyprintk=bios" and
"earlyprintk=bios,keep".

Thanks for your comments!

Geert Uytterhoeven (2):
  sh: bios: Revive earlyprintk support
  Documentation: kernel-parameters: Add earlyprintk=bios on SH

 Documentation/admin-guide/kernel-parameters.txt |  3 +++
 arch/sh/Kconfig.debug                           | 11 +++++++++++
 2 files changed, 14 insertions(+)

Comments

John Paul Adrian Glaubitz Oct. 19, 2023, 10:24 a.m. UTC | #1
Hi Geert!

On Thu, 2023-10-19 at 11:46 +0200, Geert Uytterhoeven wrote:
> SuperH BIOS earlyprintk support was accidently disabled.
> This series revives it, and records its existence in the documentation.
> 
> This was tested on landisk using "earlyprintk=bios" and
> "earlyprintk=bios,keep".
> 
> Thanks for your comments!

Thanks for catching this and fixing this! I will pick this up ASAP!

Adrian
John Paul Adrian Glaubitz Oct. 25, 2023, 2:54 p.m. UTC | #2
On Thu, 2023-10-19 at 11:46 +0200, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> SuperH BIOS earlyprintk support was accidently disabled.
> This series revives it, and records its existence in the documentation.
> 
> This was tested on landisk using "earlyprintk=bios" and
> "earlyprintk=bios,keep".
> 
> Thanks for your comments!
> 
> Geert Uytterhoeven (2):
>   sh: bios: Revive earlyprintk support
>   Documentation: kernel-parameters: Add earlyprintk=bios on SH
> 
>  Documentation/admin-guide/kernel-parameters.txt |  3 +++
>  arch/sh/Kconfig.debug                           | 11 +++++++++++
>  2 files changed, 14 insertions(+)
> 

Series applied for v6.7 to my sh-linux tree in the for-next branch.

Thanks,
Adrian