binman: Use the Makefile to build ELF test files
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:53 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commit53e22bf38c202d5ef3bc092d55095c672994a15b
treee147ce74f9452e82c14c1006f134f314f3f2d65f
parent180f556b090c2e3c84c904d3e6bc884acb423e1f
binman: Use the Makefile to build ELF test files

At present the ELF test files are checked into the U-Boot tree. This is
covenient since the files never change and can be used on non-x86
platforms. However it is not good practice to check in binaries and in
this case it does not seem essential.

Update the binman test-file Makefile to support having source in a
different directory. Adjust binman to run it to build bss_data, as a
start. We can add other files as needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/elf_test.py
tools/binman/ftest.py
tools/binman/test/Makefile
tools/binman/test/bss_data [deleted file]