summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/fdt.c
AgeCommit message (Expand)Author
2016-08-23Actually make fdt_find_node() return NULL if the node couldn't be found.Mark Kettenis
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-09Add interfaces to look up a device tree node by phandle.Mark Kettenis
2016-07-08Fix check for "name" property. Restores synthesised "name" proprties inMark Kettenis
2016-06-29Make the fdt parser skip nop tokens. This is needed on someVisa Hankala
2016-06-14Make sure OF_getprop() returns the proper length for a synthesised "name"Mark Kettenis
2016-06-14Make fdt_node_property() return -1 if the requested property can't be foundMark Kettenis
2016-06-12Add OF_getpropint() and OF_getpropintarray().Mark Kettenis
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-05-21Implement openprom(4) for armv7.Mark Kettenis
2016-05-16Introduce OF_is_compatible(9), a convenience function to check the "compatible"Mark Kettenis
2016-04-06Convert memory extract routine to return errno-based errors.Patrick Wildt
2016-04-06Add support for bus space translation.Patrick Wildt
2016-04-03Remove erroneous whitespace added in previous change.Patrick Wildt
2016-04-03Implement a way to extract memory information from a node. This can bePatrick Wildt
2016-04-03The callers of fdt_next_node() expect it to return NULL if a next nodePatrick Wildt
2016-03-17Do not iterate all over the tree if OF_parent() is called on the rootMartin Pieuchot
2016-03-07Fix end signature check, from Patrick Wildt.Martin Pieuchot
2016-03-03Move fdt to a more centralized location so it can be used by arm as well. Dif...Brandon Mercer