]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9b301f5beb3e3b974a171c90a97b22bba1a18643
tree3f238fb45ed13905bb62a9cb89c138807b03773a
parent0b9871dc0b2cd03fff90163a74b5b276097fffd9
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]