From: Simon Glass Date: Sat, 20 Jul 2019 18:24:02 +0000 (-0600) Subject: binman: Add a few more features to the wishlist X-Git-Tag: v2019.10-rc1~1^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=513c53e4452160f51c57479f366921183ff456f7;p=oweals%2Fu-boot.git 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 --- diff --git a/tools/binman/README b/tools/binman/README index af2a231471..5e8f9fd480 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