[SeaBIOS] [PATCH 0/3] EDID support for vgabios (take3)

Hiroshi Miura miurahr at linux.com
Sun Sep 16 06:02:41 CEST 2012


Rework of EDID support in bochs vgabios (take3)

Now remove selection of preferred mode.
There only validate modes against MAX_XRES, YRES
as same as bochsvga_init doing.


Hiroshi Miura (3):
  vgasrc: Add skeleton for VBE function 15h (VBE/DDC Standard)
  bochsvga: Implement vbe 15h function
  bochsvga: validate EDID resolution in init

 Makefile           |    3 +-
 src/vbe.h          |    5 ++
 vgasrc/bochsedid.c |  199 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 vgasrc/bochsedid.h |  142 +++++++++++++++++++++++++++++++++++++
 vgasrc/bochsvga.c  |    6 +-
 vgasrc/stdvga.c    |   11 +++
 vgasrc/stdvga.h    |    2 +
 vgasrc/vbe.c       |   34 +++++++++
 vgasrc/vgahw.h     |   13 ++++
 9 files changed, 413 insertions(+), 2 deletions(-)
 create mode 100644 vgasrc/bochsedid.c
 create mode 100644 vgasrc/bochsedid.h

-- 
1.7.9.5




More information about the SeaBIOS mailing list