History log of /src/sys/arch/riscv/fdt/riscv_platform.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 06-Sep-2025 thorpej

Re-factor the console-related code into fdt_console.[ch]


# 1.3 06-Sep-2025 thorpej

Refactor the "platform" defitions into fdt_platform.h


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base thorpej-ifq-base thorpej-altq-separation-base
# 1.2 12-Jun-2023 skrll

risc-v: MULTIPROCESSOR support

Add MULTIPROCESSOR support for RISC-V, but leave disabled for the moment
as it's not 100% stable.

Some other improvements to spl and cpu identification / reporting.


# 1.1 07-May-2023 skrll

RISC-V support that works on QEMU with a single hart.

Thanks for Simon Burge for plic(4).