From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env
Date: Mon, 23 Apr 2012 10:47:13 -0700 [thread overview]
Message-ID: <20120423174713.GE31450@bill-the-cat> (raw)
In-Reply-To: <4F9593D2.10503@wwwdotorg.org>
On Mon, Apr 23, 2012 at 11:39:30AM -0600, Stephen Warren wrote:
[snip]
> TomR, is there a reason OMAP3 uses FAT for /boot rather than ext2?
> Perhaps it's due to the need to load intermediate boot loaders from the
> filesystem, and that code needs FAT? On Tegra, we jump straight to
> U-Boot from the boot ROM without the need for intermediate filesystem
> access, and could make /boot ext2 - do you see any reason not to do this?
Correct. Our ROMs will read FAT looking for 'MLO' (which is u-boot-spl
these days) and that loads U-Boot. It can also raw read the card. The
other reason for having the first partition be FAT by default is ease of
replacement since everything can read/write FAT but ext2/3/4 is limited
(largely/easily...) to Linux. Distro do change this behavior and
Angstrom for example changes to ext2load (or ext4load) from /boot.
And I don't think omap3_beagle is perfect just yet. I really want to
switch to the whole env being a file on the SD card, but I can't easily
do that until we can tell at run time if we're on beagleboard classic or
xM (which we can now) and then change where the environment is (we can't
do that yet, but perhaps soon).
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120423/16690186/attachment.pgp>
prev parent reply other threads:[~2012-04-23 17:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-20 19:50 [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env Tom Warren
2012-04-20 20:24 ` Allen Martin
2012-04-20 20:46 ` Tom Rini
2012-04-20 21:40 ` Stephen Warren
2012-04-23 16:22 ` Tom Warren
2012-04-23 16:36 ` Stephen Warren
2012-04-23 17:17 ` Tom Rini
2012-04-23 17:14 ` Tom Rini
2012-04-23 17:39 ` Stephen Warren
2012-04-23 17:47 ` Tom Rini [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=20120423174713.GE31450@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.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