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

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

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

end of thread, other threads:[~2018-06-16  8:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06  7:59 [PATCH v4 0/3] MIPS: provide basic ELF support Oleksij Rempel
2018-06-06  7:59 ` [PATCH v4 1/3] filetype: add ELF type Oleksij Rempel
2018-06-06  7:59 ` [PATCH v4 2/3] add basic ELF parser Oleksij Rempel
2018-06-15 18:20   ` Alexander Kurz
2018-06-16  8:12     ` Oleksij Rempel
2018-06-06  7:59 ` [PATCH v4 3/3] MIPS: bootm: add ELF handler Oleksij Rempel
2018-06-08  5:59 ` [PATCH v4 0/3] MIPS: provide basic ELF support Sascha Hauer

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