<br><br><div class="gmail_quote">2009/10/21 Uwe Hermann <span dir="ltr"><<a href="mailto:uwe@hermann-uwe.de">uwe@hermann-uwe.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Oct 20, 2009 at 11:34:16PM +0200, Pawe³ Stawicki wrote:<br>
> Acked-by: Pawe³ Stawicki <<a href="mailto:stawel@gmail.com">stawel@gmail.com</a>><br>
> the patch is working correct.<br>
<br>
</div>Thanks, r4820.<br>
<div class="im"><br>
<br>
> My linux distribution boots very fast :)<br>
> the only problem is that the vga bios is not booting.<br>
> I'm  trying  investigate.<br>
<br>
</div>As this is onboard VGA (not a PCI plugin-card) I assume, you need to<br>
add the VGA BIOS image to coreboot.rom.<br>
<br>
This can be done by adding a line like this to targets/.../Config.lb:<br>
<br>
  pci_rom /tmp/vga.bin vendor_id=0x8086 device_id=0x27a2<br></blockquote><div><br>yes i added this line and it seems that i need also  add:<br> uses CONFIG_VGA_ROM_RUN<br>default CONFIG_VGA_ROM_RUN = 1<br>to the Options.lb file, without this it doesn't work.<br>
I needed  also this patch:<br><a href="http://www.coreboot.org/pipermail/coreboot/2009-July/050497.html">http://www.coreboot.org/pipermail/coreboot/2009-July/050497.html</a><br><br>The console is turning on <br>when the linux is starting (not at the FILO start)<br>
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
(in kconfig it's a bit simpler, but I'm not sure if your board works<br>
fine with kconfig already)<br>
<br>
You need to adapt the vga.bin path/filename, and the PCI vendor/device ID<br>
(you can do a test-boot and coreboot will tell you which ID it tries to<br>
find on the serial console).<br>
<br>
You can get vga.bin (filename may differ) using the phnxdeco, amideco,<br>
awardeco, or bios_extract utilities.<br>
<br>
For PCI graphics cards it's simpler, they should usually work out of the<br>
box, but let us know if that's not the case.<br></blockquote><div> </div><div>the e-Vectra has no  additional slots on board , therefor it has only an onboard vga card. <br></div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I'll make a superiotool patch for your Super I/O so we can dump the<br>
register contents and fix the Super I/O setup a bit.<br></blockquote><div><br>sounds great.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Can you tell us how big the ROM chip is in the board (so we can fix the<br>
default Kconfig file)b?</blockquote><div><br>the bios size is 512KB - really :-)<br>the vga bios size is 32KB<br>it has also an ethernet bios inside the bios (size 58880B)<br> <br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 Also, if you have some time to test all available<br>
hardware components with coreboot let us know the results. It would be<br>
nice if we could make a wiki status page for your board, such as this<br>
one for example:<br>
<br>
  <a href="http://www.coreboot.org/MSI_MS-6178" target="_blank">http://www.coreboot.org/MSI_MS-6178</a><br><div><div class="h5"></div></div></blockquote><div><br>ok, I will try to make the tests tomorrow.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5">
<br>
Uwe.<br>
--<br>
<a href="http://www.hermann-uwe.de" target="_blank">http://www.hermann-uwe.de</a>  | <a href="http://www.randomprojects.org" target="_blank">http://www.randomprojects.org</a><br>
<a href="http://www.crazy-hacks.org" target="_blank">http://www.crazy-hacks.org</a> | <a href="http://www.unmaintained-free-software.org" target="_blank">http://www.unmaintained-free-software.org</a><br>
</div></div></blockquote></div><br><br>Thanks a lot. <br>Pawe³<br>