mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] MIPS: provide basic ELF support
@ 2018-06-03  6:23 Oleksij Rempel
  2018-06-03  6:23 ` [PATCH v2 1/4] filetype: add ELF type Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Oleksij Rempel @ 2018-06-03  6:23 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-04  7:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-03  6:23 [PATCH v2 0/4] MIPS: provide basic ELF support Oleksij Rempel
2018-06-03  6:23 ` [PATCH v2 1/4] filetype: add ELF type Oleksij Rempel
2018-06-03  6:23 ` [PATCH v2 2/4] add basic ELF parser Oleksij Rempel
2018-06-04  7:07   ` Sascha Hauer
2018-06-03  6:23 ` [PATCH v2 3/4] bootm: split split bootm_load_devicetree function Oleksij Rempel
2018-06-03  6:23 ` [PATCH v2 4/4] MIPS: bootm: add ELF handler Oleksij Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox