[PATCH v5 19/20] binman: Support writing symbols inside a mkimage image

Simon Glass sjg at chromium.org
Sun Jul 23 15:23:27 CEST 2023


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 at chromium.org>
---

(no changes since v3)

Changes in v3:
- Add new patch to support writing symbols inside a mkimage image

 tools/binman/entry.py                 |  2 -
 tools/binman/etype/mkimage.py         | 36 +++++++++++++++
 tools/binman/ftest.py                 | 64 +++++++++++++++++++++++++++
 tools/binman/test/290_mkimage_sym.dts | 27 +++++++++++
 4 files changed, 127 insertions(+), 2 deletions(-)
 create mode 100644 tools/binman/test/290_mkimage_sym.dts

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list