linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nikita V. Youshchenko" <yoush@cs.msu.su>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Initialize framebuffer in bootloader?
Date: Sun, 24 Aug 2008 20:40:15 +0400	[thread overview]
Message-ID: <200808242040.15869@blacky.localdomain> (raw)

Hello

In an embedded system I'm involved in, there is a requirement to get some 
graphical information displayed very fast (about a second) after poweron, 
and then keep the picture on screen without blinking etc.

Since it is virtually impossible to boot the kernel and start the 
application that fast, we are thinking about initializing display hardware 
and drawing the picture in bootloader.

There is no major problems in adding required code to U-Boot. What looks 
more difficult s how to smoothly pass display hardware control to linux 
framebuffer driver, such that "nobody will notice". Since main memory is 
used for some hardware-accessed data structures and the frame buffer 
itself, such a trick will likely require some altering of linux memory 
management, etc

Before trying to implement all that, I'd like to ask if anyone has done 
something similar, or maybe could provide some comments or pointers to any 
related information.

Thanks.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

             reply	other threads:[~2008-08-24 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-24 16:40 Nikita V. Youshchenko [this message]
2008-08-25  8:55 ` Initialize framebuffer in bootloader? Anatolij Gustschin

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=200808242040.15869@blacky.localdomain \
    --to=yoush@cs.msu.su \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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;
as well as URLs for NNTP newsgroup(s).