diff options
author | Simon Glass <sjg@chromium.org> | 2018-07-17 13:25:37 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-08-01 16:30:48 -0600 |
commit | 5a5da7ce153b19bc3106e0bdb625b2e211852914 (patch) | |
tree | 93445a5ccbe626c87dfc15f804f03795eb58c55a /tools/binman/README | |
parent | fd8d1f79623d2944d9ca8469a3681d53b8b277f9 (diff) | |
download | u-boot-5a5da7ce153b19bc3106e0bdb625b2e211852914.tar.gz u-boot-5a5da7ce153b19bc3106e0bdb625b2e211852914.tar.xz u-boot-5a5da7ce153b19bc3106e0bdb625b2e211852914.zip |
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/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README index d60c7fd6a3..cb34171e5f 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 ------------------ |