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 (3): add basic ELF parser bootm: split split bootm_load_devicetree function MIPS: bootm: add ELF handler arch/mips/lib/bootm.c | 56 ++++++++++++++++ common/Kconfig | 5 ++ common/Makefile | 1 + common/bootm.c | 39 ++++++++++-- common/elf.c | 145 ++++++++++++++++++++++++++++++++++++++++++ common/filetype.c | 5 ++ include/bootm.h | 1 + include/elf.h | 10 +++ include/filetype.h | 1 + 9 files changed, 257 insertions(+), 6 deletions(-) create mode 100644 common/elf.c -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox