Home | History | Annotate | Download | only in fdt
History log of /src/sys/arch/riscv/fdt/files.fdt
RevisionDateAuthorComments
 1.5  06-Sep-2025  thorpej Refactor the "platform" defitions into fdt_platform.h
 1.4  01-Jan-2025  skrll branches: 1.4.2;
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.
 1.3  12-Jun-2023  skrll branches: 1.3.6;
sort
 1.2  12-Jun-2023  skrll 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.
 1.1  07-May-2023  skrll RISC-V support that works on QEMU with a single hart.

Thanks for Simon Burge for plic(4).
 1.3.6.1  02-Aug-2025  perseant Sync with HEAD
 1.4.2.1  16-Sep-2025  snj Pull up following revision(s) (requested by rin in ticket #31):

sys/arch/arm/fdt/files.fdt: revision 1.37
sys/arch/riscv/fdt/files.fdt: revision 1.5
sys/dev/fdt/files.fdt: revision 1.75 via patch

Prune fdt_platform.c from sys/dev/fdt/files.fdt and explicitly pull
in at sys/arch/arm/fdt/files.fdt and sys/arch/riscv/fdt/files.fdt.
Unbreaks OCTEON build.

RSS XML Feed