diff options
author | Simon Glass <sjg@chromium.org> | 2022-02-08 11:49:57 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-02-22 10:05:44 -0700 |
commit | 523cde0637f264380eeaaf0cfa82fdbbd99a261f (patch) | |
tree | 860c38f48104f55aa73b8653140fbfabfb4810a2 | |
parent | 47f420ae082fe3ec11afda4aab1b96e3e38752ef (diff) | |
download | u-boot-523cde0637f264380eeaaf0cfa82fdbbd99a261f.zip u-boot-523cde0637f264380eeaaf0cfa82fdbbd99a261f.tar.gz u-boot-523cde0637f264380eeaaf0cfa82fdbbd99a261f.tar.bz2 |
binman: Add to the TODO
Add some ideas that have come to mind recently.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | tools/binman/binman.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index 9e39e67..d6b95de 100644 --- a/tools/binman/binman.rst +++ b/tools/binman/binman.rst @@ -1402,6 +1402,14 @@ Some ideas: - Detect invalid properties in nodes - Sort the fdtmap by offset - Output temporary files to a different directory +- Rationalise the fdt, fdt_util and pylibfdt modules which currently have some + overlapping and confusing functionality +- Update the fdt library to use a better format for Prop.value (the current one + is useful for dtoc but not much else) +- Figure out how to make Fdt support changing the node order, so that + Node.AddSubnode() can support adding a node before another, existing node. + Perhaps it should completely regenerate the flat tree? + -- Simon Glass <sjg@chromium.org> |