aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-07-20 12:24:02 -0600
committerSimon Glass <sjg@chromium.org>2019-07-29 09:38:06 -0600
commit513c53e4452160f51c57479f366921183ff456f7 (patch)
treecc7448d6153db9a417ddc44e663abba41ecf94cd /tools
parent27145fd3a836173390c2d2adcd267fa3005b7fbe (diff)
downloadu-boot-513c53e4452160f51c57479f366921183ff456f7.zip
u-boot-513c53e4452160f51c57479f366921183ff456f7.tar.gz
u-boot-513c53e4452160f51c57479f366921183ff456f7.tar.bz2
binman: Add a few more features to the wishlist
Add mention of a few other desirable features that may be implemented in the future. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README
index af2a231..5e8f9fd 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>