summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/cpus.c
AgeCommit message (Expand)Author
2023-06-12Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt.skrll
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2022-11-05Fix inverted result when status is "okay"skrll
2019-01-02Do not sort cpu nodes when enumerating so they attach in the order listedjmcneill
2018-09-09Attach cpu nodes with status "disabled" if they have an enable-methodjmcneill
2018-06-30cpus: use fdt_add_busjmcneill
2017-06-02Allow devices to attach to cpu devicesjmcneill
2017-05-28Add CPUs ("/cpus" node) driver. CPUs is a container of cpu nodes.jmcneill