binman: Add tests for skip-at-start sections
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:01 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commitf2c0dd85ad6cbf8b53ad5fc423a0177a0eb7fe6f
treee3c4dde3f4859202efe3fd042f2a1d8287797b9d
parenta4dfe3e473ea53c44db50d07c34815e24069d39d
binman: Add tests for skip-at-start sections

At present this feature is tested view the end-at-4gb feature. Add some
tests of its own, including the operation of padding.

The third test here shows binman's current, inconsistent approach to
padding in the top-level section. Future patches in this series will
address this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py
tools/binman/test/177_skip_at_start.dts [new file with mode: 0644]
tools/binman/test/178_skip_at_start_pad.dts [new file with mode: 0644]
tools/binman/test/179_skip_at_start_section_pad.dts [new file with mode: 0644]