]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Support ELF files for U-Boot and SPL
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:35 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Sep 2018 17:49:35 +0000 (11:49 -0600)
commitfe1ae3ecc3a2203babd7837bd2d5cf514a374c1f
tree8a6ebd631bb6fe83a419ae23b136680e81f435e8
parentf8f8df6eb870b53e025aa447f8d40cd2ce2a77f6
binman: Support ELF files for U-Boot and SPL

For sandbox we want to put ELF files in the image since that is what we
need to execute. Add support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/u_boot_elf.py [new file with mode: 0644]
tools/binman/etype/u_boot_spl_elf.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/96_elf.dts [new file with mode: 0644]
tools/binman/test/97_elf_strip.dts [new file with mode: 0644]