aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ofw_bus_iommu_map() since there is no limit on amount of mapsRuslan Bukin2022-05-061-8/+6
* Add ofw_bus_iommu_map() that maps PCI requester ID to an IOMMURuslan Bukin2022-05-062-1/+46
* Add serial-number to hw.fdt sysctl area if found in fdt.Mike Karels2022-03-031-9/+40
* ofw_cpu: Make ext_resources non-optional for arm* and riscvEmmanuel Vadot2022-02-211-3/+3
* ofw_pci: Fix incorrectly sized softc causing pci(4) out-of-bounds readsJessica Clarke2022-01-151-0/+1
* bus: Make BUS_TRANSLATE_RESOURCE behave more like other bus methodsMark Johnston2021-11-151-3/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-082-2/+0
* fdt: Expose the model, compatible and freebsd dts brandind as sysctlEmmanuel Vadot2021-07-221-1/+38
* ofw_pci: fix probing for non-DT casesKornel Duleba2021-07-011-1/+1
* Fix error value returned by ofw_bus_gen_get_node().Michal Meloun2021-06-241-1/+1
* bus_child_pnpinfo: fix two stragglersWarner Losh2021-06-231-7/+4
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-232-2/+2
* Add ofw interface support to PCIMarcin Wojtas2021-06-081-0/+93
* Suppress D_NEEDGIANT warnings for some driversMark Johnston2021-06-061-1/+1
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-202-58/+58
* ofw: support for a single 'port' DTS property.Ruslan Bukin2021-05-081-0/+8
* openpromio(4): remove obsolete pseudo device driverMarius Strobl2021-01-162-285/+0
* [PowerPC] Allow traversal of oversize OF properties.Brandon Bergren2020-11-132-2/+27