Skip to content

Commit

Permalink
seabios: add vga configs for bochs-display and ramfb
Browse files Browse the repository at this point in the history
Both bochs-display and ramfb are devices with a simple framebuffer and
no vga emulation or text mode.  seavgabios has support for text mode
emulation (at vgabios call level), we are using that to provide some
vga compatibility support for these devices.

Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
kraxel committed Jul 2, 2018
1 parent 429d3ae commit 75056ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roms/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

vgabios_variants := stdvga cirrus vmware qxl isavga virtio
vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb
vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants)))
pxerom_variants := e1000 e1000e eepro100 ne2k_pci pcnet rtl8139 virtio vmxnet3
pxerom_targets := 8086100e 808610d3 80861209 10500940 10222000 10ec8139 1af41000 15ad07b0
Expand Down
3 changes: 3 additions & 0 deletions roms/config.vga-bochs-display
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_BUILD_VGABIOS=y
CONFIG_DISPLAY_BOCHS=y
CONFIG_VGA_PCI=y
3 changes: 3 additions & 0 deletions roms/config.vga-ramfb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_BUILD_VGABIOS=y
CONFIG_VGA_RAMFB=y
CONFIG_VGA_PCI=n

0 comments on commit 75056ce

Please sign in to comment.