commit | 571bc4e67d39e4c376f8bab0d6518ab5ee832d9e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 11 16:10:19 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 18 14:55:41 2023 -0700 |
tree | 0d52288bc4298572fa2db76458a6d55eb95e788d | |
parent | 8f5afe21aed8b8ed4d75678a4e8972e7d8a23a6b [diff] |
binman: Support positioning an entry by and ELF symbol In some cases it is useful to position an entry over the top of a symbol in an ELF file. For example, if the symbol holds a version string then it allows the string to be accessed from the fdtmap. Add support for this. Suggested-by: Pali Rohár <pali@kernel.org> Suggested-by: Keith Short <keithshort@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>