libfdt: Add TODO file

Add a TODO file to keep track of future plans for libfdt.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
David Gibson 2006-12-21 09:57:02 +11:00
parent 3aea828501
commit 209c5e56d2
1 changed files with 6 additions and 0 deletions

6
TODO Normal file
View File

@ -0,0 +1,6 @@
- Move fdt_strerror() to core library for convenience
- Find node by linux,phandle property
- Tree traversal functions
- Graft function
- Merge into dtc
- Make fdt_open_into() re-arrange properly