dtc/TODO
David Gibson 5b344f9c5a libfdt: Add fdt_strerror() function to library
This function moves the fdt_strerror() function, currently found in
the test code into the fdt library proper.  This makes life easier for
any library users who want to provide meaningful error messages.  The
function goes into a module of its own, so that users who don't need
the function won't get a copy of it linked in.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2006-12-21 09:57:08 +11:00

5 lines
142 B
Text

- Find node by linux,phandle property
- Tree traversal functions
- Graft function
- Merge into dtc
- Make fdt_open_into() re-arrange properly