public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] SPL and an LCD splash screen on AM335x
@ 2014-07-30  6:43 Andy Pont
  2014-07-30  7:53 ` Stefano Babic
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Pont @ 2014-07-30  6:43 UTC (permalink / raw)
  To: u-boot

Hello!

We are currently working on the specification for a project using the TI
AM335x where the overall system boot time has to be reduced as far as
possible.  In order to achieve that I am proposing that we implement a board
specific spl_start_uboot() function which under normal circumstances U-Boot
SPL will load the Linux kernel directly. 

One of the other requirements is to "display a splash screen logo on the LCD
as early in the boot process as possible".  Is it possible to get U-Boot SPL
to do that or will we always have to boot through U-Boot or see if we can
get the Linux kernel to do it as early as possible?

Thoughts and ideas welcome.

Andy.

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

* [U-Boot] SPL and an LCD splash screen on AM335x
       [not found] <53d89447.6261b40a.16e9.240bSMTPIN_ADDED_BROKEN@mx.google.com>
@ 2014-07-30  6:56 ` Heshsham Abdul Basit
  0 siblings, 0 replies; 3+ messages in thread
From: Heshsham Abdul Basit @ 2014-07-30  6:56 UTC (permalink / raw)
  To: u-boot

Hi Andy,

I also tried to boot Linux directly on my Zynq board. But I could not
understand the instructions given in readme.falcon, so the project is
stalled.

google *falcon mode U-boot , *you will find couple of presentations, and in
doc you have readme.falcon.txt  that explains this with an example.

Since I also want to continue on this, so let us continue this discussion.


Thanks and regards,

Abdul Basit


On 30 July 2014 12:13, Andy Pont <andy.pont@sdcsystems.com> wrote:

> Hello!
>
> We are currently working on the specification for a project using the TI
> AM335x where the overall system boot time has to be reduced as far as
> possible.  In order to achieve that I am proposing that we implement a
> board
> specific spl_start_uboot() function which under normal circumstances U-Boot
> SPL will load the Linux kernel directly.
>
> One of the other requirements is to "display a splash screen logo on the
> LCD
> as early in the boot process as possible".  Is it possible to get U-Boot
> SPL
> to do that or will we always have to boot through U-Boot or see if we can
> get the Linux kernel to do it as early as possible?
>
> Thoughts and ideas welcome.
>
> Andy.
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

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

* [U-Boot] SPL and an LCD splash screen on AM335x
  2014-07-30  6:43 [U-Boot] SPL and an LCD splash screen on AM335x Andy Pont
@ 2014-07-30  7:53 ` Stefano Babic
  0 siblings, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2014-07-30  7:53 UTC (permalink / raw)
  To: u-boot

Hi Andy,

On 30/07/2014 08:43, Andy Pont wrote:
> Hello!
> 
> We are currently working on the specification for a project using the TI
> AM335x where the overall system boot time has to be reduced as far as
> possible.  In order to achieve that I am proposing that we implement a board
> specific spl_start_uboot() function which under normal circumstances U-Boot
> SPL will load the Linux kernel directly. 

Of course: spl_start_uboot() is the board specific function that decides
to load either kernel or u-boot.

> 
> One of the other requirements is to "display a splash screen logo on the LCD
> as early in the boot process as possible".  Is it possible to get U-Boot SPL
> to do that or will we always have to boot through U-Boot or see if we can
> get the Linux kernel to do it as early as possible?

This is against the concept. Falcon boot is thought to start the kernel
as fast as possible, removing most of the stuff that belongs to u-boot.

The goal is reached in another way: booting the kernel faster let that
the framebuffer/drm driver in kernel is initialized very soon, and you
have to provide your logo during kernel boot.

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] 3+ messages in thread

end of thread, other threads:[~2014-07-30  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30  6:43 [U-Boot] SPL and an LCD splash screen on AM335x Andy Pont
2014-07-30  7:53 ` Stefano Babic
     [not found] <53d89447.6261b40a.16e9.240bSMTPIN_ADDED_BROKEN@mx.google.com>
2014-07-30  6:56 ` Heshsham Abdul Basit

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