summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-12-03ofw: Add ofw_bus_is_machine_compat().Michal Meloun
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-07-21dev/ofw: Add interrupt-map supportAndrew Turner
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-04-03openfirm: Add OF_device_unregister_xrefEmannuel Vadot
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-17ofw: Fix inverted bcmp in ofw_bus_node_status_okayJessica Clarke
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-07-18Retire unused non-PCI_RES_BUS codeJessica Clarke
2024-07-18Retire non-NEW_PCIB code and remove config optionJessica Clarke
2024-06-26ofw: convert boolean_t to boolMitchell Horne
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-01-23ofw_pcib: Use bus_generic_rman_*John Baldwin
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-15ofw_firmware: Return BUS_PROBE_GENERIC instead of 0Emmanuel Vadot
2023-08-13ofw_firmware: Only match if there is no compatibleEmmanuel Vadot
2023-08-08ofw: Add a ofw_firmware driverEmmanuel Vadot
2023-07-26ofw(4): Add my copyright and additional history for ofw_reg_to_paddr()Marius Strobl
2023-05-25ofw: remove redundant calls in ofwbus_attach()Christos Margiolis
2023-05-24ofw_cpu: quiet secondary CPU devicesMitchell Horne
2023-05-24ofw_cpu: whitespace cleanupMitchell Horne
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-04ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin
2023-04-10ofw: fix memory leak in ofwbus_attach()Christos Margiolis
2023-02-13ofwbus: only allow unit number zeroMitchell Horne
2023-02-13ofwbus: remove arm64 ifdefsMitchell Horne
2023-02-13ofwbus: trim includesMitchell Horne
2023-02-08ofwbus: remove handling of resources from ofwbusElliott Mitchell
2022-10-18ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete.Takanori Watanabe
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-08-11Adjust function definition in ofw to avoid clang 15 warningAndrew Turner
2022-07-04Fix ofw pcib when it rman_init failsAndrew Turner
2022-05-09ofw drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Fix ofw_bus_iommu_map() since there is no limit on amount of mapsRuslan Bukin