
18 Jul
2019
18 Jul
'19
3:59 a.m.
It is useful to create an ELF file for testing purposes, with just the right attributes used by the test. Add a function to handle this, along with a test that it works correctly.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/elf.py | 98 ++++++++++++++++++++++++++++++++++++++++ tools/binman/elf_test.py | 20 ++++++++ 2 files changed, 118 insertions(+)
Applied to u-boot-dm, thanks!