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