Re: [LinuxBIOS] USB Bootloader

2006-11-02 Thread jean raymond
I'm using Etherboot version 5.4.2 from etherboot.org. I'm using LinuxBIOS version2-2394 and a i386 board. The error is when I want to boot linux which is on device USB (so I use FILO in Etherboot). I use LinuxBIOS and Etherboot. LinuxBIOS works properly, and when I want to load linux, I have

Re: [LinuxBIOS] #19: Remove useless #includes from mainboard.c files

2006-11-02 Thread LinuxBIOS
#19: Remove useless #includes from mainboard.c files -+-- Reporter: uwe | Owner: uwe Type: enhancement | Status: assigned Priority: minor| Milestone:

Re: [LinuxBIOS] #4: Directory names in svn should be (mostly) lower-case

2006-11-02 Thread LinuxBIOS
#4: Directory names in svn should be (mostly) lower-case -+-- Reporter: uwe | Owner: somebody Type: enhancement | Status: new Priority: minor|

Re: [LinuxBIOS] #9: Do not hardcode iasl path

2006-11-02 Thread LinuxBIOS
#9: Do not hardcode iasl path +--- Reporter: uwe | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Cosmetic fixes Component:

Re: [LinuxBIOS] #19: Remove useless #includes from mainboard.c files

2006-11-02 Thread LinuxBIOS
#19: Remove useless #includes from mainboard.c files -+-- Reporter: uwe | Owner: uwe Type: enhancement | Status: closed Priority: minor|

Re: [LinuxBIOS] #21: Library to unpack, repack, change and use DTB structures

2006-11-02 Thread LinuxBIOS
#21: Library to unpack, repack, change and use DTB structures +--- Reporter: stepan | Owner: segher Type: task| Status: new Priority:

Re: [LinuxBIOS] Fix to vga emulator (from MSI)

2006-11-02 Thread Uwe Hermann
On Fri, Oct 27, 2006 at 09:13:04AM -0600, ron minnich wrote: This change fixes a long-standing bug, whereby we do not set ret for an un-inited vector, which we should have done. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] --- Index: devices/emulator/biosemu.c

Re: [LinuxBIOS] Fix to vga emulator (from MSI)

2006-11-02 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [061102 22:36]: On Fri, Oct 27, 2006 at 09:13:04AM -0600, ron minnich wrote: This change fixes a long-standing bug, whereby we do not set ret for an un-inited vector, which we should have done. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] I think