[PATCH v2] ARM: at91: Add Telit EVK-PRO3 board support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Jan 24 10:46:42 EST 2013


> >> 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 <fabio.porcedda at gmail.com>, 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 <asm/armlinux.h>
> >> +#include <common.h>
> >> +#include <gpio.h>
> >> +#include <init.h>
> >> +#include <linux/clk.h>
> >> +#include <mach/at91_rstc.h>
> >> +#include <mach/at91sam9_smc.h>
> >> +#include <mach/board.h>
> >> +#include <mach/io.h>
> >> +#include <nand.h>
> >> +
> >> +#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.



More information about the barebox mailing list