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
hi kevin, is it necessary to make seabios can disable the case sensitive while searching the VGA rom by name? On Thu, Mar 18, 2010 at 3:08 PM, Wang, Qingpei Qingpei.Wang@amd.com wrote:
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
-- Wang Qing Pei MSN:wangqingpei@hotmail.com MSN%3Awangqingpei@hotmail.com Gmail:wangqingpei@gmail.com Gmail%3Awangqingpei@gmail.com Phone:86+13426369984
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
Jason Wang wrote:
is it necessary to make seabios can disable the case sensitive while searching the VGA rom by name?
Case insensitive maybe only for the pciVVVV,DDDD.rom files?
//Peter
On 3/18/10 4:44 PM, Peter Stuge wrote:
Jason Wang wrote:
is it necessary to make seabios can disable the case sensitive while searching the VGA rom by name?
Case insensitive maybe only for the pciVVVV,DDDD.rom files?
Let's just use small letters and document that somewhere. I'm not a fan of exceptions
On Thu, Mar 18, 2010 at 04:48:49PM +0100, Stefan Reinauer wrote:
On 3/18/10 4:44 PM, Peter Stuge wrote:
Jason Wang wrote:
is it necessary to make seabios can disable the case sensitive while searching the VGA rom by name?
Case insensitive maybe only for the pciVVVV,DDDD.rom files?
Let's just use small letters and document that somewhere. I'm not a fan of exceptions
I prefer this solution as well.
-Kevin