]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a function to decode an ELF file
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:35 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000 (20:27 -0700)
commitfc02094c90e790c6447ee577c2e337bf88cf4cee
tree301b945ae17e4c90e9e20041ed22e35fbfa7e825
parent7f2b6047f2d774014015bfb87edf2bb3dc300394
binman: Add a function to decode an ELF file

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>
tools/binman/README
tools/binman/elf.py
tools/binman/elf_test.py