On Wed, Jun 06, 2018 at 09:59:09AM +0200, Oleksij Rempel wrote: > 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 Applied, thanks Sascha > > 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 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox