From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 30.mail-out.ovh.net ([213.186.62.213]) by bombadil.infradead.org with smtp (Exim 4.72 #1 (Red Hat Linux)) id 1OcEF3-0008JE-BE for barebox@lists.infradead.org; Fri, 23 Jul 2010 09:08:32 +0000 Date: Fri, 23 Jul 2010 11:04:14 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20100723090414.GC13513@game.jcrosoft.org> References: <1279767613-1269-1-git-send-email-plagnioj@jcrosoft.com> <20100723064132.GO14113@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20100723064132.GO14113@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] move boards to arch//boards To: Sascha Hauer Cc: barebox@lists.infradead.org Hi, tks Best Regards, J. On 08:41 Fri 23 Jul , Sascha Hauer wrote: > Hi Jean Christophe, > > You missed board/ipe337/env/bin/magic.bin in this patch. On the -next > branch there is guf-neso board support which was missing in the patch. > I fixed this and applied the patch to -next. > > On Thu, Jul 22, 2010 at 05:00:13AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > > this will allow each arch to handle the boards more simply and depending on > > there need > > > > the env var BOARD will refer to the current board dirent > > > > for sandbox as we have only one board the board dirent is arch/sandbox/board > > > > > > If your board needs a special binary @a barebox layout, you can provide a local > > board linker script file. This will replace the generic one provided by your > > diff --git a/drivers/nand/atmel_nand.c b/drivers/nand/atmel_nand.c > > index c3669e5..6200bcf 100644 > > --- a/drivers/nand/atmel_nand.c > > +++ b/drivers/nand/atmel_nand.c > > @@ -12,7 +12,7 @@ > > * Richard Genoud (richard.genoud@gmail.com), Adeneo Copyright (C) 2007 > > * > > * Derived from Das barebox source code > > - * (barebox-1.1.5/board/atmel/at91sam9263ek/nand.c) > > + * (barebox-1.1.5/arch/arm/boards/atmel/at91sam9263ek/nand.c) > > * (C) Copyright 2006 ATMEL Rousset, Lacressonniere Nicolas > > Seems this file has been a victim of mass-replacing before ;) > I skipped this hunk and added the following instead: > > commit b8063f72f0ff2f289151fb48815b8600f53c8cfc > Author: Sascha Hauer > Date: Fri Jul 23 08:37:47 2010 +0200 > > atmel_nand: fix comment where this code is derived from > > Signed-off-by: Sascha Hauer > > diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c > index c3669e5..e8f85fc 100644 > --- a/drivers/mtd/nand/atmel_nand.c > +++ b/drivers/mtd/nand/atmel_nand.c > @@ -11,8 +11,8 @@ > * Add Hardware ECC support for AT91SAM9260 / AT91SAM9263 > * Richard Genoud (richard.genoud@gmail.com), Adeneo Copyright (C) 2007 > * > - * Derived from Das barebox source code > - * (barebox-1.1.5/board/atmel/at91sam9263ek/nand.c) > + * Derived from Das U-Boot source code > + * (u-boot-1.1.5/board/atmel/at91sam9263ek/nand.c) > * (C) Copyright 2006 ATMEL Rousset, Lacressonniere Nicolas > * > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox