All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kendall Bennett" <KendallB@scitechsoft.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Generic VESA framebuffer driver and Video card BOOT?
Date: Fri, 15 Oct 2004 15:27:31 -0700	[thread overview]
Message-ID: <416FEC63.2911.2A62355@localhost> (raw)
In-Reply-To: <1097865570.10133.187.camel@localhost.localdomain>

Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:

> On Gwe, 2004-10-15 at 19:20, Kendall Bennett wrote:
> > That works great on x86, but this solution was developed for PowerPC and 
> > MIPS embedded systems development not x86 desktop systems. For those 
> > platforms you either need a boot loader that can bring up the system into 
> > graphics mode (possible with U-Boot) or to init the video right when the 
> > framebuffer console driver is brought up.
> 
> Right there are certainly cases where you need to do stuff very
> early. Even then you may benefit because you can keep the kernel
> side init pretty basic and also marked "__init" so it is freed post
> boot. 

Right. I haven't yet figured out how to mark the code as __init so it can 
get tossed out, although if we use the VESA driver after the fact you 
would want to keep it around in that case. But to just boot the card and 
use say the Radeon FB driver it would be nice to toss out the code.

I should probably look into that.

> > >From the sound of it that might be too early to spawn a user mode 
> > process?
> 
> Do the embedded folks want the kernel boot messages via the
> display or are they happy with that via debug port/serial anyway.
> If so is it an issue ? You can bring up the video at the point user
> space begins. 

Well in most cases I think what they really want is for the video to come 
on as soon as possible (instantly would be best) after the power is 
applied, but they probably want their own boot logo on the screen at that 
point and not Linux kernel boot messages.

Also is it possible to run X on a machine that is running from a serial 
console and have it start up on the graphics card at that point? I 
thought about that option since then everything would be in user space, 
but wasn't sure how that would work (plus there would be a long delay 
between when the machine is powered on and something shows up on the 
screen, which is generally not a good thing for consumer products).

Regards,

---
Kendall Bennett
Chief Executive Officer
SciTech Software, Inc.
Phone: (530) 894 8400
http://www.scitechsoft.com

~ SciTech SNAP - The future of device driver technology! ~



  reply	other threads:[~2004-10-15 22:28 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2Pkf0-42m-11@gated-at.bofh.it>
     [not found] ` <2PncW-6j9-19@gated-at.bofh.it>
     [not found]   ` <2PncW-6j9-21@gated-at.bofh.it>
     [not found]     ` <20030401205016$5cc4@gated-at.bofh.it>
     [not found]       ` <20030401205016$63f7@gated-at.bofh.it>
     [not found]         ` <20030424075011$4028@gated-at.bofh.it>
     [not found]           ` <1ewKr-2Kh-41@gated-at.bofh.it>
     [not found]             ` <CebL.O9.13@gated-at.bofh.it>
     [not found]               ` <1bucs-57R-33@gated-at.bofh.it>
     [not found]                 ` <2PncW-6j9-23@gated-at.bofh.it>
     [not found]                   ` <20030423094012$4166@gated-at.bofh.it>
     [not found]                     ` <2PncW-6j9-17@gated-at.bofh.it>
     [not found]                       ` <2PAMY-7Ir-21@gated-at.bofh.it>
2004-10-15 14:22                         ` Generic VESA framebuffer driver and Video card BOOT? Andi Kleen
2004-10-15 14:33                           ` Alan Cox
2004-10-15 18:20                             ` Kendall Bennett
2004-10-15 18:39                               ` Alan Cox
2004-10-15 22:27                                 ` Kendall Bennett [this message]
2004-10-15 23:34                                   ` Alan Cox
2004-10-16  1:07                                   ` William Lee Irwin III
2004-10-21 11:59                                   ` Pavel Machek
2004-10-18 11:44                               ` Martin Waitz
2004-10-18 19:43                                 ` Kendall Bennett
2004-10-19 17:01                                   ` Martin Waitz
2004-10-19 17:54                                     ` Kendall Bennett
2004-10-15 15:37                           ` Gerd Knorr
2004-10-16  0:55                             ` Andi Kleen
2004-10-16 12:21                               ` Gerd Knorr
2004-10-21  4:03 Yu, Luming
2004-10-21  4:03 ` Yu, Luming
  -- strict thread matches above, loose matches on Subject: below --
2004-10-16  1:50 [Linux-fbdev-devel] " Antonino A. Daplas
2004-10-16  2:03 ` Jon Smirl
2004-10-18 19:34   ` Kendall Bennett
2004-10-18 20:34     ` Richard Smith
2004-10-18 21:16       ` [Linux-fbdev-devel] " Jon Smirl
2004-10-18 22:34         ` Richard Smith
2004-10-18 23:28           ` [Linux-fbdev-devel] " Jon Smirl
2004-10-19  0:18             ` Richard Smith
2004-10-19  0:55         ` [Linux-fbdev-devel] " Kendall Bennett
2004-10-19  1:39           ` Richard Smith
2004-10-19 17:54             ` Kendall Bennett
2004-10-19 21:48           ` [Linux-fbdev-devel] " Pavel Machek
2004-10-20 17:01             ` Kendall Bennett
2004-10-20 19:08               ` [Linux-fbdev-devel] " Pavel Machek
2004-10-21 19:36                 ` Kendall Bennett
     [not found] <2PjiW-3hl-21@gated-at.bofh.it>
2004-10-14 20:03 ` Andi Kleen
2004-10-14 20:46   ` Kendall Bennett
2004-10-15 12:39     ` Alan Cox
2004-10-15 18:20       ` Kendall Bennett
2004-10-15 18:41         ` Alan Cox
2004-10-15 20:19         ` Jon Smirl
2004-10-15 22:22           ` Kendall Bennett
2004-10-15 22:22             ` Kendall Bennett
2004-10-15 23:02             ` Jon Smirl
2004-10-19 21:09               ` Pavel Machek
2004-10-20 15:23     ` Paulo Marques
2004-10-20 17:27       ` Kendall Bennett
2004-10-14 19:02 Kendall Bennett
2004-10-14 19:59 ` Zachary Smith
2004-10-15 23:36   ` Ian Romanick
2004-10-14 20:48 ` Zachary Smith
2004-10-15 18:05   ` Kendall Bennett
2004-10-15 18:55     ` Zachary Smith
2004-10-15 19:18       ` Geert Uytterhoeven
2004-10-15 22:22       ` Kendall Bennett
2004-10-15 12:05 ` [Linux-fbdev-devel] " Gerd Knorr
2004-10-15 12:38   ` Geert Uytterhoeven
2004-10-15 13:13     ` Gerd Knorr
2004-10-17 12:07       ` Martin Waitz
2004-10-18  8:36         ` Gerd Knorr
2004-10-18 11:39           ` [Linux-fbdev-devel] " Martin Waitz
2004-10-18 12:10             ` Gerd Knorr
2004-10-15 18:29     ` [Linux-fbdev-devel] " Venkatesh Pallipadi
2004-10-16  9:01       ` Nigel Cunningham
2004-10-15 13:48 ` Helge Hafting
2004-10-15 13:48   ` Helge Hafting
2004-10-15 18:36   ` Kendall Bennett
2004-10-15 21:44     ` Helge Hafting
2004-10-15 22:12       ` Kendall Bennett
2004-10-16 17:44 ` Jon Smirl
2004-10-16 17:44   ` Jon Smirl
2004-10-19 21:00 ` Pavel Machek
2004-10-19 21:11 ` Pavel Machek

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=416FEC63.2911.2A62355@localhost \
    --to=kendallb@scitechsoft.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.