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 casper.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fPmNI-00056h-Nq for barebox@lists.infradead.org; Mon, 04 Jun 2018 10:06:09 +0000 From: Oleksij Rempel Date: Mon, 4 Jun 2018 12:05:42 +0200 Message-Id: <20180604100546.19140-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 v3 0/4] MIPS: provide basic ELF support To: barebox@lists.infradead.org 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