summaryrefslogtreecommitdiff
path: root/tools/binman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-07-08 14:25:24 -0600
committerSimon Glass <sjg@chromium.org>2019-07-24 12:53:46 -0700
commit488b2251fecd9eeb5241e75947923b114ffbb154 (patch)
tree10de1a28ff101b7eb6d6d84a7cf210da6a5d5a9e /tools/binman/README
parente90fe1b40fe4007a5119f15dacb9cd5ba5ce7d72 (diff)
binman: Update future features
A few features have been completed and a few items are added. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README12
1 files changed, 8 insertions, 4 deletions
diff --git a/tools/binman/README b/tools/binman/README
index 2f4c7fec21..1851a4e536 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -811,13 +811,17 @@ Some ideas:
- Use of-platdata to make the information available to code that is unable
to use device tree (such as a very small SPL image)
- Allow easy building of images by specifying just the board name
-- Produce a full Python binding for libfdt (for upstream). This is nearing
- completion but some work remains
- Add an option to decode an image into the constituent binaries
- Support building an image for a board (-b) more completely, with a
configurable build directory
-- Consider making binman work with buildman, although if it is used in the
- Makefile, this will be automatic
+- Support putting the FDT in an image with a suitable magic number
+- Support adding a pointer to the FDT map
+- Support listing files in images
+- Support logging of binman's operations, with different levels of verbosity
+- Support updating binaries in an image (with no size change / repacking)
+- Support updating binaries in an image (with repacking)
+- Support adding FITs to an image
+- Support for ARM Trusted Firmware (ATF)
--
Simon Glass <sjg@chromium.org>