
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 ---
Changes in v2: - Add new tests for skip-at-start sections
tools/binman/ftest.py | 59 +++++++++++++++++++ tools/binman/test/177_skip_at_start.dts | 19 ++++++ tools/binman/test/178_skip_at_start_pad.dts | 21 +++++++ .../test/179_skip_at_start_section_pad.dts | 22 +++++++ 4 files changed, 121 insertions(+) create mode 100644 tools/binman/test/177_skip_at_start.dts create mode 100644 tools/binman/test/178_skip_at_start_pad.dts create mode 100644 tools/binman/test/179_skip_at_start_section_pad.dts
Applied to u-boot-dm, thanks!