]> git.baikalelectronics.ru Git - uboot.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)
commit8d7103fc92df0f19a277ba6603f9b9a77b78037a
tree769e31be159d2fd79182a08f976bc13400f9d087
parentadc7aacea621b57b184dcbb3a9f571545ca5f657
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]