[PATCH 02/11] binman: Allow disabling expanding an entry

Simon Glass sjg at chromium.org
Sat Mar 27 06:20:00 CET 2021


At present there is a command-line flag to disable substitution of expanded
entries. Add an option to the entry node as well, so it can be controlled
at the node level.

Add a test to cover this. Fix up the comment to the checkSymbols() function
it uses, while we are here.

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

 tools/binman/binman.rst                  |  7 +++++++
 tools/binman/entries.rst                 |  6 +++---
 tools/binman/entry.py                    |  3 ++-
 tools/binman/etype/u_boot.py             |  2 +-
 tools/binman/etype/u_boot_spl.py         |  2 +-
 tools/binman/etype/u_boot_tpl.py         |  2 +-
 tools/binman/ftest.py                    | 20 ++++++++++++++++++--
 tools/binman/test/197_symbols_expand.dts | 23 +++++++++++++++++++++++
 8 files changed, 56 insertions(+), 9 deletions(-)
 create mode 100644 tools/binman/test/197_symbols_expand.dts

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list