RISC-V: add nmon nano-monitor
nmon is a tiny (<1024 bytes) monitor program
for the RV32I processors.

It can operate with NO working RAM at all!

It uses only the processor registers and NS16550-compatible
UART port for operation, so it can be used for a memory
controller setup code debugging.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent aca96c0 commit 2f6839d44c7c93db733ff6862de728e964ea901d
@Antony Pavlov Antony Pavlov authored on 18 Dec 2018
Sascha Hauer committed on 7 Jan 2019
Showing 3 changed files
View
arch/riscv/Kconfig
View
arch/riscv/boot/start.S
View
arch/riscv/include/asm/riscv_nmon.h 0 → 100644