From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 10.mo3.mail-out.ovh.net ([87.98.165.232] helo=mo3.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TyP24-0005KM-UZ for barebox@lists.infradead.org; Thu, 24 Jan 2013 15:48:06 +0000 Received: from mail417.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo3.mail-out.ovh.net (Postfix) with SMTP id B7FCAFF9661 for ; Thu, 24 Jan 2013 17:01:53 +0100 (CET) Date: Thu, 24 Jan 2013 16:46:42 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20130124154642.GV26329@game.jcrosoft.org> References: <1358767657-3062-1-git-send-email-fabio.porcedda@gmail.com> <20130121135721.GF26329@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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 v2] ARM: at91: Add Telit EVK-PRO3 board support To: Fabio Porcedda Cc: barebox@lists.infradead.org > >> diff --git a/arch/arm/boards/evk-pro3/init.c b/arch/arm/boards/evk-pro3/init.c > >> new file mode 100644 > >> index 0000000..6998610 > >> --- /dev/null > >> +++ b/arch/arm/boards/evk-pro3/init.c > >> @@ -0,0 +1,185 @@ > >> +/* > >> + * Copyright (C) 2007 Sascha Hauer, Pengutronix > >> + * Copyright (C) 2013 Fabio Porcedda , Telit > >> + * > >> + * This program is free software; you can redistribute it and/or > >> + * modify it under the terms of the GNU General Public License as > >> + * published by the Free Software Foundation; either version 2 of > >> + * the License, or (at your option) any later version. > >> + * > >> + * This program is distributed in the hope that it will be useful, > >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of > >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > >> + * GNU General Public License for more details. > >> + */ > >> + > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> + > >> +#define BOOTSTRAP_SIZE 0x3C0000 > > ??? > > > > so big? > > I managed to reduce it to 0xC0000 in patch v3. > > If possible I want to use your barebox at91 bootstrap support to get > rid of the proprietary bootstrap. yes I'm looking for a funding to finish it I get a WIP here that work with on 9g20, 9263 and 9260 Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox