binman: Use the Makefile for u_boot_ucode_ptr
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:54 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commitf514d8f23de4aada7e6f9f4d9de731b43912a77a
treea50719170ba87a13a437d145ea08cae932ba1cd6
parent53e22bf38c202d5ef3bc092d55095c672994a15b
binman: Use the Makefile for u_boot_ucode_ptr

Remove this file from git and instead build it using the Makefile.

Update tools.GetInputFilename() to support reading files from an absolute
path, so that we can read the Elf test files easily. Also make sure that
the temp directory is report in ELF tests as this was commented out.

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