Segher Boessenkool | 1 Jan 03:35

Re: Devtreefs patch hits lmkl

> But its not getting very good marks...

Oh, it's doing fine.  It'll need changes before being
accepted, that's perfectly normal :-)

> I wasn't aware that it requires OFW to be resident during the kernel
> boot to handle the devtree.

It depends.  If all you want is a device tree, you can
feed it into the kernel whatever way you want (see the
current PowerPC implementation, for example).  If you
want real services from OF, sure you need it to be there
(but not necessarily at "kernel boot" time, it can be
a bit earlier, too (a kernel "bootwrapper").

> So it looks like its usefulness for
> linuxbios is minimal.

Nah, it's fine.

> The good side is that it appears that a x86 implementation unified with
> the sparc and powerpc code will be well received.

There is no way the "OF" part can be easily unified -- but
the _filesystem_ part surely can, with some per-architecture
(or even more fine-grained) set of accessor routines to the
actual device tree.

I'll follow up to some of the mails on LKML tomorrow, it's
bedtime now ;-)
(Continue reading)

Jon Dufresne | 4 Jan 03:00
Picon
Gravatar

Re: Will LinuxBIOS work on my machine?

> Jon is currently working on 865GPM support, which could probably work
> with 865G. ICH5 should work fine, but you will need to create the
> motherboard config.

Actually I am working on the 855gme chip. This may or may not work
well with 865g. It is worth a shot though.

--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

Chris Cannon | 2 Jan 04:35
Picon

comments about Linux BIOS

I was excited to discover this project; it looks like good work. I did have 
a few comments / questions:

On the list of benefits on the front page it says: "Avoids the need for a 
slow, buggy, proprietary BIOS." I would add to this that it gives the end 
user freedom from invisible functionality black holes. For example, my 
laptop BIOS will on only initiate suspend-to-disk on timeout; there is no 
way for me to invoke it on demand (and there is no way for me to update the 
existing BIOS to add the needed functionality unless I can reverse engineer 
the BIOS at great risk to my system). With LinuxBIOS presumably I would have 
some recourse.

I am surprised that the list of payloads is not comprehensive; ie. 
apparently Linux BIOS doesn't provide a straight boot from MBR. This 
confused me. If this is not a goal, I would suggest making it a goal. This 
reflects my own philosophy that end-user interests are best served by 
compatibility.

I would also suggest a feature list on the webpage, so that passers-by like 
me can see at a glance if you intend to support things like suspend-to-disk 
(since the trend is to move s4 functionality to the OS).

Best regards,
Chris

_________________________________________________________________
Dave vs. Carl: The Insignificant Championship Series.  Who will win? 
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://davevscarl.spaces.live.com/?icid=T001MSN38C07001

(Continue reading)

Jeff Smith | 3 Jan 01:27

Intel 945GM Support

Is anyone currently working on Intel 945GM chipset support ?

--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios
Stefan Reinauer | 8 Jan 14:50
Picon

Re: comments about Linux BIOS

* Chris Cannon <burryme <at> hotmail.com> [070102 04:35]:
> I am surprised that the list of payloads is not comprehensive; ie. 
> apparently Linux BIOS doesn't provide a straight boot from MBR. This 
> confused me. If this is not a goal, I would suggest making it a goal. This 
> reflects my own philosophy that end-user interests are best served by 
> compatibility.

It is somewhat possible with ADLO, but at this time, there is a lot of
fiddling involved to get it working.

Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info <at> coresystems.de  • http://www.coresystems.de/

--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios
ron minnich | 8 Jan 15:50
Picon

Re: comments about Linux BIOS

On 1/8/07, Stefan Reinauer <stepan <at> coresystems.de> wrote:
> * Chris Cannon <burryme <at> hotmail.com> [070102 04:35]:
> > I am surprised that the list of payloads is not comprehensive; ie.
> > apparently Linux BIOS doesn't provide a straight boot from MBR. This
> > confused me. If this is not a goal, I would suggest making it a goal. This
> > reflects my own philosophy that end-user interests are best served by
> > compatibility.
>
> It is somewhat possible with ADLO, but at this time, there is a lot of
> fiddling involved to get it working.

if you're really determined to support this, I think the best way to
do it is to build on our emulator. I.e. load the MBR and support its
calls via emulation, not direct execution a la ADLO. We've found the
emulator to be very solid, and in fact, somebody is working on
plugging it in to plan 9 to improve their VESA support. So you would
load the MBR, run it under emulation, and take it from there.

