Hi Kevin,
I have already found the reason. It is only because "791F != 791f". I just use 791F in cbfs.
Jason Wang
BeiJing Technology Development Center
Advanced Micro Devices (AMD)
________________________________
From: Jason Wang [mailto:wangqingpei@gmail.com] Sent: Thursday, March 18, 2010 12:05 PM To: Wang, Qingpei Subject: Fwd: [coreboot] VGA rom can not be loaded by SEABIOS
---------- Forwarded message ---------- From: Kevin O'Connor kevin@koconnor.net Date: Wed, Mar 17, 2010 at 11:33 PM Subject: Re: [coreboot] VGA rom can not be loaded by SEABIOS To: Jason Wang wangqingpei@gmail.com
On Wed, Mar 17, 2010 at 11:29:33PM +0800, Jason Wang wrote:
the log which i attached is because of the CONFIG_COREBOOT_FLASH. but
after
i set that, i will post the new log tomorrow. By the way, after CONFIG_COREBOOT_FLASH is set. seabios will load the
vgarom
by the file name prefix with "vgaroms/" right?
It will load both "pciVVVV,DDDD.rom" and "vgaroms/*" - the pciVVVV,DDDD.rom format is preferred.
-Kevin