History log of /netbsd-src/sys/arch/riscv/fdt/files.fdt (Results 1 – 4 of 4)
Revision Date Author Comments
# 05276bf3 01-Jan-2025 skrll <skrll@NetBSD.org>

risc-v: add support for PCI and the PCIe controller in the JH7110 SoC.

Testing as working with xhci and nvme on VisionFive2.

Uses legacy PCI interrupts currently. MSIs to be added later.

pcihost_f

risc-v: add support for PCI and the PCIe controller in the JH7110 SoC.

Testing as working with xhci and nvme on VisionFive2.

Uses legacy PCI interrupts currently. MSIs to be added later.

pcihost_fdt code is 99% the same as the Arm version and should be shared.

show more ...


# ee610eee 12-Jun-2023 skrll <skrll@NetBSD.org>

sort


# ecd207b4 12-Jun-2023 skrll <skrll@NetBSD.org>

Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt.

The RISC-V binding here seems somewhat of an abuse, but it exists in
mainline linux.


# 75b842b8 07-May-2023 skrll <skrll@NetBSD.org>

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

Thanks for Simon Burge for plic(4).