binman: Support writing symbols inside a mkimage image
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:24:08 +0000 (07:24 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit23b96e920b95428c55c0659ab4e1576c83a4b366
tree3f238fb45ed13905bb62a9cb89c138807b03773a
parent696f2b73d6ccffe23d5c295308817ca8d2bebc92
binman: Support writing symbols inside a mkimage image

Add support for writing symbols and determining the assumed position of
binaries inside a mkimage image. This is useful as an example for other
entry types which might want to do the same thing.

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