Piotr Piwko escribió:
Hello,
I had removed the the 'wbinvd' cache invalidation function, and then a boot process moved on. Now it hangs on 'FATAL: NO VSA found!' error'. In order to fix it I've added VSA to my coreboot image by following command:
build/util/lar/lar -C lzma -a build/bios.bin ./build/gpl_vsa_lx_102.bin:blob/vsa
After that, the boot process hangs on 'Done printk() buffer move'. It seems like the VSA is not placed in a proper place in the whole bios image. Do you know any other possibilities to include the VSA in coreboot image?
Thanks in advance for interest.
Hi, I use: "./cbfstool coreboot.rom add vga.bin pci1002,515e.rom 99" and where 1002 is the vendor id (ATI) and 515e the device id (ES1000) obtain from a lspci -tvnn (+-06.0-[01]----01.0 ATI Technologies Inc ES1000 [1002:515e]) not sure what 99 is :P.
ciao.