]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit938b7664ae73048aadd31cfaf2a7bb95bda51136
tree2b14cc102925834b7e44c9239a7631d917360b7e
parent1b7fd98ae7cd93edbf0034b57b498ee851bbcf0f
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