]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Tidy up the vblock entry
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:11 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commita326b495cdcfd56507841e38158683e6e4d5894c
treeed9f9a1077bda5d9c09346c17be149e00e017776
parent35b384cbe5d40e618391cc076409e89cedf9c863
binman: Tidy up the vblock entry

At present if there are two vblock entries an image their contents are
written to the same file in the output directory. This prevents checking
the contents of each separately.

Fix this by adding part of the entry path to the filename, and add some
missing comments.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/entry.py
tools/binman/entry_test.py
tools/binman/etype/vblock.py
tools/binman/ftest.py