Re: [coreboot] FW: [PATCH]: vga bios was added into image by cbfstool, not by "cat" any more.

2009-10-30 Thread Myles Watson
> > Stefan Reinauer wrote: > > > CONFIG_PCI_ROM_RUN: Run all option roms > > > > Now it's run all option roms except VGA. > Ouch... when did that change? Early in Kconfig. I think I changed it. If not, I acked it. Coreboot can't run my SATA card's option ROM without hanging, but I needed

Re: [coreboot] FW: [PATCH]: vga bios was added into image by cbfstool, not by "cat" any more.

2009-10-30 Thread Stefan Reinauer
Myles Watson wrote: > > > On Thu, Oct 29, 2009 at 7:28 PM, Peter Stuge > wrote: > > Stefan Reinauer wrote: > > CONFIG_PCI_ROM_RUN: Run all option roms > > Now it's run all option roms except VGA. Ouch... when did that change? > > CONFIG_VGA_ROM_RUN: Run only VGA

Re: [coreboot] FW: [PATCH]: vga bios was added into image by cbfstool, not by "cat" any more.

2009-10-30 Thread Stefan Reinauer
Peter Stuge wrote: > Stefan Reinauer wrote: > >> CONFIG_PCI_ROM_RUN: Run all option roms >> CONFIG_VGA_ROM_RUN: Run only VGA option roms >> > > Would anyone cry if these were renamed? > I don't think the names are particularly bad, so I guess it depends on what you want them to be. ;-)

Re: [coreboot] FW: [PATCH]: vga bios was added into image by cbfstool, not by "cat" any more.

2009-10-29 Thread Myles Watson
On Thu, Oct 29, 2009 at 7:28 PM, Peter Stuge wrote: > Stefan Reinauer wrote: > > CONFIG_PCI_ROM_RUN: Run all option roms > Now it's run all option roms except VGA. > > CONFIG_VGA_ROM_RUN: Run only VGA option roms > from src/devices/pci_device.c: #if CONFIG_PCI_ROM_RUN == 1 || CONFIG_VGA_ROM_RU

Re: [coreboot] FW: [PATCH]: vga bios was added into image by cbfstool, not by "cat" any more.

2009-10-29 Thread Peter Stuge
Stefan Reinauer wrote: > CONFIG_PCI_ROM_RUN: Run all option roms > CONFIG_VGA_ROM_RUN: Run only VGA option roms Would anyone cry if these were renamed? //Peter -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] FW: [PATCH]: vga bios was added into image by cbfstool, not by "cat" any more.

2009-10-29 Thread Stefan Reinauer
Bao, Zheng wrote: > Ping. Have you guys tested on all the supported boards? > > Zheng > Untested, but the patch looks look. You shouldn't need CONFIG_VGA_ROM_RUN on boards with CONFIG_PCI_ROM_RUN set already. CONFIG_PCI_ROM_RUN: Run all option roms CONFIG_VGA_ROM_RUN: Run only VGA option roms

[coreboot] FW: [PATCH]: vga bios was added into image by cbfstool, not by "cat" any more.

2009-10-29 Thread Bao, Zheng
Ping. Have you guys tested on all the supported boards? Zheng -Original Message- From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] On Behalf Of Bao, Zheng Sent: Friday, October 16, 2009 4:20 PM To: Carl-Daniel Hailfinger Cc: coreboot@coreboot.org Subject: Re: [c