On Wed, Oct 21, 2009 at 12:56:00AM +0200, Paweł Stawicki wrote:
I was able to turn on the vga bios with some little changes:
I added the following lines to the files: file: coreboot-v2/targets/hp/e_vectra_p2706t/Config.lb #vga bios pci_rom /tmp/vgabios.rom vendor_id=0x8086 device_id=0x7125 #ethernet bios #pci_rom /tmp/ethbios.rom vendor_id=0x10b7 device_id=0x9200
file: coreboot-v2/src/mainboard/hp/e_vectra_p2706t/Options.lb uses CONFIG_VGA_ROM_RUN default CONFIG_VGA_ROM_RUN = 1
Thanks, added to svn (the pci_rom lines are comments only, you have to enable them).
still, acpi is not working, i try to find the reason tomorrow.
Oh, this is easy. There is no ACPI implementation for this board in coreboot.
Uwe.