aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add serial-number to hw.fdt sysctl area if found in fdt.Mike Karels2022-03-031-9/+40
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* fdt: Expose the model, compatible and freebsd dts brandind as sysctlEmmanuel Vadot2021-07-221-1/+38
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (11 of many)Pawel Biernacki2020-02-241-2/+2
* 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
* ofw_fdt: Simplify parts with new libfdt methodsKyle Evans2018-02-261-38/+18
* 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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Enable OF_setprop API function to add property in FDTMarcin Wojtas2017-08-101-1/+5
* Add support for "compatible" parameter in ofw_fdt_fixupMarcin Wojtas2017-08-091-1/+10
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-2/+11
* Add hw.fdt sysctl node.Stephen J. Kiernan2016-08-061-0/+21
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeAndrew Turner2016-01-211-0/+6
* Return an appropriate error code in the case of a missing property ratherNathan Whitehorn2015-01-171-0/+3
* Add two fake properties ("fdtbootcpu" and "fdtmemreserv") to the deviceNathan Whitehorn2015-01-161-0/+20
* The path entry for a device tree node and its name property are usually,Nathan Whitehorn2015-01-011-6/+7
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* Return the correct IEEE 1275 code for "nextprop".Nathan Whitehorn2013-12-101-3/+5
* Open Firmware mandates that certain cross-references, in particular thoseNathan Whitehorn2013-12-011-2/+8
* An addendum: it is possible, though of questionable utility, for a nodeNathan Whitehorn2013-11-061-0/+2
* Make OF_nextprop() work correctly for FDT by using the libfdtNathan Whitehorn2013-11-061-67/+26
* Remove OF_instance_to_package() hack for FDT and replace with use of theNathan Whitehorn2013-10-231-13/+1
* Return standards-compliant code from OF_nextprop() with FDT when noNathan Whitehorn2013-10-221-1/+1
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-021-1/+3
* FDT changes for 64 bit kernelJayachandran C.2011-10-171-30/+41
* Return IEEE 1275 compliant error codes.Rafal Jaworowski2010-11-111-8/+8
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-111-2/+2
* Initial implementation of the OFW i/f methods for FDT back-end.Rafal Jaworowski2010-05-281-0/+458