]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4c97414a9ed3c61bb24a3db33cfd9212b5f5dac3
treeaa6991cb874e732b921d378c757b0ef35a13df44
parent1dad60048893073bcf45e692f5e2f032579d4e44
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]