aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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