public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/3] Add README for the "Falcon" mode
Date: Mon, 19 Nov 2012 11:36:28 +0100	[thread overview]
Message-ID: <50AA0BAC.8020707@denx.de> (raw)
In-Reply-To: <CAP9ODKp54KjXk98C9+3L1B_j0MeP91dc7oJjr26wwkBZHvMsYg@mail.gmail.com>

On 19/11/2012 11:14, Otavio Salvador wrote:
> On Mon, Nov 19, 2012 at 7:11 AM, Stefano Babic <sbabic@denx.de
> <mailto:sbabic@denx.de>> wrote:
> 
>     ... 
> 
>     +Falcon Mode relies on the SPL framework. In fact, to make booting
>     faster,
>     +U-Boot is split into two parts: the SPL (Secondary Program Loader)
>     and U-Boot
>     +image. In most implementations, SPL is used to start U-Boot when
>     booting from
>     +a mass storage, such as NAND or SD-Card. SPL has now support for
>     other media,
>     +and can be generalized seen as a way to start an image performing
>     the minimum
>     +required initialization. SPL initializes mainly the RAM controller,
>     and after
>     +that copies U-Boot image into the memory. The Falcon Mode extends
>     this way
>     +allowing to start the Linux kernel directly from SPL. A new command
>     is added
>     +to U-Boot to prepare the parameters that SPL must pass to the
>     kernel, using
>     +ATAGS or Device Tree.
> 
> 
> From the above text it seems the Falcon Mode is already available in
> SD-Card however this is not truth. Please rework this so it is clear
> what is already working and what needs to be done.

I reread the sentence, and I am really describing what SPL alone does,
not Falcon mode. SPL is already available for different storage and
there are some boards booting from SD. Check for CONFIG_SPL_MMC_SUPPORT
in include/configs, there are plenty of boards using it.

On the other side, Falcon Mode (SPL + CONFIG_SPL_OS_BOOT) is set only
for two boards, twister and devkit8000, bpth booting from NAND.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2012-11-19 10:36 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-12 10:59 [U-Boot] [PATCH] Add README for the "Falcon" mode Stefano Babic
2012-11-12 11:35 ` Andreas Bießmann
2012-11-12 13:02   ` Stefano Babic
2012-11-12 13:33     ` Andreas Bießmann
2012-11-13 11:11 ` [U-Boot] [PATCH v2 1/2] " Stefano Babic
2012-11-13 11:11   ` [U-Boot] [PATCH v2 2/2] OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define Stefano Babic
2012-11-13 13:54     ` Thomas Weber
2012-11-13 13:13   ` [U-Boot] [PATCH v2 1/2] Add README for the "Falcon" mode Thomas Weber
2012-11-13 15:55   ` Andreas Bießmann
2012-11-13 17:08     ` Stefano Babic
2012-11-14 10:29   ` Otavio Salvador
2012-11-14 12:19     ` Stefano Babic
2012-11-14 12:22       ` Otavio Salvador
2012-11-19  9:11 ` [U-Boot] [PATCH v3 1/3] " Stefano Babic
2012-11-19  9:11   ` [U-Boot] [PATCH v3 2/3] OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define Stefano Babic
2012-11-19  9:11   ` [U-Boot] [PATCH v3 3/3] SPL: Change description for spl command Stefano Babic
2012-11-19 10:17     ` Andreas Bießmann
2012-11-19 10:14   ` [U-Boot] [PATCH v3 1/3] Add README for the "Falcon" mode Otavio Salvador
2012-11-19 10:36     ` Stefano Babic [this message]
2012-11-19 10:21   ` Andreas Bießmann
2012-11-19 10:37     ` Stefano Babic
2012-11-23 15:31 ` [U-Boot] [PATCH v4 " Stefano Babic
2012-11-23 15:31   ` [U-Boot] [PATCH v4 2/3] OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define Stefano Babic
2012-11-23 15:31   ` [U-Boot] [PATCH v4 3/3] SPL: Change description for spl command Stefano Babic
2012-11-23 18:10   ` [U-Boot] [PATCH v4 1/3] Add README for the "Falcon" mode Vikram Narayanan
2012-11-23 21:59     ` Andreas Bießmann
2012-11-25  3:47       ` Vikram Narayanan
2012-11-24 14:18     ` Stefano Babic
2013-02-11 21:12 ` [U-Boot] [PATCH] " Otavio Salvador
2013-02-12  8:23   ` Stefano Babic

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=50AA0BAC.8020707@denx.de \
    --to=sbabic@denx.de \
    --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