Re: [PATCH v2 04/13] binman: Expand elf support a little

2022-03-10 Thread Tom Rini
On Fri, Mar 04, 2022 at 08:42:59AM -0700, Simon Glass wrote: > Allow finding a symbol by its address. Also export the function to get > the file offset of a particular address, so it can be used by a script to > be added. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom

[PATCH v2 04/13] binman: Expand elf support a little

2022-03-04 Thread Simon Glass
Allow finding a symbol by its address. Also export the function to get the file offset of a particular address, so it can be used by a script to be added. Signed-off-by: Simon Glass --- (no changes since v1) tools/binman/elf.py | 58 +++-- 1 file