I was able to turn on the vga bios with some little changes:  <br><br>I added the following lines to the files:<br>file: coreboot-v2/targets/hp/e_vectra_p2706t/Config.lb<br>    #vga bios<br>    pci_rom /tmp/vgabios.rom vendor_id=0x8086 device_id=0x7125<br>
    #ethernet bios<br>    #pci_rom /tmp/ethbios.rom vendor_id=0x10b7 device_id=0x9200<br><br>file: coreboot-v2/src/mainboard/hp/e_vectra_p2706t/Options.lb<br>    uses CONFIG_VGA_ROM_RUN<br>    default CONFIG_VGA_ROM_RUN = 1<br>
 <br><br>sorry for this format but the patch not commited,<br>and it if difficult to me to create a diff.<br><br>the vga bios was generated with:<br> $ amideco  In0203.rom -x<br> $ cp amipci_00.20 /tmp/vgabios.rom<br><br>
where:  In0203.rom is a original BIOS file from hp sites<br><br>still, acpi is not working,<br>i try to find the reason tomorrow.<br><br>Paweł <br><br> <br><div class="gmail_quote">W dniu 20 października 2009 23:34 użytkownik Paweł Stawicki <span dir="ltr"><<a href="mailto:stawel@gmail.com">stawel@gmail.com</a>></span> napisał:<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">Acked-by: Paweł Stawicki <<a href="mailto:stawel@gmail.com" target="_blank">stawel@gmail.com</a>><br>
<br><br></div>the patch is working correct.<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><br><div class="gmail_quote">2009/10/19 Uwe Hermann <span dir="ltr"><<a href="mailto:uwe@hermann-uwe.de" target="_blank">uwe@hermann-uwe.de</a>></span><div><div></div><div class="h5">
<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Oct 18, 2009 at 12:46:40PM +0200, Paweł Stawicki wrote:<br>
> I  already run coreboot on my system.<br>
<br>
OK, let's first add a proper target for the board then<br>
(patch attached). We can then improve the code as needed.<br>
<br>
Please reply with<br>
  Acked-by: Paweł Stawicki <<a href="mailto:stawel@gmail.com" target="_blank">stawel@gmail.com</a>><br>
if it builds and boots on your hardware.<br>
<br>
<br>
> The problem is that my linux started from coreboot<br>
> i very slow (comparing to the original BIOS)<br>
<br>
Could be missing cache initialization for the CPU, not sure.<br>
We don't yet enable cache on all CPUs (it's on our TODO list<br>
though).<br>
<br>
<br>
Uwe.<br>
<font color="#888888">--<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>
</font></blockquote></div></div></div><br>
</blockquote></div><br>