| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix ofw_bus_iommu_map() since there is no limit on amount of maps | Ruslan Bukin | 2022-05-06 | 1 | -8/+6 |
| * | Add ofw_bus_iommu_map() that maps PCI requester ID to an IOMMU | Ruslan Bukin | 2022-05-06 | 2 | -1/+46 |
| * | Add serial-number to hw.fdt sysctl area if found in fdt. | Mike Karels | 2022-03-03 | 1 | -9/+40 |
| * | ofw_cpu: Make ext_resources non-optional for arm* and riscv | Emmanuel Vadot | 2022-02-21 | 1 | -3/+3 |
| * | ofw_pci: Fix incorrectly sized softc causing pci(4) out-of-bounds reads | Jessica Clarke | 2022-01-15 | 1 | -0/+1 |
| * | bus: Make BUS_TRANSLATE_RESOURCE behave more like other bus methods | Mark Johnston | 2021-11-15 | 1 | -3/+3 |
| * | Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights | Ed Maste | 2021-08-08 | 2 | -2/+0 |
| * | fdt: Expose the model, compatible and freebsd dts brandind as sysctl | Emmanuel Vadot | 2021-07-22 | 1 | -1/+38 |
| * | ofw_pci: fix probing for non-DT cases | Kornel Duleba | 2021-07-01 | 1 | -1/+1 |
| * | Fix error value returned by ofw_bus_gen_get_node(). | Michal Meloun | 2021-06-24 | 1 | -1/+1 |
| * | bus_child_pnpinfo: fix two stragglers | Warner Losh | 2021-06-23 | 1 | -7/+4 |
| * | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 2 | -2/+2 |
| * | Add ofw interface support to PCI | Marcin Wojtas | 2021-06-08 | 1 | -0/+93 |
| * | Suppress D_NEEDGIANT warnings for some drivers | Mark Johnston | 2021-06-06 | 1 | -1/+1 |
| * | Rename ofwpci.c to ofw_pcib.c | Marcin Wojtas | 2021-05-20 | 2 | -58/+58 |
| * | ofw: support for a single 'port' DTS property. | Ruslan Bukin | 2021-05-08 | 1 | -0/+8 |
| * | openpromio(4): remove obsolete pseudo device driver | Marius Strobl | 2021-01-16 | 2 | -285/+0 |
| * | [PowerPC] Allow traversal of oversize OF properties. | Brandon Bergren | 2020-11-13 | 2 | -2/+27 |
| * | ofw: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 6 | -7/+1 |
| * | tty: convert tty_lock_assert to tty_assert_locked to hide lock type | Kyle Evans | 2020-04-17 | 1 | -1/+1 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (11 of many) | Pawel Biernacki | 2020-02-24 | 1 | -2/+2 |
| * | Remove sparc64 kernel support | Warner Losh | 2020-02-03 | 1 | -4/+1 |
| * | SPDX: update some tags with two licenses. | Pedro F. Giffuni | 2019-12-28 | 1 | -1/+1 |
| * | Add an OFWBUS_PNP_INFO() macro for devices that hang directly off the root | Ian Lepore | 2019-11-30 | 1 | -1/+2 |
| * | ofw: ofw_reg_to_paddr: Use a 256 static array for the cell | Emmanuel Vadot | 2019-08-07 | 1 | -1/+2 |
| * | Add necessary bits for Linux KPI to work correctly on powerpc | Justin Hibbits | 2019-08-04 | 1 | -0/+42 |
| * | Define macros making it easier to define bus-specific pnpinfo for FDT systems. | Ian Lepore | 2019-05-23 | 1 | -3/+5 |
| * | ofw_graph: Add functions for graph bindings | Emmanuel Vadot | 2019-04-17 | 2 | -0/+230 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | ofw_cpu: Add support for getting cpu clock via clock property | Emmanuel Vadot | 2018-07-31 | 1 | -3/+27 |
| * | Add missing include of sys/boot.h | Warner Losh | 2018-07-13 | 1 | -0/+1 |
| * | Use boot_parse_* to parse command line args and retire cut-n-paste | Warner Losh | 2018-07-13 | 1 | -39/+1 |
| * | Attach dev.cpu nodes on powerpc SMT cores, using only the first found thread | Justin Hibbits | 2018-06-20 | 1 | -4/+37 |
| * | Check for a 'pci' prefix rather than a full match in get_addr_props | Justin Hibbits | 2018-06-15 | 1 | -1/+3 |
| * | ofw_reg_to_paddr(): Fix minor typo in KASSERT message | Justin Hibbits | 2018-06-15 | 1 | -1/+1 |
| * | simplebus pnp: Do not generate pnp info is the bus status is not okay | Emmanuel Vadot | 2018-06-12 | 1 | -0/+4 |
| * | dev/ofw: Fix ofw_fdt_getprop() return values to match documentation | Breno Leitao | 2018-06-07 | 1 | -5/+2 |
| * | Use NULL for SYSINIT's last arg, which is a pointer type | Ed Maste | 2018-05-18 | 1 | -1/+1 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 3 | -15/+27 |
| * | Make OF_searchencprop signature consistent with OF_getencprop | Oleksandr Tymoshenko | 2018-04-09 | 2 | -2/+2 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 3 | -16/+45 |
| * | Add api for creating resource list based on 'assigned-addresses' | Marcin Wojtas | 2018-04-04 | 2 | -4/+23 |
| * | [ofw] fix errneous checks for OF_finddevice(9) return value | Oleksandr Tymoshenko | 2018-03-20 | 2 | -2/+2 |
| * | ofw_fdt: Simplify parts with new libfdt methods | Kyle Evans | 2018-02-26 | 1 | -38/+18 |
| * | Set internal error returns for OF_peer(), OF_child(), and OF_parent() to | Nathan Whitehorn | 2018-02-19 | 1 | -3/+3 |
| * | Out of an abundance of caution, NUL out the first byte in the PNP | Warner Losh | 2018-01-28 | 1 | -0/+1 |
| * | Remove fdt fixups for powerpc, they are no longer needed. | Justin Hibbits | 2018-01-13 | 1 | -2/+2 |
| * | Avoid use of the fdt_get_property_*() API, which is intrinsically | Nathan Whitehorn | 2017-12-30 | 1 | -7/+6 |