binman: Add a ELF test file with disjoint text sections
authorSimon Glass <sjg@chromium.org>
Tue, 8 Feb 2022 18:49:59 +0000 (11:49 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Feb 2022 17:05:44 +0000 (10:05 -0700)
commit56385c585fa5c51aacfd7ffa8021ea705c715b6f
treeaa6991cb874e732b921d378c757b0ef35a13df44
parent5c044ff52362f379b5a9296e724df9546ae98b34
binman: Add a ELF test file with disjoint text sections

Add a file that has two text sections at different addresses, so we can
test this behaviour in binman, once added.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/test/Makefile
tools/binman/test/elf_sections.c [new file with mode: 0644]
tools/binman/test/elf_sections.lds [new file with mode: 0644]