mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
binman: Add to the TODO
Add some ideas that have come to mind recently. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
47f420ae08
commit
523cde0637
@ -1402,6 +1402,14 @@ Some ideas:
|
|||||||
- Detect invalid properties in nodes
|
- Detect invalid properties in nodes
|
||||||
- Sort the fdtmap by offset
|
- Sort the fdtmap by offset
|
||||||
- Output temporary files to a different directory
|
- 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>
|
Simon Glass <sjg@chromium.org>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user