summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Adjust function definition in ofw to avoid clang 15 warningAndrew Turner2022-08-221-2/+2
* ofw_cpu: Make ext_resources non-optional for arm* and riscvEmmanuel Vadot2022-05-161-3/+3
* Add serial-number to hw.fdt sysctl area if found in fdt.Mike Karels2022-03-091-9/+40
* fdt: Expose the model, compatible and freebsd dts brandind as sysctlEmmanuel Vadot2022-03-091-1/+38
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-082-2/+0
* Fix error value returned by ofw_bus_gen_get_node().Michal Meloun2022-01-201-1/+1
* Suppress D_NEEDGIANT warnings for some driversMark Johnston2021-06-141-1/+1
* 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
* ofw: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-7/+1
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (11 of many)Pawel Biernacki2020-02-241-2/+2
* Remove sparc64 kernel supportWarner Losh2020-02-031-4/+1
* SPDX: update some tags with two licenses.Pedro F. Giffuni2019-12-281-1/+1
* Add an OFWBUS_PNP_INFO() macro for devices that hang directly off the rootIan Lepore2019-11-301-1/+2
* ofw: ofw_reg_to_paddr: Use a 256 static array for the cellEmmanuel Vadot2019-08-071-1/+2
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-0/+42
* Define macros making it easier to define bus-specific pnpinfo for FDT systems.Ian Lepore2019-05-231-3/+5
* ofw_graph: Add functions for graph bindingsEmmanuel Vadot2019-04-172-0/+230
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* ofw_cpu: Add support for getting cpu clock via clock propertyEmmanuel Vadot2018-07-311-3/+27
* Add missing include of sys/boot.hWarner Losh2018-07-131-0/+1
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-131-39/+1
* Attach dev.cpu nodes on powerpc SMT cores, using only the first found threadJustin Hibbits2018-06-201-4/+37
* Check for a 'pci' prefix rather than a full match in get_addr_propsJustin Hibbits2018-06-151-1/+3
* ofw_reg_to_paddr(): Fix minor typo in KASSERT messageJustin Hibbits2018-06-151-1/+1
* simplebus pnp: Do not generate pnp info is the bus status is not okayEmmanuel Vadot2018-06-121-0/+4
* dev/ofw: Fix ofw_fdt_getprop() return values to match documentationBreno Leitao2018-06-071-5/+2
* Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-181-1/+1
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-093-15/+27
* Make OF_searchencprop signature consistent with OF_getencpropOleksandr Tymoshenko2018-04-092-2/+2
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-083-16/+45
* Add api for creating resource list based on 'assigned-addresses'Marcin Wojtas2018-04-042-4/+23
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-202-2/+2
* ofw_fdt: Simplify parts with new libfdt methodsKyle Evans2018-02-261-38/+18
* Set internal error returns for OF_peer(), OF_child(), and OF_parent() toNathan Whitehorn2018-02-191-3/+3
* Out of an abundance of caution, NUL out the first byte in the PNPWarner Losh2018-01-281-0/+1
* Remove fdt fixups for powerpc, they are no longer needed.Justin Hibbits2018-01-131-2/+2
* Avoid use of the fdt_get_property_*() API, which is intrinsicallyNathan Whitehorn2017-12-301-7/+6
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-7/+2
* Back out OF module installation in the event of failure. PS3 firmware givesNathan Whitehorn2017-11-281-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2713-0/+26
* Do not bind to CPUs with SMT, which use a different CPU numbering conventionNathan Whitehorn2017-11-251-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* 'private' isn't a PNP string field, so instead used the reserved '#'Warner Losh2017-10-041-1/+1
* Enable OF_setprop API function to add property in FDTMarcin Wojtas2017-08-101-1/+5
* Enable using ofw_bus_find_compatible in early platform codeMarcin Wojtas2017-08-091-10/+2
* Add support for "compatible" parameter in ofw_fdt_fixupMarcin Wojtas2017-08-091-1/+10