binman: Allow disabling symbol writing
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:23:54 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit4649beae3e3e256d65ceb5d69572327792de495a
tree72b16278520574dbf8372eb855e5c0b10f31eb21
parentf5ae32d794c10088ef4776d9d7b1113b49fdc501
binman: Allow disabling symbol writing

Some boards don't use symbol writing but do access the symbols in SPL.
Provide an option to work around this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.rst
tools/binman/entry.py
tools/binman/etype/blob_phase.py
tools/binman/ftest.py
tools/binman/test/282_symbols_disable.dts [new file with mode: 0644]