aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-07-17 13:25:37 -0600
committerSimon Glass <sjg@chromium.org>2018-08-01 16:30:48 -0600
commit5a5da7ce153b19bc3106e0bdb625b2e211852914 (patch)
tree93445a5ccbe626c87dfc15f804f03795eb58c55a /tools/binman/README
parentfd8d1f79623d2944d9ca8469a3681d53b8b277f9 (diff)
downloadu-boot-5a5da7ce153b19bc3106e0bdb625b2e211852914.zip
u-boot-5a5da7ce153b19bc3106e0bdb625b2e211852914.tar.gz
u-boot-5a5da7ce153b19bc3106e0bdb625b2e211852914.tar.bz2
binman: Create README.entries
Create a new README containing documentation for the entry types supported by binman. This provides an easy reference in one place. It is automatically generated from the source-code documentation. Add a reference to this from the binman README. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README
index d60c7fd..cb34171 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -453,6 +453,15 @@ name-prefix:
distinguish binaries with otherwise identical names.
+Entry Documentation
+-------------------
+
+For details on the various entry types supported by binman and how to use them,
+see README.entries. This is generated from the source code using:
+
+ binman -E >tools/binman/README.entries
+
+
Special properties
------------------