
On 14 September 2018 at 03:57, Simon Glass sjg@chromium.org wrote:
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 | 22 ++++++++++++++++ tools/binman/etype/u_boot_elf.py | 39 ++++++++++++++++++++++++++++ tools/binman/etype/u_boot_spl_elf.py | 24 +++++++++++++++++ tools/binman/ftest.py | 16 ++++++++++++ tools/binman/test/96_elf.dts | 14 ++++++++++ tools/binman/test/97_elf_strip.dts | 15 +++++++++++ 6 files changed, 130 insertions(+) create mode 100644 tools/binman/etype/u_boot_elf.py create mode 100644 tools/binman/etype/u_boot_spl_elf.py create mode 100644 tools/binman/test/96_elf.dts create mode 100644 tools/binman/test/97_elf_strip.dts
Applied to u-boot-dm, and now in mainline.