aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* OFW: Improve OFW_CPU.Michal Meloun2026-02-221-1/+10
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-092-5/+5
* ofw: Add ofw_bus_is_machine_compat().Michal Meloun2025-12-032-0/+12
* dev/ofw: Teach ofw_cpu to find the pcpu on arm64Andrew Turner2025-11-181-2/+26
* dev/ofw: Register the ofw_cpu xrefAndrew Turner2025-10-271-0/+1
* dev/ofw: Move ofw_cpu earlierAndrew Turner2025-10-271-2/+4
* dev/ofw: Add interrupt-map supportAndrew Turner2025-07-211-6/+95
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-113-6/+3
* openfirm: Add OF_device_unregister_xrefEmannuel Vadot2025-04-032-0/+20
* ofw_cpu: check for "disabled" status during probeMitchell Horne2025-01-101-9/+23
* ofw_cpu: collapse some #ifdef codeMitchell Horne2025-01-101-16/+27
* ofw_cpu: fix __riscv preprocessor checkMitchell Horne2025-01-101-3/+3
* ofw: Fix inverted bcmp in ofw_bus_node_status_okayJessica Clarke2024-12-171-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-064-5/+10
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-062-2/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* Retire unused non-PCI_RES_BUS codeJessica Clarke2024-07-181-20/+0
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-10/+10
* ofw: convert boolean_t to boolMitchell Horne2024-06-265-12/+12
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-15/+9
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-21/+12
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-10/+9
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-6/+6
* ofw_pcib: Use bus_generic_rman_*John Baldwin2024-01-231-92/+123
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-278-8/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-272-4/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1613-25/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* ofw_firmware: Return BUS_PROBE_GENERIC instead of 0Emmanuel Vadot2023-08-151-1/+6
* ofw_firmware: Only match if there is no compatibleEmmanuel Vadot2023-08-131-1/+4
* ofw: Add a ofw_firmware driverEmmanuel Vadot2023-08-081-0/+161
* ofw(4): Add my copyright and additional history for ofw_reg_to_paddr()Marius Strobl2023-07-261-0/+3
* ofw: remove redundant calls in ofwbus_attach()Christos Margiolis2023-05-251-6/+2
* ofw_cpu: quiet secondary CPU devicesMitchell Horne2023-05-241-0/+5
* ofw_cpu: whitespace cleanupMitchell Horne2023-05-241-21/+21
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1212-12/+12
* ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin2023-05-041-1/+1
* ofw: fix memory leak in ofwbus_attach()Christos Margiolis2023-04-101-0/+1
* ofwbus: only allow unit number zeroMitchell Horne2023-02-131-0/+5
* ofwbus: remove arm64 ifdefsMitchell Horne2023-02-131-23/+2
* ofwbus: trim includesMitchell Horne2023-02-131-8/+0
* ofwbus: remove handling of resources from ofwbusElliott Mitchell2023-02-081-83/+9
* ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete.Takanori Watanabe2022-10-183-0/+18
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* Adjust function definition in ofw to avoid clang 15 warningAndrew Turner2022-08-111-2/+2
* Fix ofw pcib when it rman_init failsAndrew Turner2022-07-042-6/+23
* ofw drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-093-12/+4