[U-Boot] [PATCH 14/34] binman: Use the Makefile for u_boot_ucode_ptr

sjg at google.com sjg at google.com
Fri Sep 27 00:39:03 UTC 2019


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 at chromium.org>
---

 tools/binman/elf_test.py               |  19 +++++++++++++++----
 tools/binman/ftest.py                  |  14 +++++++-------
 tools/binman/test/Makefile             |   2 +-
 tools/binman/test/u_boot_ucode_ptr     | Bin 4175 -> 0 bytes
 tools/binman/test/u_boot_ucode_ptr.lds |   3 ++-
 tools/patman/tools.py                  |   2 +-
 6 files changed, 26 insertions(+), 14 deletions(-)
 delete mode 100755 tools/binman/test/u_boot_ucode_ptr

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list