]> git.ipfire.org Git - people/ms/u-boot.git/commit
binman: Add tests binaries with binman symbols
authorSimon Glass <sjg@chromium.org>
Tue, 14 Nov 2017 01:54:58 +0000 (18:54 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Dec 2017 02:53:45 +0000 (19:53 -0700)
commit5cfcf7e0fdb265672dd8ee7d3e881190ed06ff98
tree769e31be159d2fd79182a08f976bc13400f9d087
parent00ae40b3ae914150485bb8c74df0c0ecf689c7b7
binman: Add tests binaries with binman symbols

For testing we need to build some ELF files containing binman symbols. Add
these to the Makefile and check in the binaries:

   u_boot_binman_syms - normal, valid ELF file
   u_boot_binman_syms_bad - missing the __image_copy_start symbol
   u_boot_binman_syms_size - has a binman symbol with an invalid size

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