public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Falcon Mode implemented version
@ 2013-07-29 12:04 Rajdeep Vaghasia
  2013-07-29 12:20 ` Stefano Babic
  0 siblings, 1 reply; 4+ messages in thread
From: Rajdeep Vaghasia @ 2013-07-29 12:04 UTC (permalink / raw)
  To: u-boot

Hi all,

I have the following queries.

1) Can anyone suggest me the exact version of u-boot in which falcon mode
is implemented?

I also wanted to know, if is there any readme available for that
implementation.

Please also tell me, "where exactly in the u-boot code" it is implemented.

2)  The u-boot version in which SPL for NOR flash is implemented.

If no such version is available, then please tell me about the patch in
which this SPL for NOR flash is implemented.

Thanks in advance.

Regards,
Rajdeep Vaghasia.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Falcon Mode implemented version
  2013-07-29 12:04 [U-Boot] Falcon Mode implemented version Rajdeep Vaghasia
@ 2013-07-29 12:20 ` Stefano Babic
  2013-07-30  6:16   ` Rajdeep Vaghasia
  0 siblings, 1 reply; 4+ messages in thread
From: Stefano Babic @ 2013-07-29 12:20 UTC (permalink / raw)
  To: u-boot

Hi Rajdeep,

On 29/07/2013 14:04, Rajdeep Vaghasia wrote:
> Hi all,
> 
> I have the following queries.
> 
> 1) Can anyone suggest me the exact version of u-boot in which falcon mode
> is implemented?

There is no exact version - falcon mode was merged more as one year ago.
Take simply 2013.07 or u-boot TOT.

> 
> I also wanted to know, if is there any readme available for that
> implementation.
> 

doc/README.falcon

> Please also tell me, "where exactly in the u-boot code" it is implemented.

There is no "exact the code" - to speed up the boot, several parts were
changed.

You can check for code surrounded by CONFIG_CMD_SPL and CONFIG_SPL_OS_BOOT.

> 
> 2)  The u-boot version in which SPL for NOR flash is implemented.
> 

There is at least a couple of boards supporting SPL and booting form
NOR: woodburn (MX35) and a3m071(MPC 5200).

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
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Falcon Mode implemented version
  2013-07-29 12:20 ` Stefano Babic
@ 2013-07-30  6:16   ` Rajdeep Vaghasia
  2013-07-30  6:30     ` Stefano Babic
  0 siblings, 1 reply; 4+ messages in thread
From: Rajdeep Vaghasia @ 2013-07-30  6:16 UTC (permalink / raw)
  To: u-boot

Hi Stefano,
As in the case of NAND, u-boot_spl.bin is generated in u-boot/spl_nand/
directory,
In case of NOR, where exactly the separate spl image will be generated?
or
Will "u-boot.bin" contain the whole "spl + secondary u-boot"?
Please help me with these,

Thanks in advance,
Rajdeep Vaghasia

On Mon, Jul 29, 2013 at 5:50 PM, Stefano Babic <sbabic@denx.de> wrote:

> Hi Rajdeep,
>
> On 29/07/2013 14:04, Rajdeep Vaghasia wrote:
> > Hi all,
> >
> > I have the following queries.
> >
> > 1) Can anyone suggest me the exact version of u-boot in which falcon mode
> > is implemented?
>
> There is no exact version - falcon mode was merged more as one year ago.
> Take simply 2013.07 or u-boot TOT.
>
> >
> > I also wanted to know, if is there any readme available for that
> > implementation.
> >
>
> doc/README.falcon
>
> > Please also tell me, "where exactly in the u-boot code" it is
> implemented.
>
> There is no "exact the code" - to speed up the boot, several parts were
> changed.
>
> You can check for code surrounded by CONFIG_CMD_SPL and CONFIG_SPL_OS_BOOT.
>
> >
> > 2)  The u-boot version in which SPL for NOR flash is implemented.
> >
>
> There is at least a couple of boards supporting SPL and booting form
> NOR: woodburn (MX35) and a3m071(MPC 5200).
>
> 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
> =====================================================================
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Falcon Mode implemented version
  2013-07-30  6:16   ` Rajdeep Vaghasia
@ 2013-07-30  6:30     ` Stefano Babic
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2013-07-30  6:30 UTC (permalink / raw)
  To: u-boot

Hi Rajdeep,

On 30/07/2013 08:16, Rajdeep Vaghasia wrote:
> Hi Stefano,
> As in the case of NAND, u-boot_spl.bin is generated in u-boot/spl_nand/
> directory,

You're wrong: spl_nand is the old legacy spl. It is maintained for old
boards, but it should not be used for new projects.

Setting CONFIG_SPL, u-boot is generated into the spl/ directory. Please
try to compile the boards I have mentioned - you can then check how
production runs.

> In case of NOR, where exactly the separate spl image will be generated?
> or
> Will "u-boot.bin" contain the whole "spl + secondary u-boot"?

No, but there is an option to concatenate automatically SPL and u-boot
if desired.

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
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-30  6:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 12:04 [U-Boot] Falcon Mode implemented version Rajdeep Vaghasia
2013-07-29 12:20 ` Stefano Babic
2013-07-30  6:16   ` Rajdeep Vaghasia
2013-07-30  6:30     ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox