On Tue, Dec 04, 2018 at 07:25:05PM +0530, Anup Patel wrote:
In RISC-V, the M-mode runtime firmware provide SBI calls for
debug prints. This patch adds earlycon support using RISC-V
SBI console calls. To enable it, just pass "earlycon=sbi" in
kernel parameters.
Signed-off-by: Anup Patel <anup@xxxxxxxxxxxxxx>
This makes more sense to take through the riscv tree, so feel free to
add:
Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
to it and take it that way.