From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Fabio Porcedda <fabio.porcedda@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2] ARM: at91: Add Telit EVK-PRO3 board support
Date: Thu, 24 Jan 2013 16:46:42 +0100 [thread overview]
Message-ID: <20130124154642.GV26329@game.jcrosoft.org> (raw)
In-Reply-To: <CAHkwnC8GJJzV_=wdOjtCPvfKYszC-EaZrHiHL3z+3JZnVwhZpA@mail.gmail.com>
> >> 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@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.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2013-01-24 15:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-21 11:27 [PATCH v2] ARM: at91: Add Telit EVK-PRO3 board support Fabio Porcedda
2013-01-21 13:57 ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-24 14:40 ` Fabio Porcedda
2013-01-24 15:46 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130124154642.GV26329@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=fabio.porcedda@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.