arch-riscv: Add bootloader+kernel workload (#390)

Aims to boot OpenSBI + Linux kernel.
This commit is contained in:
Bobby R. Bruce
2023-10-18 09:17:12 -07:00
committed by GitHub
6 changed files with 226 additions and 3 deletions

View File

@@ -82,5 +82,5 @@ class RiscvUart8250(Uart8250):
node.append(FdtPropertyWords("interrupts", [platform.uart_int_id]))
node.append(FdtPropertyWords("clock-frequency", [0x384000]))
node.append(FdtPropertyWords("interrupt-parent", state.phandle(plic)))
node.appendCompatible(["ns8250"])
node.appendCompatible(["ns8250", "ns16550a"])
yield node