On Fri, Jun 13, 2025 at 08:03:13AM -0700, Jesse Taube wrote:
When CONFIG_SBI_CONSOLE is enabled and there is no uart defined in the device tree kvm-unit-tests fails to start.
Only abort when uart is not found in device tree if SBI_CONSOLE is false
Signed-off-by: Jesse Taube jesse@rivosinc.com
lib/riscv/io.c | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-)
Applied to riscv/sbi
https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/riscv/sbi
Thanks, drew