
18 Jul
2019
18 Jul
'19
3:59 a.m.
Add a function which decodes an ELF file, working out where in memory each part of the data should be written.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/README | 4 +++ tools/binman/elf.py | 76 ++++++++++++++++++++++++++++++++++++++++ tools/binman/elf_test.py | 21 +++++++++++ 3 files changed, 101 insertions(+)
Applied to u-boot-dm, thanks!