aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc
Commit message (Expand)AuthorAgeFilesLines
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-0510-24/+24
* vgabios: implement AX=1120H..1124H functionsPaolo Bonzini2013-01-121-0/+60
* geodevga: Setup flat panel if neededChristian Gmeiner2012-10-071-0/+19
* geodevga: Add defines for VP_MSR_PADSELChristian Gmeiner2012-10-071-0/+4
* geodevga: Setup output based on .configChristian Gmeiner2012-10-071-2/+27
* geodevga: Add configuration option for output modesChristian Gmeiner2012-10-071-0/+21
* geodevga: Add VP_MSR_CONFIG definesChristian Gmeiner2012-10-071-0/+7
* geodevga: Add some basic flat panel definesChristian Gmeiner2012-10-071-0/+9
* geodevga: Add functions to work with fp registerChristian Gmeiner2012-10-071-0/+17
* geodevga: Rename defines to better match a well defined naming schemaChristian Gmeiner2012-10-072-13/+13
* geodevga: Access global variables using GET_GLOBAL/SET_VGA macros.Kevin O'Connor2012-09-161-37/+39
* Report stdvga modes in VBE via int10 (AX = 4F00h)Christian Gmeiner2012-09-101-0/+10
* vgabios: Add support for text and cga modes to vbe_104f01().Kevin O'Connor2012-09-081-44/+64
* vgabios: Check for relocatable windows before advertising support for it.Kevin O'Connor2012-09-042-3/+5
* vgabios: Ignore mode flags in vbe get_mode_info call.Kevin O'Connor2012-09-031-1/+1
* Geode vga: Use standard format read/write_mask register functions.Kevin O'Connor2012-09-031-54/+62
* Add helper functions to access DC and VP registerChristian Gmeiner2012-09-031-13/+39
* Change return values for vp_setup() and dc_setup()Christian Gmeiner2012-09-031-9/+5
* Add global struct geodeChristian Gmeiner2012-09-031-25/+41
* Update VBE variablesChristian Gmeiner2012-09-031-0/+4
* Add framebuffer size detectionChristian Gmeiner2012-09-032-0/+28
* Remove Extened CRTC Register functionsChristian Gmeiner2012-09-032-36/+0
* Remove all dc_ functions as they are not needed anymoreChristian Gmeiner2012-09-031-65/+0
* Access DC registers via geode_mem[Read|Write]Christian Gmeiner2012-09-031-16/+12
* Use cpu_to_be32() (and related) instead of htonl (and related).Kevin O'Connor2012-09-021-1/+2
* Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor2012-06-101-4/+1
* vgabios: Improve Kconfig descriptions for the vga card types.Kevin O'Connor2012-04-161-8/+9
* Misc compile fixes for gcc v3.4.Kevin O'Connor2012-04-141-0/+6
* vgabios: Fetch _rom_header_size from the global segment when computing the RO...Julian Pidancet2012-03-061-1/+2
* vgabios: int1009 handler bug limits count to 256 characters.Kevin O'Connor2012-03-061-0/+5
* vgabios: Fixup clext far return instruction.Kevin O'Connor2012-03-061-1/+1
* vgabios: Some tweaks to optimize stack space.Kevin O'Connor2012-02-133-58/+44
* vgabios: Minor vgabios fixes.Kevin O'Connor2012-02-123-19/+11
* vgabios: Claim VBE 3 support; minor VBE cleanups.Kevin O'Connor2012-02-121-10/+8
* vgabios: Add version string to debug output.Kevin O'Connor2012-02-111-0/+2
* Direct compile 16bit C code instead of including via .S files.Kevin O'Connor2012-02-111-8/+2
* vgabios: Don't allow building of emulator vgaroms on coreboot.Kevin O'Connor2012-02-071-3/+9
* vga: fix bochs lfb size displayGerd Hoffmann2012-02-061-1/+1
* vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor2012-02-048-8/+158
* vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor2012-02-044-116/+126
* vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor2012-02-046-2/+72
* vgabios: Handle VGA option rom being re-run.Kevin O'Connor2012-02-024-9/+22
* vgabios: Fix screen attrs on cga scroll.Kevin O'Connor2012-02-021-0/+4
* vgabios: Simplify cga/packed character screen writing.Kevin O'Connor2012-02-021-37/+17
* vgabios: Move bocshvga mode checking from runtime to init.Kevin O'Connor2012-02-012-96/+87
* vgabios: Minor - organize cirrus code so like functions are near each other.Kevin O'Connor2012-02-012-61/+66
* vgabios: Simplify cirrus find mode code.Kevin O'Connor2012-02-012-96/+42
* vgabios: Rework bochsvga mode switching.Kevin O'Connor2012-02-011-36/+6
* vgabios: Fix linelength calculations in bochsvga and vbe.Kevin O'Connor2012-02-012-10/+6
* vgabios: Compare PCI ids against pci rom struct instead of config settings.Kevin O'Connor2012-02-011-2/+4