From: Sascha Hauer <s.hauer@pengutronix.de>
To: "André Lochotzke" <Andre.Lochotzke@stud.fh-erfurt.de>
Cc: oselas@community.pengutronix.de, barebox@lists.infradead.org
Subject: Re: NOR boot support for barebox on the mini2440
Date: Thu, 7 Jun 2012 20:13:01 +0200 [thread overview]
Message-ID: <20120607181301.GN30400@pengutronix.de> (raw)
In-Reply-To: <1338984002.2874.12.camel@andre>
Hi André,
On Wed, Jun 06, 2012 at 02:00:02PM +0200, André Lochotzke wrote:
> Hello,
>
> for a small student project I want to add support to barebox for booting
> from the NOR flash on the mini2440. I hope that it will not be too
> difficult since barebox can already boot from NOR on different boards.
>
> Did somebody already do some work to enable NOR boot on the mini2440?
>
> Do you have any suggestion of where I should start?
>
> There is already an u-boot version since 2010 [1] that supports it. The
> code can be found here [2].
>
> Are the u-boot and barebox NOR subsystems very different? How much time
> do you think would it take to get this done?
Starting barebox itself from NOR has nothing to do with the NOR
subsystem. I'm not familiar with the mini2440, so I can't tell what you
have to do to start barebox from NOR. However, adding a NOR device to
barebox (so that you can access NOR flash from within babreox) is
trivial, just add the following:
add_cfi_flash_device(-1, base_address, size, 0);
Sascha
--
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
next prev parent reply other threads:[~2012-06-07 18:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-06 12:00 André Lochotzke
2012-06-07 18:13 ` Sascha Hauer [this message]
2012-06-06 12:01 André Lochotzke
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=20120607181301.GN30400@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=Andre.Lochotzke@stud.fh-erfurt.de \
--cc=barebox@lists.infradead.org \
--cc=oselas@community.pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox