From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 9.mo1.mail-out.ovh.net ([178.32.108.172] helo=mo1.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SxBxk-0000xb-Bs for barebox@lists.infradead.org; Fri, 03 Aug 2012 07:06:21 +0000 Received: from mail94.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 3EAF0FFAD11 for ; Fri, 3 Aug 2012 09:12:29 +0200 (CEST) Date: Fri, 3 Aug 2012 09:06:19 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20120803070619.GA23597@game.jcrosoft.org> References: <20120730100022.GD19759@game.jcrosoft.org> <1343642565-32257-1-git-send-email-plagnioj@jcrosoft.com> <1343642565-32257-3-git-send-email-plagnioj@jcrosoft.com> <20120803065053.GJ1451@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20120803065053.GJ1451@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 03/12] Add pre-bootloader (pbl) image support To: Sascha Hauer Cc: barebox@lists.infradead.org On 08:50 Fri 03 Aug , Sascha Hauer wrote: > On Mon, Jul 30, 2012 at 12:02:36PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > > This allows for creating a pre-bootloader binary for > > - nand boot > > - mmc boot > > - compressed image > > > > The pbl will be incharge of the lowlevel init if needed. > > The barebox will skip it. > > > > Import string functions from linux 3.4 (arch/arm/boot/compressed/string.c) and > > implement a dummy panic. > > > > For now on introduce dummy zbarebox* targets and c code that will contain later > > the decompressor. This only implemeted on ARM. > > > > This patch is based on Sascha Hauer > > Add compressed image support patch > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > Makefile | 6 +- > > arch/arm/Kconfig | 1 + > > arch/arm/Makefile | 4 + > > arch/arm/cpu/Makefile | 1 + > > In this file the following must be added to make 'make clean' work in > the pbl directory: > > archclean: > $(MAKE) $(clean)=$(pbl) yeap forget this one Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox