binman: Support symbols in u-boot-spl-nodtb
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:24:56 +0000 (20:24 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commitf589882a70d0a6450527be55506ed03097de9a19
tree2b14cc102925834b7e44c9239a7631d917360b7e
parentdccdc38247a6b6e95dd4df3f58fd79bc3c785d00
binman: Support symbols in u-boot-spl-nodtb

Since this is an execuable we should be able insert symbol values into it.
Add support for this.

Use common code for this test and the original testSymbols. Use hex
consistently for the values and add some more comments.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/u_boot_spl_nodtb.py
tools/binman/ftest.py
tools/binman/test/053_symbols.dts
tools/binman/test/192_symbols_nodtb.dts [new file with mode: 0644]
tools/binman/test/u_boot_binman_syms.c