Module Name: src Committed By: skrll Date: Mon Jun 12 12:58:17 UTC 2023
Modified Files: src/sys/arch/arm/fdt: files.fdt src/sys/arch/riscv/fdt: files.fdt src/sys/dev/fdt: cpus.c fdtvar.h Added Files: src/sys/arch/arm/fdt: cpus_fdt.c src/sys/arch/riscv/fdt: cpus_fdt.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/fdt/cpus_fdt.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/fdt/files.fdt cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/fdt/cpus_fdt.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/fdt/files.fdt cvs rdiff -u -r1.7 -r1.8 src/sys/dev/fdt/cpus.c cvs rdiff -u -r1.78 -r1.79 src/sys/dev/fdt/fdtvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.