From 209c5e56d2fcd1c7432f43f58f768855a6d655d3 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 21 Dec 2006 09:57:02 +1100 Subject: [PATCH] libfdt: Add TODO file Add a TODO file to keep track of future plans for libfdt. Signed-off-by: David Gibson --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..cd796f6 --- /dev/null +++ b/TODO @@ -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