binman: Expand docs and test for padding
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:09 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commitf90d906a275f85e7077d9a30ab82b20676b54645
treeecce3b12a7a78d5ebcd90223e330719f9c2f6872
parentef439ed191a0655a86f5b4035cec9cc57e97d8b1
binman: Expand docs and test for padding

Padding becomes part of the entry once the image is written out, but
within binman the entry contents does not include the padding. Add
documentation to make this clear, as well as a test.

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