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