commit | f53a7bca403659c8df98aa1c434bb643b9c15cd2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 18 07:24:08 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:58 2023 -0600 |
tree | 3f238fb45ed13905bb62a9cb89c138807b03773a | |
parent | aa6e0555069e778326f4ca56d4c9173bf5da5f3b [diff] |
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>