On Thu, Sep 03, 2009 at 06:54:41PM +0900, 유택연 wrote:
I used coreboot with SeaBIOS and AMD's vBIOS. System booted successfully except display not turned on.
Hi,
I'm not sure if you've already resolved the problem you were having.
[...]
Scan for VGA option rom Attempting to init PCI bdf 01:05.0 (dev/ven 791f1002) Searching CBFS for prefix pci1002,791f.rom Found CBFS file fallback/payload Found CBFS file fallback/coreboot_ram Found CBFS file vgaroms/radeon.rom Found CBFS file img/filo Found CBFS file Attempting to map option rom on dev 01:05.0 Option rom sizing returned 0 0 Searching CBFS for prefix vgaroms/ Found CBFS file fallback/payload Found CBFS file fallback/coreboot_ram Found CBFS file vgaroms/radeon.rom
You probably want to name the rom as "pci1002,791f.rom" instead of "vgaroms/radeon.rom" - when the rom is named with the PCI id, the pci id is passed into the rom at startup, and the rom may require this.
Also, how did you acquire the rom?
-Kevin