]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3e833b87121dbcfd4499dc1950cf29dcba021297
treeecce3b12a7a78d5ebcd90223e330719f9c2f6872
parentdee03a6caecd7115d65b6a85831b02b58e3bb881
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