From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fQTLr-0007eR-DJ for barebox@lists.infradead.org; Wed, 06 Jun 2018 07:59:33 +0000 From: Oleksij Rempel Date: Wed, 6 Jun 2018 09:59:09 +0200 Message-Id: <20180606075912.2470-1-o.rempel@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v4 0/3] MIPS: provide basic ELF support To: barebox@lists.infradead.org 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