console: Cleanup console API
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 18 Jun 2020 01:06:33 +0000 (11:06 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 23 Jun 2020 23:53:46 +0000 (09:53 +1000)
commite3941109af1d8203dddc2aa12e33170d6dca5c4b
tree508b5b2a2f33fa245476a530aad4d647e7d4dec8
parent7575b1e0c2b1c21847ed3103185858d1a512ead6
console: Cleanup console API

Use a more generic console_init() instead of potato_uart_init(),
and do the same for interrupt control. There should be no
change in behaviour.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
16 files changed:
hello_world/hello_world.bin
hello_world/hello_world.c
hello_world/hello_world.elf
hello_world/hello_world.hex
include/console.h
include/microwatt_soc.h
lib/console.c
litedram/gen-src/sdram_init/main.c
rust_lib_demo/hello_world.c
tests/decrementer/decrementer.c
tests/illegal/illegal.c
tests/misc/misc.c
tests/mmu/mmu.c
tests/privileged/privileged.c
tests/sc/sc.c
tests/xics/xics.c