[U-Boot] [PATCH 30/31] binman: Support ELF files for U-Boot and SPL

Simon Glass sjg at chromium.org
Tue Oct 2 11:20:32 UTC 2018


On 14 September 2018 at 03:57, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list