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

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 (3):
  add basic ELF parser
  bootm: split split bootm_load_devicetree function
  MIPS: bootm: add ELF handler

 arch/mips/Kconfig     |   1 +
 arch/mips/lib/bootm.c |  56 ++++++++++++++++
 common/Kconfig        |   3 +
 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 +
 10 files changed, 256 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-06  7:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-04 10:05 [PATCH v3 0/4] MIPS: provide basic ELF support Oleksij Rempel
2018-06-04 10:05 ` [PATCH v3 1/4] filetype: add ELF type Oleksij Rempel
2018-06-04 10:05 ` [PATCH v3 2/4] add basic ELF parser Oleksij Rempel
2018-06-04 10:05 ` [PATCH v3 3/4] bootm: split split bootm_load_devicetree function Oleksij Rempel
2018-06-06  7:12   ` Sascha Hauer
2018-06-04 10:05 ` [PATCH v3 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