commit | f2c0dd85ad6cbf8b53ad5fc423a0177a0eb7fe6f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 26 17:40:01 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:59 2020 -0600 |
tree | e3c4dde3f4859202efe3fd042f2a1d8287797b9d | |
parent | a4dfe3e473ea53c44db50d07c34815e24069d39d [diff] |
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>