[U-Boot] [PATCH 21/26] binman: Add test for u-boot-spl-bss-pad

sjg at google.com sjg at google.com
Fri Nov 24 01:46:59 UTC 2017


Add a test that we can pad the BSS with zero bytes.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/ftest.py                |   9 +++++++++
 tools/binman/test/47_spl_bss_pad.dts |  17 +++++++++++++++++
 tools/binman/test/Makefile           |   5 ++++-
 tools/binman/test/bss_data           | Bin 0 -> 5020 bytes
 tools/binman/test/bss_data.c         |  18 ++++++++++++++++++
 tools/binman/test/bss_data.lds       |  16 ++++++++++++++++
 6 files changed, 64 insertions(+), 1 deletion(-)
 create mode 100644 tools/binman/test/47_spl_bss_pad.dts
 create mode 100755 tools/binman/test/bss_data
 create mode 100644 tools/binman/test/bss_data.c
 create mode 100644 tools/binman/test/bss_data.lds

Applied to u-boot-dm thanks!


More information about the U-Boot mailing list