Joseph Smith wrote:
Look under VGA BIOS in the top level menu.
from my config.h #define CONFIG_VGA_BIOS 1 #define CONFIG_FALLBACK_VGA_BIOS_ID "8086,3577" #define CONFIG_FALLBACK_VGA_BIOS_FILE "pci8086,3577.rom"
Still no go...
_BIOS_FILE should be the name of the VGA BIOS as it exists in the top level v2 directory. The CBFS name is generated from _BIOS_ID. Is your file called the same thing on disk as it should be in CBFS?
Also try make distclean followedy by make menuconfig.
If you still don't get build/coreboot.rom to have the VGA BIOS, please run make V=1 and send the last 20 or so lines to the list.
//Peter