On Mon, Oct 19, 2009 at 03:30:41PM +0900, 유택연 wrote:
> I do not solved this problem.
>
> I already tried with named 'pci1002,791f.rom' for vbios file.
> But it can not help.
>
> I acquired this vbios file from AMD which is customized for my mainboard.
>From the original report:
> Searching CBFS for prefix vgaroms/
> Found CBFS file fallback/payload
> Found CBFS file fallback/coreboot_ram
> Found CBFS file vgaroms/radeon.rom
> Copying data 55296@0xfff20678 to 196608@0x000c0000
> Checking rom 0x000c0000 (sig aa55 size 108)
> Running option rom at c000:0003
> fail handle_15XX:294(86):
> a=00004e08 b=00000080 c=00000000 d=0000c000 ds=c000 es=f000 ss=0000
> si=0000abc8 di=0000b0b6 bp=00000000 sp=000079f2 cs=c000 ip=2cc2 f=0046
> fail handle_15XX:294(86):
> a=07ff4e08 b=00000005 c=00004e17 d=0000c002 ds=c000 es=f000 ss=0000
> si=00002d58 di=0000b0b6 bp=000079d6 sp=000079f2 cs=c000 ip=2c5f f=0046
> fail handle_15XX:294(86):
> a=00004e08 b=00000000 c=0000a401 d=00000080 ds=c000 es=f000 ss=0000
> si=0000abc8 di=0000b0b6 bp=000079d6 sp=000079f0 cs=c000 ip=2c19 f=0046
> Searching CBFS for prefix vgaroms/
It appears that the vga bios is trying to call some custom function of
the main bios. This may prevent SeaBIOS from running the rom. Maybe
with documentation on what "int 0x15 ah=4e" did on your board you
could implement the logic in seabios.
-Kevin