diff mbox series

[U-Boot,40/53] binman: Add a few more features to the wishlist

Message ID 20190720182416.183626-41-sjg@chromium.org
State Accepted
Commit 513c53e4452160f51c57479f366921183ff456f7
Delegated to: Simon Glass
Headers show
Series binman: Support replacing entries in an existing image | expand

Commit Message

Simon Glass July 20, 2019, 6:24 p.m. UTC
Add mention of a few other desirable features that may be implemented in
the future.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/binman/README | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass July 29, 2019, 9:22 p.m. UTC | #1
Add mention of a few other desirable features that may be implemented in
the future.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/binman/README | 2 ++
 1 file changed, 2 insertions(+)

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/tools/binman/README b/tools/binman/README
index af2a2314719..5e8f9fd4808 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -962,6 +962,8 @@  Some ideas:
 - Support updating binaries in an image (with repacking)
 - Support adding FITs to an image
 - Support for ARM Trusted Firmware (ATF)
+- Detect invalid properties in nodes
+- Sort the fdtmap by offset
 
 --
 Simon Glass <sjg@chromium.org>