diff options
author | Simon Glass | 2019-07-20 12:24:02 -0600 |
---|---|---|
committer | Simon Glass | 2019-07-29 09:38:06 -0600 |
commit | 513c53e4452160f51c57479f366921183ff456f7 (patch) | |
tree | cc7448d6153db9a417ddc44e663abba41ecf94cd /tools | |
parent | 27145fd3a836173390c2d2adcd267fa3005b7fbe (diff) |
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/README | 2 |
1 files changed, 2 insertions, 0 deletions
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> |