[PATCH v2 03/28] binman: Add tests for skip-at-start sections

Simon Glass sjg at chromium.org
Fri Oct 30 04:34:10 CET 2020


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 at 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!


More information about the U-Boot mailing list