OSDN Git Service

RISC-V: Add early printk support via the SBI console
authorPalmer Dabbelt <palmer@sifive.com>
Fri, 8 Dec 2017 23:10:35 +0000 (15:10 -0800)
committerPalmer Dabbelt <palmer@sifive.com>
Mon, 13 Aug 2018 15:31:30 +0000 (08:31 -0700)
commit5b5c2a2c44d7225ab3abbcc7e1881b97ea9872dd
treeea7f911326a319e74058cfb5b30ad3f5b2d90fee
parent758914fea278658943e3a56e4d373ae8c6f0d9e5
RISC-V: Add early printk support via the SBI console

This code lives entirely within the RISC-V arch code.  I've left it
within an "#ifdef CONFIG_EARLY_PRINTK" despite always having
EARLY_PRINTK support on RISC-V just in case someone wants to remove
it.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/setup.c