9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: ron minnich <rminnich@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] graphics
Date: Mon,  6 Aug 2012 10:42:10 -0700	[thread overview]
Message-ID: <CAP6exY+dxcVmA-JS5UcJmsfe=89_MLvps2-BE9XXTEbqogHnzg@mail.gmail.com> (raw)

This just hit phoronix:
http://www.phoronix.com/scan.php?page=news_item&px=MTE1NDc

I'm extracting a driver from linux for use in coreboot, using the
semantic patch tool. The goal is to let coreboot draw a splash screen
in the first 200 milliseconds or so after power on. I've got a lot of
bits working, as I explained in my question to the list. Graphics
drivers are, I am finding, a very hard thing to extract, esp. the
intel drivers, as the GPUs are very complex, and the hardware more so:
every link needs to be trained. This is not vga ... it gets messy.

This is not the same as a shim to let you run source. It's rewriting
source with semantic patches, and it's much more powerful.

It has occurred to me more than once that one could use this same
technique to programatically create native hardware
drivers for plan 9 and avoid vesa.

You might even be able to get coccinnelle running on plan 9 with
cinap's excellent linuxemu tool so you can do the patch.

ron



             reply	other threads:[~2012-08-06 17:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-06 17:42 ron minnich [this message]
2012-08-06 17:54 ` Charles Forsyth
2012-08-08  1:05   ` ron minnich
  -- strict thread matches above, loose matches on Subject: below --
2000-08-07 19:11 Russ Cox
2000-08-07 18:30 andrey mirtchovski

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='CAP6exY+dxcVmA-JS5UcJmsfe=89_MLvps2-BE9XXTEbqogHnzg@mail.gmail.com' \
    --to=rminnich@gmail.com \
    --cc=9fans@9fans.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).