]> git.baikalelectronics.ru Git - uboot.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)
commitc32bc2a14d6d7e817fb52a19479ec302131e39a0
treeed9f9a1077bda5d9c09346c17be149e00e017776
parent8710081d3f4360470bb4bc0b54207471d04a42e3
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