From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] am335x_evm: Update, document Falcon Mode support
Date: Wed, 3 Jul 2013 18:30:28 -0400 [thread overview]
Message-ID: <20130703223028.GE16630@bill-the-cat> (raw)
In-Reply-To: <87ip0rpc3f.fsf@dell.be.48ers.dk>
On Wed, Jul 03, 2013 at 11:28:36PM +0200, Peter Korsgaard wrote:
> >>>>> "Tom" == Tom Rini <trini@ti.com> writes:
>
> Tom> - Update Falcon Mode support so that the offsets used in eMMC (or a raw
> Tom> SD card) would allow for enough room for a device tree to be used
> Tom> rather than an ATAGS blob as well as environment to be saved in eMMC.
> Tom> - Add board/ti/am335x/README which covers a few basic items, and
> Tom> provides an example of Falcon Mode for eMMC, FAT SD card and NAND.
> Tom> - Round up the size of u-boot.img.raw to match these use-cases, and add
> Tom> the entries for Falcon Mode to DFU for eMMC, FAT SD cards and NAND
> Tom> - Correct CONFIG_CMD_SPL_WRITE_SIZE size (eraseblocks are 128KiB)
>
> It looks to me like this should be 4 (or 3) seperate commits then?
I suppose we can go that way, I'll split things up Monday.
> Tom> Signed-off-by: Tom Rini <trini@ti.com>
> Tom> ---
> Tom> board/ti/am335x/README | 123 ++++++++++++++++++++++++++++++++++++++++++
> Tom> include/configs/am335x_evm.h | 19 ++++---
> Tom> 2 files changed, 135 insertions(+), 7 deletions(-)
> Tom> create mode 100644 board/ti/am335x/README
>
> Tom> diff --git a/board/ti/am335x/README b/board/ti/am335x/README
> Tom> new file mode 100644
> Tom> index 0000000..565f18c
> Tom> --- /dev/null
> Tom> +++ b/board/ti/am335x/README
> Tom> @@ -0,0 +1,123 @@
> Tom> +Summary
> Tom> +=======
> Tom> +
> Tom> +This document covers various features of the 'am335x_evm' build, and some of
> Tom> +the related build targets (am335x_evm_uartN, etc).
> Tom> +
> Tom> +Hardware
> Tom> +========
> Tom> +
> Tom> +The binary produced by this board supports, based on parsing of the EEPROM
> Tom> +doumentd in TI's reference designs:
>
> documented
>
> Tom> +Note that when we run 'spl export' it will prepare to boot the kernel.
> Tom> +This includes relocation of the uImage from where we loaded it to the entry
> Tom> +point defined in the head. As these locations overlap by default, it would
>
> header
Whoops.
> Tom> +A further word of warning about using eMMC and partition tables. When
> Tom> +working with SD cards we can get away with erasing small areas at a time,
> Tom> +however on eMMC we must keep erases aligned to eraseblocks and thus the
> Tom> +first erase we issue will erase the partition table.
>
> Really? I thought eMMC behaved just like SD cards?
Yes, really. We know what the erase block size is, and round our
commands, probably because we really have to. SD cards take care of
things for us, for better or worse.
> Tom> +# Ensure are able to talk with this mmc device, erase most previous contents
>
> Ensure we are
Also fixed.
--
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/20130703/b43ee84c/attachment.pgp>
next prev parent reply other threads:[~2013-07-03 22:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-03 20:09 [U-Boot] [PATCH 0/2] Update Falcon Mode docs Tom Rini
2013-07-03 20:09 ` [U-Boot] [PATCH 1/2] README.falcon: Note how we determine if we can boot the OS or not Tom Rini
2013-07-03 21:19 ` Peter Korsgaard
2013-07-03 20:09 ` [U-Boot] [PATCH 2/2] am335x_evm: Update, document Falcon Mode support Tom Rini
2013-07-03 21:28 ` Peter Korsgaard
2013-07-03 22:30 ` Tom Rini [this message]
2013-07-04 7:39 ` Romain Izard
2013-07-05 12:51 ` Tom Rini
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=20130703223028.GE16630@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