[SeaBIOS] [PATCH 0/7] vgabios runtime hardware detection

Gerd Hoffmann kraxel at redhat.com
Mon Feb 6 15:51:36 CET 2012


  Hi,

Here is the runtime vga hardware detection patch series,
rebased and adapted to latest master.

Gerd Hoffmann (7):
  vga: move code to vgahw.c
  vga: add pci hardware detection
  vga: add isa hardware detection
  vga: adapt kconfig
  vga: add vmware
  vga: add qxl
  vga: fix bochs lfb size display

 Makefile          |    2 +-
 vgasrc/Kconfig    |   61 ++++++++----------
 vgasrc/bochsvga.c |   10 +++-
 vgasrc/bochsvga.h |    1 +
 vgasrc/clext.c    |    6 ++
 vgasrc/clext.h    |    1 +
 vgasrc/vgahw.c    |  191 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 vgasrc/vgahw.h    |  113 ++++++++-----------------------
 8 files changed, 266 insertions(+), 119 deletions(-)
 create mode 100644 vgasrc/vgahw.c




More information about the SeaBIOS mailing list