The best way, in my view, is to boot linux in flash and have linux
kexec the actual OS you want to boot. But this is tricky. The
advantage is that you can debug such a system completely under Linux,
without linuxbios being involved, until you get it figured out.

But is it possible to boot Vista under Linux via kexec? That would be
interesting.

ron

--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

Stefan Reinauer | 8 Jan 17:32
Picon

Re: comments about Linux BIOS

* ron minnich <rminnich <at> gmail.com> [070108 15:50]:
> if you're really determined to support this, I think the best way to
> do it is to build on our emulator. I.e. load the MBR and support its
> calls via emulation, not direct execution a la ADLO.

And how do you do the transition to native x86 execution? Your scenario
would mean to emulate execution of the Windows bootloader, so that it
can use bios callbacks. But I have no idea how to find out we're out of
the bootloader and in Windows itself. ie. no bios callbacks will follow.

> We've found the
> emulator to be very solid, and in fact, somebody is working on
> plugging it in to plan 9 to improve their VESA support. So you would
> load the MBR, run it under emulation, and take it from there.

Nothing against the success of the emulator. It is great work, and it
helped LinuxBIOS (and I suppose other projects) a lot. But emulating an
x86 machine on an x86 seems to have a whiff of a broken design. Not to
forget, that it is kind of slow, thus becoming our bottle neck in boot
times (which we still call our main advantage over legacy bios)

> The best way, in my view, is to boot linux in flash and have linux
> kexec the actual OS you want to boot.

This is not exactly going to make things faster, in the Windows/MBR case.

> But is it possible to boot Vista under Linux via kexec? That would be
> interesting.

Kexec is Linux specific. It can't do the job for any Windows or BSD, 
but will just load a Linux kernel. 

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info <at> coresystems.de  • http://www.coresystems.de/

--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios
LinuxBIOS | 9 Jan 02:28

Re: #36: Make the mailing list archive searchable

#36: Make the mailing list archive searchable
------------------------------+---------------------------------------------
    Reporter:  rsmith         |         Owner:  somebody         
        Type:  defect         |        Status:  new              
    Priority:  major          |     Milestone:                   
   Component:  documentation  |       Version:  v2               
  Resolution:                 |      Keywords:                   
Dependencies:                 |   Patchstatus:  there is no patch
------------------------------+---------------------------------------------
Comment (by Billy):

 helllo I am Billy nice design . best book! Enjoy. 0n79p7 http://clay-
 aiken-ringtone.hot4buy.org

-- 
Ticket URL: <http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/36#comment:5>
LinuxBIOS <http://www.linuxbios.org/>
--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

LinuxBIOS | 9 Jan 02:38

Re: #36: Make the mailing list archive searchable

#36: Make the mailing list archive searchable
------------------------------+---------------------------------------------
    Reporter:  rsmith         |         Owner:  somebody         
        Type:  defect         |        Status:  new              
    Priority:  major          |     Milestone:                   
   Component:  documentation  |       Version:  v2               
  Resolution:                 |      Keywords:                   
Dependencies:                 |   Patchstatus:  there is no patch
------------------------------+---------------------------------------------
Comment (by Billy):

 helllo I am Billy nice design . best book! Enjoy. 0n79p7 http://clay-
 aiken-ringtone.hot4buy.org

-- 
Ticket URL: <http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/36#comment:6>
LinuxBIOS <http://www.linuxbios.org/>
--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

LinuxBIOS | 9 Jan 05:35

Re: #36: Make the mailing list archive searchable

#36: Make the mailing list archive searchable
------------------------------+---------------------------------------------
    Reporter:  rsmith         |         Owner:  somebody         
        Type:  defect         |        Status:  new              
    Priority:  major          |     Milestone:                   
   Component:  documentation  |       Version:  v2               
  Resolution:                 |      Keywords:                   
Dependencies:                 |   Patchstatus:  there is no patch
------------------------------+---------------------------------------------
Comment (by sunshine-tutt):

 http://sunshine-tutt.foruhome.com/index.html sunshine tutt
 [url=http://sunshine-tutt.foruhome.com/index.html] sunshine tutt [/url]
 <a href=http://sunshine-tutt.foruhome.com/index.html> sunshine tutt </a>

-- 
Ticket URL: <http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/36#comment:7>
LinuxBIOS <http://www.linuxbios.org/>
--

-- 
linuxbios mailing list
linuxbios <at> linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios


Gmane