aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-06 21:35:12 -0700
committerSimon Glass <sjg@chromium.org>2021-01-30 14:25:41 -0700
commit397a770254781d1bc59b0f8730aec4b7f52d750d (patch)
treed69d0d11fc2e121a5a555e8749b5de6eaeb47cd7 /tools/binman
parent6deff872cf7ac25bf3d67066b57e7831cd560e5b (diff)
downloadu-boot-397a770254781d1bc59b0f8730aec4b7f52d750d.zip
u-boot-397a770254781d1bc59b0f8730aec4b7f52d750d.tar.gz
u-boot-397a770254781d1bc59b0f8730aec4b7f52d750d.tar.bz2
binman: Update the TODO list
Two of the items have been completed and I thought of another one. Update the list. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman')
-rw-r--r--tools/binman/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/binman/README b/tools/binman/README
index de1eedf..a00c902 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -1050,10 +1050,9 @@ Some ideas:
- Allow easy building of images by specifying just the board name
- Support building an image for a board (-b) more completely, with a
configurable build directory
-- Support adding FITs to an image
-- Support for ARM Trusted Firmware (ATF)
- Detect invalid properties in nodes
- Sort the fdtmap by offset
+- Output temporary files to a different directory
--
Simon Glass <sjg@chromium.org>