summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_cpu.c
AgeCommit message (Expand)Author
2025-11-18dev/ofw: Teach ofw_cpu to find the pcpu on arm64Andrew Turner
2025-10-27dev/ofw: Register the ofw_cpu xrefAndrew Turner
2025-10-27dev/ofw: Move ofw_cpu earlierAndrew Turner
2025-01-10ofw_cpu: check for "disabled" status during probeMitchell Horne
2025-01-10ofw_cpu: collapse some #ifdef codeMitchell Horne
2025-01-10ofw_cpu: fix __riscv preprocessor checkMitchell Horne
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-26ofw: convert boolean_t to boolMitchell Horne
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-24ofw_cpu: quiet secondary CPU devicesMitchell Horne
2023-05-24ofw_cpu: whitespace cleanupMitchell Horne
2022-10-18ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete.Takanori Watanabe
2022-05-09ofw drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-21ofw_cpu: Make ext_resources non-optional for arm* and riscvEmmanuel Vadot
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2020-09-01ofw: clean up empty lines in .c and .h filesMateusz Guzik
2018-07-31ofw_cpu: Add support for getting cpu clock via clock propertyEmmanuel Vadot
2018-06-20Attach dev.cpu nodes on powerpc SMT cores, using only the first found threadJustin Hibbits
2017-11-25Do not bind to CPUs with SMT, which use a different CPU numbering conventionNathan Whitehorn
2017-04-20Update comment ot reflect realilty, we know also take care of CPUs thatOlivier Houchard
2017-04-20ePAPR states that any non-boot CPU will come in "disabled" state. So we shouldOlivier Houchard
2015-07-28Limit ofw_cpu_early_foreach() to CPUs onlyZbigniew Bodek
2015-02-19Adda function to iterate over the cpu nodes in the OFW or FDT data. ThisAndrew Turner
2015-02-19Add support to get the cpu ID from its device driver in a generic way.Andrew Turner
2015-01-21Update the parsing of the cpu node. We are unable to use the reg propertyAndrew Turner
2015-01-19Make the clock-frequency property optional as it may not be present on FDTAndrew Turner
2014-12-24Don't assume required FDT properties are present.Ian Lepore
2014-12-15Use standard BSD license disclaimer textEd Maste
2014-12-14Move ofw_cpu.c to sys/dev/ofw so that it can be used by otherRui Paulo