b456677607
This patch adds some glue to roms/Makefile to build vgabios binaries for qemu. It covers both the lgpl'ed vgabios implementation used by qemu traditionally and the new seabios implementation. The purpose of this patch is to (a) document the vgabios build process and (b) simplify seavgabios testing for those who want to play with it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
CONFIG_BUILD_VGABIOS=y
|
|
CONFIG_VGA_BOCHS=y
|
|
CONFIG_VGA_PCI=y
|
|
CONFIG_OVERRIDE_PCI_ID=y
|
|
CONFIG_VGA_VID=0x1b36
|
|
CONFIG_VGA_DID=0x0100
|