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)
commitd8d40748dd6f202948a8173073cf34f3b6468b6d
tree301b945ae17e4c90e9e20041ed22e35fbfa7e825
parentf58558a5ae785fdbdaadbe172a2bb86158f01d4f
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