changes v4: - rebase against latest bootm changes changes v3: - select ELF by MIPS changes v2: - add dryrun support - some style fixes - enable ELF parser only on supported platform (currently only MIPS) Antony Pavlov (1): filetype: add ELF type Oleksij Rempel (2): add basic ELF parser MIPS: bootm: add ELF handler arch/mips/lib/bootm.c | 59 +++++++++++++++++ common/Kconfig | 5 ++ common/Makefile | 1 + common/elf.c | 145 ++++++++++++++++++++++++++++++++++++++++++ common/filetype.c | 5 ++ include/elf.h | 10 +++ include/filetype.h | 1 + 7 files changed, 226 insertions(+) create mode 100644 common/elf.c -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox